Searched refs:HUGE_VALF (Results 1 – 8 of 8) sorted by relevance
51 return HUGE_VALF + HUGE_VALF * I; in ctanf()
75 w = HUGE_VALF + HUGE_VALF * I; in __weak_alias()
38 else if (FLT_UWORD_IS_INFINITE(hx)) return HUGE_VALF; /* x==+|-inf */ in logbf()
53 # ifndef HUGE_VALF54 # define HUGE_VALF (__builtin_huge_valf()) macro87 #ifndef HUGE_VALF88 #define HUGE_VALF (1.0e999999999F)96 #define INFINITY (HUGE_VALF)
90 vec_float4 huge = spu_splats(HUGE_VALF); in _atanhf4()
20 The macro @code{HUGE_VALF} is a corresponding value for @code{float}.
72 - nanf() and HUGE_VALF now used in libm float routines to reduce size
6183 HUGE_VALF, and HUGE_VALL to be constant expressions. Add definitions6731 * 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; rename12437 * libc/include/math.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): When12450 * libc/include/math.h (HUGE_VALF, HUGE_VALL): New.