17 references to UInt32Powers10
System.Private.CoreLib (17)
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (17)
1026
low64 = Math.BigMul((uint)low64,
UInt32Powers10
[scale]);
1038
power =
UInt32Powers10
[scale];
1051
power =
UInt32Powers10
[scale];
1079
power =
UInt32Powers10
[scale];
1287
uint pwr =
UInt32Powers10
[-scale];
1371
uint power = scale >= MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[scale];
1645
result.Low64 = Math.BigMul(mant,
UInt32Powers10
[power]);
1653
ulong low64 = Math.BigMul(mant,
UInt32Powers10
[power - 18]);
1658
ulong low64 = Math.BigMul(mant,
UInt32Powers10
[power - 9]);
1805
uint pow10 =
UInt32Powers10
[power];
2005
power =
UInt32Powers10
[curScale];
2083
power =
UInt32Powers10
[curScale];
2154
power =
UInt32Powers10
[curScale];
2239
uint power = scale >= MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[scale];
2262
uint power = iCurScale >= MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[iCurScale];
2320
uint power = scale <= -MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[-scale];
2432
power =
UInt32Powers10
[(int)scale];