Home
last modified time | relevance | path

Searched refs:HUGE_VALL (Results 1 – 17 of 17) sorted by last modified time

/openbsd/gnu/usr.bin/perl/
H A Dperl.h2622 # elif defined(HUGE_VALL)
2623 # define NV_MAX HUGE_VALL
H A Dmathoms.c391 #if defined(HUGE_VAL) || (defined(USE_LONG_DOUBLE) && defined(HUGE_VALL))
400 # if defined(USE_LONG_DOUBLE) && defined(HUGE_VALL) in Perl_huge()
401 return HUGE_VALL; in Perl_huge()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL88 /* HUGE_VALL is admittedly non-POSIX but if we are using long doubles
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath20 HUGE_VALL // C99
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc87 SYMBOL(HUGE_VALL, None, <math.h>)
/openbsd/usr.bin/sort/
H A Dcoll.c1027 if (d == -HUGE_VAL || d == -HUGE_VALF || d == -HUGE_VALL) in huge_minus()
1040 if (d == HUGE_VAL || d == HUGE_VALF || d == HUGE_VALL) in huge_plus()
/openbsd/regress/lib/libm/lgamma/
H A Dlgamma.c25 assert(lgammal(-HUGE_VALL) == HUGE_VALL && signgam == 1); in main()
32 assert(lgammal(HUGE_VALL) == HUGE_VALL && signgam == 1); in main()
39 assert(lgammal(-0.0L) == HUGE_VALL && signgam == -1); in main()
46 assert(lgammal(0.0L) == HUGE_VALL && signgam == 1); in main()
/openbsd/regress/lib/libm/exp/
H A Dexp.c13 long double rl, bigl = HUGE_VALL; in main()
/openbsd/regress/lib/libc/wprintf/
H A Dwfp.c92 testfmt(L" inf", L"%4.2Le", HUGE_VALL); in main()
93 testfmt(L"-inf", L"%Lf", -HUGE_VALL); in main()
/openbsd/regress/lib/libc/printf/
H A Dfp.c91 testfmt(" inf", "%4.2Le", HUGE_VALL); in main()
92 testfmt("-inf", "%Lf", -HUGE_VALL); in main()
/openbsd/regress/lib/libc/fpclassify/
H A Dfpclassify.c48 assert(fpclassify((float)HUGE_VALL) == FP_INFINITE); in main()
60 assert(fpclassify((double)HUGE_VALL) == FP_INFINITE); in main()
70 assert(fpclassify(HUGE_VALL) == FP_INFINITE); in main()
/openbsd/include/
H A Dmath.h43 #define HUGE_VALL __builtin_huge_vall() macro
48 #define HUGE_VALL ((long double)HUGE_VAL) macro
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/
H A Dmathconf.h109 #ifndef HUGE_VALL
111 # define HUGE_VALL HUGE_VALl macro
113 # define HUGE_VALL HUGE_VAL macro
/openbsd/gnu/gcc/libstdc++-v3/libmath/
H A Dmathconf.h104 #ifndef HUGE_VALL
106 # define HUGE_VALL HUGE_VALl macro
108 # define HUGE_VALL HUGE_VAL macro
/openbsd/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h18 #undef HUGE_VALL
19 #define HUGE_VALL (__builtin_huge_vall()) macro
/openbsd/gnu/gcc/fixincludes/tests/base/bits/
H A Dhuge_val.h25 #define HUGE_VALL (__builtin_huge_vall()) macro
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def1888 * Fix glibc definition of HUGE_VALL in terms of hex floating point constant
1893 select = "^#[ \t]*define[ \t]*HUGE_VALL[ \t].*0x1\\.0p.*";
1897 c_fix_arg = "#define HUGE_VALL (__builtin_huge_vall())\n";
1899 test_text = "# define HUGE_VALL (__extension__ 0x1.0p32767L)";
2934 "#undef HUGE_VALL\n"
2935 "#define HUGE_VALL __builtin_huge_vall";