Searched refs:MAXEXP (Results 1 – 8 of 8) sorted by relevance
54 return ((EXPONENT(x) != MAXEXP)); in finite()66 if ((EXPONENT(x) == MAXEXP) && (HIFRACTION(x) || LOFRACTION(x))) in unordered()68 if ((EXPONENT(y) == MAXEXP) && (HIFRACTION(y) || LOFRACTION(y))) in unordered()91 if (exp == MAXEXP) { /* infinity or NaN */ in fpclass()
137 #define MAXEXP 0x7ff /* maximum exponent of double */ macro138 #define ISMAXEXP(X) ((EXPONENT(X)) == MAXEXP)
62 #define MAXEXP 310 macro64 #define MAXEXP 40 macro
192 char buf[max(MAXDIGS, 1+max(MAXFCVT+MAXEXP, MAXECVT))]; in _doprnt()
82 #define MAXEXP 4950 /* Max for quadruple precision */ macro
452 if (depth > MAXEXP) { in gexpand()454 MAXEXP); in gexpand()
85 #define MAXEXP 40 macro
91 #define MAXEXP 25 /* Maximum expansion of aliases */ macro