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

12345

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/bits/
H A Dhuge_val.h13 #define HUGE_VAL (__builtin_huge_val()) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/bits/
H A Dhuge_val.h13 #define HUGE_VAL (__builtin_huge_val()) macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dadddf3vfp_test.c38 if (test__adddf3vfp(HUGE_VAL, HUGE_VAL))
40 if (test__adddf3vfp(0.0, HUGE_VAL))
H A Dltdf2vfp_test.c43 if (test__ltdf2vfp(HUGE_VAL, 1.0))
45 if (test__ltdf2vfp(1.0, HUGE_VAL))
H A Dnedf2vfp_test.c43 if (test__nedf2vfp(HUGE_VAL, 1.0))
45 if (test__nedf2vfp(1.0, HUGE_VAL))
H A Deqdf2vfp_test.c47 if (test__eqdf2vfp(HUGE_VAL, 1.0))
49 if (test__eqdf2vfp(1.0, HUGE_VAL))
H A Dgedf2vfp_test.c45 if (test__gedf2vfp(HUGE_VAL, 1.0))
47 if (test__gedf2vfp(1.0, HUGE_VAL))
H A Dledf2vfp_test.c45 if (test__ledf2vfp(HUGE_VAL, 1.0))
47 if (test__ledf2vfp(1.0, HUGE_VAL))
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dadddf3vfp_test.c39 if (test__adddf3vfp(HUGE_VAL, HUGE_VAL))
41 if (test__adddf3vfp(0.0, HUGE_VAL))
H A Dltdf2vfp_test.c43 if (test__ltdf2vfp(HUGE_VAL, 1.0))
45 if (test__ltdf2vfp(1.0, HUGE_VAL))
H A Dnedf2vfp_test.c43 if (test__nedf2vfp(HUGE_VAL, 1.0))
45 if (test__nedf2vfp(1.0, HUGE_VAL))
H A Deqdf2vfp_test.c47 if (test__eqdf2vfp(HUGE_VAL, 1.0))
49 if (test__eqdf2vfp(1.0, HUGE_VAL))
H A Dgedf2vfp_test.c45 if (test__gedf2vfp(HUGE_VAL, 1.0))
47 if (test__gedf2vfp(1.0, HUGE_VAL))
H A Dledf2vfp_test.c45 if (test__ledf2vfp(HUGE_VAL, 1.0))
47 if (test__ledf2vfp(1.0, HUGE_VAL))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dsfp-exceptions.c27 #define HUGE_VAL (__builtin_huge_val ()) macro
51 double d = HUGE_VAL;
/netbsd-current/lib/libm/complex/
H A Dcproj.c56 REAL_PART(w) = HUGE_VAL;
H A Dcprojf.c57 REAL_PART(w) = HUGE_VAL;
H A Dcprojl.c56 REAL_PART(w) = HUGE_VAL;
/netbsd-current/lib/libm/src/
H A Dk_standard.c87 #ifndef HUGE_VAL /* this is the only routine that uses HUGE_VAL */
88 #define HUGE_VAL inf macro
157 exc.retval = HUGE_VAL;
172 exc.retval = HUGE_VAL;
187 exc.retval = HUGE_VAL;
214 exc.retval = -HUGE_VAL;
232 exc.retval = -HUGE_VAL;
250 exc.retval = -HUGE_VAL;
268 exc.retval = -HUGE_VAL;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dmath.h77 #define HUGE_VAL 3.1415e+9 /* really big */ macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h14 #undef HUGE_VAL macro
15 #define HUGE_VAL (__builtin_huge_val()) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h14 #undef HUGE_VAL macro
15 #define HUGE_VAL (__builtin_huge_val()) macro
/netbsd-current/tests/lib/libc/gen/
H A Dt_isnan.c50 /* HUGE_VAL is meant to be an infinity. */
51 ATF_CHECK(isinf(HUGE_VAL) != 0);
53 /* HUGE_VALF is the float analog of HUGE_VAL. */
56 /* HUGE_VALL is the long double analog of HUGE_VAL. */
/netbsd-current/external/apache2/llvm/config/llvm/Support/
H A DDataTypes.h128 #define HUGE_VALF (float)HUGE_VAL
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlimits.h14 #include <math.h> // for HUGE_VAL, HUGE_VALF, HUGE_VALL, and NAN
27 #define __builtin_huge_val() HUGE_VAL
42 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000

Completed in 253 milliseconds

12345