4 references to UInt32PowersOfTen
System.Runtime.Numerics (4)
System\Number.BigInteger.cs (4)
512
nuint multiplier =
UInt32PowersOfTen
[remainingTrailingZeroCount];
1427
if (trailingZeroCount <
UInt32PowersOfTen
.Length)
1429
BigIntegerCalculator.Multiply(left,
UInt32PowersOfTen
[trailingZeroCount], bits.Slice(0, left.Length + 1));
1491
nuint multiplier =
UInt32PowersOfTen
[remainingTrailingZeroCount];