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