2 references to ExtractBiasedExponentFromBits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (2)
126
return
ExtractBiasedExponentFromBits
(bits);
559
ushort biasedExponent =
ExtractBiasedExponentFromBits
(bits);