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