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