2 references to ExtractFractionAndBiasedExponent
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.DiyFp.cs (1)
45ulong f = ExtractFractionAndBiasedExponent(value, out int e);
src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (1)
21ulong mantissa = ExtractFractionAndBiasedExponent(value, out int exponent);