14 references to x_rgulShiftBase
System.Data (14)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (14)
762
dFrac *= (double)
x_rgulShiftBase
[(int)ulLenDelta-1];
764
MultByULong (
x_rgulShiftBase
[(int)ulLenDelta-1]);
1508
ulShiftBase =
x_rgulShiftBase
[8];
1512
ulShiftBase =
x_rgulShiftBase
[-lScaleAdjust - 1];
2245
ulShiftBase =
x_rgulShiftBase
[8];
2249
ulShiftBase =
x_rgulShiftBase
[lAdjust-1];
2258
ulShiftBase =
x_rgulShiftBase
[8];
2262
ulShiftBase =
x_rgulShiftBase
[-lAdjust - 1];
2944
ulRem = DivByULong (
x_rgulShiftBase
[8]);
2948
ulRem = DivByULong (
x_rgulShiftBase
[iAdjust-1]);
3081
ulRem = n.DivByULong (
x_rgulShiftBase
[8]);
3082
ulLastDivBase =
x_rgulShiftBase
[8];
3086
ulRem = n.DivByULong (
x_rgulShiftBase
[lAdjust-1]);
3087
ulLastDivBase =
x_rgulShiftBase
[lAdjust-1];