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