2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
6 #include "mathieeesingbas_intern.h"
10 Compare a ieeesp-number against zero.
20 negative : result is negative
36 Sign is negative: return -1
44 AROS_LH1(LONG
, IEEESPTst
,
45 AROS_LHA(float, y
, D0
),
46 struct LibHeader
*, MathIeeeSingBasBase
, 8, Mathieeesingbas
54 SetSR(Negative_Bit
, Zero_Bit
| Overflow_Bit
| Negative_Bit
);
61 SetSR(Zero_Bit
, Zero_Bit
| Overflow_Bit
| Negative_Bit
);
65 /* fnum1 is positive */
66 SetSR(0, Zero_Bit
| Overflow_Bit
| Negative_Bit
);