2 references to RightShiftWithRounding
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
152
mantissa =
RightShiftWithRounding
(mantissa, -denormalMantissaShift, hasZeroTail);
200
mantissa =
RightShiftWithRounding
(mantissa, -normalMantissaShift, hasZeroTail);