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