Searched refs:FMINEXP (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h61 * FMINEXP - the minimum exponent of a float (as returned by frexp())
67 * MINFLOAT - the smallest float (_EXPBASE ** (FMINEXP - 1))
90 #define FMINEXP (-(FMAXEXP + FSIGNIF - _HIDDENBIT - 3)) macro
106 #define FMINEXP (-FMAXEXP) macro
117 #define FMINEXP (-(FMAXEXP + 1)) macro
/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h78 * FMINEXP - the minimum exponent of a float (as returned by frexp())
84 * MINFLOAT - the smallest float (_EXPBASE ** (FMINEXP - 1))
112 #define FMINEXP (-(FMAXEXP + FSIGNIF - _HIDDENBIT - 3)) macro
130 #define LN_MINFLOAT (float)(M_LN2 * (FMINEXP - 1))

Completed in 141 milliseconds