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

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h59 * FMAXEXP - the maximum exponent of a float (as returned by frexp())
65 ((_EXPBASE ** FMAXEXP) * (1 - (_EXPBASE ** -FSIGNIF)))
90 #define FMINEXP (-(FMAXEXP + FSIGNIF - _HIDDENBIT - 3))
106 #define FMINEXP (-FMAXEXP)
117 #define FMINEXP (-(FMAXEXP + 1))
132 #define FMAXEXP ((1 << _FEXPLEN - 1) - 1 + _IEEE) macro
/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h76 * FMAXEXP - the maximum exponent of a float (as returned by frexp())
82 * ((_EXPBASE ** FMAXEXP) * (1 - (_EXPBASE ** -FSIGNIF)))
112 #define FMINEXP (-(FMAXEXP + FSIGNIF - _HIDDENBIT - 3))
126 #define FMAXEXP ((1 << (_FEXPLEN - 1)) - 1 + _IEEE) macro
128 #define LN_MAXFLOAT (float)(M_LN2 * FMAXEXP)

Completed in 72 milliseconds