2 references to ExtractBiasedExponentFromBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (2)
109
return
ExtractBiasedExponentFromBits
(bits);
881
byte biasedExponent =
ExtractBiasedExponentFromBits
(bits);