2 /* @(#)z_ispos.c 1.0 98/08/13 */
3 /******************************************************************
7 * x - pointer to a 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 *****************************************************************/
21 #ifndef _DOUBLE_IS_32BITS
27 GET_HIGH_WORD (hx
, x
);
35 #endif /* _DOUBLE_IS_32BITS */