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