13 references to UInt32Powers10
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (13)
1021
low64 = Math.BigMul((uint)low64,
UInt32Powers10
[scale]);
1033
power =
UInt32Powers10
[scale];
1046
power =
UInt32Powers10
[scale];
1075
power =
UInt32Powers10
[scale];
1297
uint pwr =
UInt32Powers10
[-scale];
1395
uint power = (uint)scale >= MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[scale];
1981
power =
UInt32Powers10
[curScale];
2059
power =
UInt32Powers10
[curScale];
2130
power =
UInt32Powers10
[curScale];
2211
uint power = (uint)scale >= MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[scale];
2233
uint power = (uint)iCurScale >= MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[iCurScale];
2318
uint power = scale <= -MaxInt32Scale ? TenToPowerNine :
UInt32Powers10
[-scale];
2435
power =
UInt32Powers10
[(int)scale];