3 references to TenPowMaxPartial
System.Runtime.Numerics (3)
System\Number.BigInteger.cs (3)
504uint carry = MultiplyAdd(bits.Slice(0, resultLength), PowersOf1e9.TenPowMaxPartial, 0); 529uint carry = MultiplyAdd(bits.Slice(0, resultLength), PowersOf1e9.TenPowMaxPartial, base1E9[i]); 751const uint TenPowMaxPartial = PowersOf1e9.TenPowMaxPartial;