2 references to ExtractBiasedExponentFromBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Half.cs (2)
117
return
ExtractBiasedExponentFromBits
(bits);
1218
byte biasedExponent =
ExtractBiasedExponentFromBits
(bits);