Searched refs:_IEEE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h72 * _IEEE - 1 if IEEE standard representation is used
86 #define _IEEE 1 macro
102 #define _IEEE 0 macro
113 #define _IEEE 0 macro
131 #define DMAXEXP ((1 << _DEXPLEN - 1) - 1 + _IEEE)
132 #define FMAXEXP ((1 << _FEXPLEN - 1) - 1 + _IEEE)
/illumos-gate/usr/src/head/
H A Dvalues.h80 * _IEEE - 1 if IEEE standard representation is used
98 #define _IEEE 1 macro
116 #define DMAXEXP ((1 << (_DEXPLEN - 1)) - 1 + _IEEE)
117 #define FMAXEXP ((1 << (_FEXPLEN - 1)) - 1 + _IEEE)
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dlog.c83 #define _IEEE 0 macro
86 #define _IEEE 1 macro
387 if (_IEEE && x == zero) /* log(0) = -Inf */
389 else if (_IEEE) /* log(neg) = NaN */
391 else if (x == zero) /* NOT REACHED IF _IEEE */
396 if (_IEEE) /* x = NaN, Inf */
406 if (_IEEE && m == -1022) {
468 if (_IEEE && m == -1022) {
H A Dlgamma.c83 #define _IEEE 0 macro
87 #define _IEEE 1 macro
158 if (_IEEE)
188 if (_IEEE == 0 && !finite(t.a))
286 if (_IEEE)
297 if (_IEEE)
H A Dgamma.c138 #define _IEEE 0 macro
141 #define _IEEE 1 macro
163 if (!_IEEE) return (infnan(ERANGE));
168 if (_IEEE) /* x = NaN, -Inf */
307 if(!_IEEE)
H A Derf.c151 #define _IEEE 0 macro
154 #define _IEEE 1 macro
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfpparts.h37 * this file to get the required definition of _IEEE
40 #if _IEEE
155 #endif /* _IEEE */

Completed in 94 milliseconds