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

/illumos-gate/usr/src/head/
H A Dvalues.h82 * _FEXPLEN - the number of bits for the exponent of a float
110 #define _FEXPLEN 8 macro
112 #define FSIGNIF (BITS(float) - _FEXPLEN + _HIDDENBIT - 1)
117 #define FMAXEXP ((1 << (_FEXPLEN - 1)) - 1 + _IEEE)
/illumos-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 56 milliseconds