|
@@ -2158,17 +2158,6 @@ Function normalizeRoundAndPackFloat32( zSign: flag; zExp: int16; zSig:bits32 ):
|
|
|
normalizeRoundAndPackFloat32 := roundAndPackFloat32( zSign, zExp - shiftCount, zSig shl shiftCount );
|
|
|
End;
|
|
|
|
|
|
-{*
|
|
|
--------------------------------------------------------------------------------
|
|
|
-Returns the least-significant 32 fraction bits of the double-precision
|
|
|
-floating-point value `a'.
|
|
|
--------------------------------------------------------------------------------
|
|
|
-*}
|
|
|
-Function extractFloat64Frac( a: float64 ): bits32;
|
|
|
- Begin
|
|
|
- extractFloat64Frac := a.low;
|
|
|
- End;
|
|
|
-
|
|
|
{*
|
|
|
-------------------------------------------------------------------------------
|
|
|
Returns the most-significant 20 fraction bits of the double-precision
|