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