3 references to AssembleFloatingPointBits
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (3)
846
return
AssembleFloatingPointBits
<TFloat>(value.ToUInt64(), baseExponent, !hasNonZeroFractionalPart);
889
return
AssembleFloatingPointBits
<TFloat>(mantissa, exponent, hasZeroTail);
1231
return
AssembleFloatingPointBits
<TFloat>(completeMantissa, finalExponent, hasZeroTail);