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