Home
last modified time | relevance | path

Searched refs:HUGE_VAL (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libm/complex/
Dctan.c84 return HUGE_VAL + HUGE_VAL * (double complex) I; in ctan()
Dcatan.c126 w = HUGE_VAL + HUGE_VAL * (double complex) I; in __weak_alias()
Dcprojl.c54 REAL_PART(w) = HUGE_VAL; in cprojl()
/picolibc-latest/newlib/libm/common/
Ds_logb.c100 else return HUGE_VAL; /* x==inf (+ or -) */ in logb64()
/picolibc-latest/newlib/libc/include/
Dmath.h49 # ifndef HUGE_VAL
50 # define HUGE_VAL (__builtin_huge_val()) macro
83 #ifndef HUGE_VAL
84 #define HUGE_VAL (1.0e999999999)
/picolibc-latest/newlib/libm/math/
Dmath.tex14 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.
/picolibc-latest/newlib/
DChangeLog-20154545 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): When
25635 * libc/include/math.h: Don't define HUGE_VAL if it is already