3 references to RoundMidpointToEven
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (3)
545
TInteger significandBits =
RoundMidpointToEven
(alignedValue, sizeof(TInteger) * 8 - SignificandLength);
595
uint roundedBits =
RoundMidpointToEven
(bits, 16);
606
TInteger significandBits =
RoundMidpointToEven
(alignedValue, sizeof(TInteger) * 8 - SignificandLength);