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

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h60 * DMINEXP - the minimum exponent of a double (as returned by frexp())
66 * MINDOUBLE - the smallest double (_EXPBASE ** (DMINEXP - 1))
89 #define DMINEXP (-(DMAXEXP + DSIGNIF - _HIDDENBIT - 3)) macro
105 #define DMINEXP (-DMAXEXP) macro
116 #define DMINEXP (-(DMAXEXP + 1)) macro
134 #define LN_MINDOUBLE (M_LN2 * (DMINEXP - 1))
144 #define MINBEXP DMINEXP /* for backward compatibility */
/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h77 * DMINEXP - the minimum exponent of a double (as returned by frexp())
83 * MINDOUBLE - the smallest double (_EXPBASE ** (DMINEXP - 1))
111 #define DMINEXP (-(DMAXEXP + DSIGNIF - _HIDDENBIT - 3)) macro
129 #define LN_MINDOUBLE (M_LN2 * (DMINEXP - 1))
144 #define MINBEXP DMINEXP /* for backward compatibility */

Completed in 48 milliseconds