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

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h73 * _DEXPLEN - the number of bits for the exponent of a double
87 #define _DEXPLEN 11 macro
103 #define _DEXPLEN 8 macro
114 #define _DEXPLEN 8 macro
126 #define DSIGNIF (BITS(double) - _DEXPLEN + _HIDDENBIT - 1)
131 #define DMAXEXP ((1 << _DEXPLEN - 1) - 1 + _IEEE)
/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h90 * _DEXPLEN - the number of bits for the exponent of a double
108 #define _DEXPLEN 11 macro
120 #define DSIGNIF (BITS(double) - _DEXPLEN + _HIDDENBIT - 1)
125 #define DMAXEXP ((1 << (_DEXPLEN - 1)) - 1 + _IEEE)

Completed in 58 milliseconds