3 references to TenPowMaxPartial
System.Runtime.Numerics (3)
System\Number.BigInteger.cs (3)
502nuint carry = MultiplyAdd(bits.Slice(0, resultLength), PowersOf1e9.TenPowMaxPartial, 0); 533nuint carry = MultiplyAdd(bits.Slice(0, resultLength), PowersOf1e9.TenPowMaxPartial, base1E9[i]); 1088const uint Divisor = (uint)PowersOf1e9.TenPowMaxPartial;