Searched defs:EXPONENT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Disinf.c50 #define EXPONENT 0x7ff00000 macro
52 if ((d0 & EXPONENT) != EXPONENT ) return 0; /* exponent wrong */
53 if ((d0 & ~(EXPONENT|SIGN)) == 0 && d1 == 0 ) return 0; /* must have bits */
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfpparts.h129 #define EXPONENT(X) (((_dval *)&(X))->fparts.exp) macro
138 #define ISMAXEXP(X) ((EXPONENT(X)) == MAXEXP)

Completed in 675 milliseconds