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

/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h91 * _FEXPLEN - the number of bits for the exponent of a float
119 #define _FEXPLEN 8 macro
121 #define FSIGNIF (BITS(float) - _FEXPLEN + _HIDDENBIT - 1)
126 #define FMAXEXP ((1 << (_FEXPLEN - 1)) - 1 + _IEEE)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h74 * _FEXPLEN - the number of bits for the exponent of a float
125 #define _FEXPLEN 8 macro
127 #define FSIGNIF (BITS(float) - _FEXPLEN + _HIDDENBIT - 1)
132 #define FMAXEXP ((1 << _FEXPLEN - 1) - 1 + _IEEE)

Completed in 36 milliseconds