Home
last modified time | relevance | path

Searched refs:HUGE_VALF (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libm/complex/
Dctanf.c51 return HUGE_VALF + HUGE_VALF * I; in ctanf()
Dcatanf.c75 w = HUGE_VALF + HUGE_VALF * I; in __weak_alias()
/picolibc-latest/newlib/libm/common/
Dsf_logb.c38 else if (FLT_UWORD_IS_INFINITE(hx)) return HUGE_VALF; /* x==+|-inf */ in logbf()
/picolibc-latest/newlib/libc/include/
Dmath.h53 # ifndef HUGE_VALF
54 # define HUGE_VALF (__builtin_huge_valf()) macro
87 #ifndef HUGE_VALF
88 #define HUGE_VALF (1.0e999999999F)
96 #define INFINITY (HUGE_VALF)
/picolibc-latest/newlib/libm/machine/spu/headers/
Datanhf4.h90 vec_float4 huge = spu_splats(HUGE_VALF); in _atanhf4()
/picolibc-latest/newlib/libm/math/
Dmath.tex20 The macro @code{HUGE_VALF} is a corresponding value for @code{float}.
/picolibc-latest/newlib/
DNEWS72 - nanf() and HUGE_VALF now used in libm float routines to reduce size
DChangeLog-20156183 HUGE_VALF, and HUGE_VALL to be constant expressions. Add definitions
6731 * libm/common/sf_fdim.c: Return NAN for NAN arg, HUGE_VALF for inf arg.
6765 base names (added underscores); add mention of HUGE_VALF; rename
12437 * libc/include/math.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): When
12450 * libc/include/math.h (HUGE_VALF, HUGE_VALL): New.