2 references to RightShiftWithRounding
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (2)
757mantissa = RightShiftWithRounding(mantissa, -denormalMantissaShift, hasZeroTail); 801mantissa = RightShiftWithRounding(mantissa, -normalMantissaShift, hasZeroTail);