Searched refs:HUGE_VAL (Results 1 – 6 of 6) sorted by relevance
281 result = HUGE_VAL; in trio_pinf()282 if (HUGE_VAL == DBL_MAX) { in trio_pinf()284 result += HUGE_VAL; in trio_pinf()
239 if((ix|lx)==0) return -HUGE_VAL+x; /* -inf and overflow exception. */;
190 if((ix|lx)==0) return -HUGE_VAL+x; /* -inf and overflow exception. */
193 if((ix|lx)==0) return -HUGE_VAL+x; /* -inf and overflow exception. */;
51 #define HUGE_VAL _HUGE macro
89 #define HUGE_VAL ((double)INFINITY) macro