Searched refs:HUGE_VAL (Results 1 - 2 of 2) sorted by relevance

/bionic/libm/include/
H A Dmath.h51 #define HUGE_VAL __builtin_huge_val() macro
53 #define HUGE_VAL (__infinity.__ud) macro
71 #define HUGE_VALF (float)HUGE_VAL
72 #define HUGE_VALL (long double)HUGE_VAL
171 #define HUGE HUGE_VAL
/bionic/libc/stdlib/
H A Dstrtod.c1386 value(rv) = HUGE_VAL;
1579 value(rv) = HUGE_VAL;

Completed in 2486 milliseconds