2 /* @(#)z_isposf.c 1.0 98/08/13 */
3 /******************************************************************
7 * x - floating point value
10 * An integer that indicates if the number is positive.
13 * This routine returns an integer that indicates if the number
14 * passed in is positive (1) or negative (0).
16 *****************************************************************/
25 GET_FLOAT_WORD (wx
, x
);
33 #ifdef _DOUBLE_IS_32BITS
37 return isposf ((float) x
);
40 #endif /* defined(_DOUBLE_IS_32BITS) */