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

/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h74 * _EXPBASE - the exponent base
80 * ((_EXPBASE ** DMAXEXP) * (1 - (_EXPBASE ** -DSIGNIF)))
82 * ((_EXPBASE ** FMAXEXP) * (1 - (_EXPBASE ** -FSIGNIF)))
83 * MINDOUBLE - the smallest double (_EXPBASE ** (DMINEXP - 1))
84 * MINFLOAT - the smallest float (_EXPBASE ** (FMINEXP - 1))
118 #define _EXPBASE (1 << _LENBASE) macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h57 * _EXPBASE - the exponent base
63 ((_EXPBASE ** DMAXEXP) * (1 - (_EXPBASE ** -DSIGNIF)))
65 ((_EXPBASE ** FMAXEXP) * (1 - (_EXPBASE ** -FSIGNIF)))
66 * MINDOUBLE - the smallest double (_EXPBASE ** (DMINEXP - 1))
67 * MINFLOAT - the smallest float (_EXPBASE ** (FMINEXP - 1))
124 #define _EXPBASE (1 << _LENBASE) macro

Completed in 66 milliseconds