Searched refs:HUGE_VAL (Results 1 – 7 of 7) sorted by relevance
84 return HUGE_VAL + HUGE_VAL * (double complex) I; in ctan()
126 w = HUGE_VAL + HUGE_VAL * (double complex) I; in __weak_alias()
54 REAL_PART(w) = HUGE_VAL; in cprojl()
100 else return HUGE_VAL; /* x==inf (+ or -) */ in logb64()
49 # ifndef HUGE_VAL50 # define HUGE_VAL (__builtin_huge_val()) macro83 #ifndef HUGE_VAL84 #define HUGE_VAL (1.0e999999999)
14 The definition of HUGE_VAL from @file{math.h} is of particular interest.19 @code{HUGE_VAL}; this number is returned on overflow by many functions.
4545 Use HUGE_VAL instead of MAXNUM.6182 * libc/include/math.h: Change non-builtin defines for HUGE_VAL,12437 * libc/include/math.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): When25635 * libc/include/math.h: Don't define HUGE_VAL if it is already