2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
6 #include "mathieeesingbas_intern.h"
8 /*****************************************************************************
12 AROS_LH1(LONG
, IEEESPTst
,
15 AROS_LHA(float, y
, D0
),
18 struct LibHeader
*, MathIeeeSingBasBase
, 8, Mathieeesingbas
)
21 Compare a ieeesp-number against zero.
32 negative : result is negative
39 Sign is negative: return -1
43 *****************************************************************************/
50 SetSR(Negative_Bit
, Zero_Bit
| Overflow_Bit
| Negative_Bit
);
57 SetSR(Zero_Bit
, Zero_Bit
| Overflow_Bit
| Negative_Bit
);
61 /* fnum1 is positive */
62 SetSR(0, Zero_Bit
| Overflow_Bit
| Negative_Bit
);