Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dtrionan.c281 result = HUGE_VAL; in trio_pinf()
282 if (HUGE_VAL == DBL_MAX) { in trio_pinf()
284 result += HUGE_VAL; in trio_pinf()
/reactos/sdk/lib/crt/math/ieee754/
H A Djn_yn.c239 if((ix|lx)==0) return -HUGE_VAL+x; /* -inf and overflow exception. */;
H A Dj0_y0.c190 if((ix|lx)==0) return -HUGE_VAL+x; /* -inf and overflow exception. */
H A Dj1_y1.c193 if((ix|lx)==0) return -HUGE_VAL+x; /* -inf and overflow exception. */;
/reactos/sdk/include/crt/
H A Dmath.h51 #define HUGE_VAL _HUGE macro
/reactos/sdk/include/ucrt/
H A Dcorecrt_math.h89 #define HUGE_VAL ((double)INFINITY) macro