Searched refs:MAXEXP (Results 1 – 8 of 8) sorted by relevance
52 return ((EXPONENT(x) != MAXEXP)); in finite()64 if ((EXPONENT(x) == MAXEXP) && (HIFRACTION(x) || LOFRACTION(x))) in unordered()66 if ((EXPONENT(y) == MAXEXP) && (HIFRACTION(y) || LOFRACTION(y))) in unordered()89 if (exp == MAXEXP) { /* infinity or NaN */ in fpclass()
134 #define MAXEXP 0x7ff /* maximum exponent of double */ macro135 #define ISMAXEXP(X) ((EXPONENT(X)) == MAXEXP)
59 #define MAXEXP 310 macro61 #define MAXEXP 40 macro
190 char buf[max(MAXDIGS, 1+max(MAXFCVT+MAXEXP, MAXECVT))]; in _doprnt()
80 #define MAXEXP 4950 /* Max for quadruple precision */ macro
453 if (depth > MAXEXP) { in gexpand()455 MAXEXP); in gexpand()
83 #define MAXEXP 40 macro
92 #define MAXEXP 25 /* Maximum expansion of aliases */ macro