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