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