2 references to ExtractBiasedExponentFromBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Single.cs (2)
126
return
ExtractBiasedExponentFromBits
(bits);
554
byte biasedExponent =
ExtractBiasedExponentFromBits
(bits);