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

/external/compiler-rt/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))
/external/llvm/autoconf/m4/
H A Dhuge_val.m42 # This function determins if the HUGE_VAL macro is compilable with the
6 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
11 [[double x = HUGE_VAL; return x != x;]])],
/external/fdlibm/
H A Dk_standard.c85 #ifndef HUGE_VAL /* this is the only routine that uses HUGE_VAL */
86 #define HUGE_VAL inf macro
149 exc.retval = HUGE_VAL;
163 exc.retval = HUGE_VAL;
177 exc.retval = HUGE_VAL;
202 exc.retval = -HUGE_VAL;
219 exc.retval = -HUGE_VAL;
236 exc.retval = -HUGE_VAL;
253 exc.retval = -HUGE_VAL;
[all...]
/external/libcxx/include/support/ibm/
H A Dlimits.h15 #include <math.h> // for HUGE_VAL, HUGE_VALF, HUGE_VALL, and NAN
28 #define __builtin_huge_val() HUGE_VAL
43 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000
/external/libcxx/include/support/win32/
H A Dlimits_win32.h64 #include <math.h> // HUGE_VAL
66 #define __builtin_huge_val() HUGE_VAL
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake127 #define HUGE_VALF (float)HUGE_VAL
H A DDataTypes.h.in120 #define HUGE_VALF (float)HUGE_VAL
H A DDataTypes.h210 #define HUGE_VALF (float)HUGE_VAL
/external/opencv3/apps/createsamples/
H A Dcreatesamples.cpp163 if( d != -HUGE_VAL && d != HUGE_VAL && d > 0 ) scale = d;
/external/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c8 #if !defined(CRT_INFINITY) && defined(HUGE_VAL)
9 #define CRT_INFINITY HUGE_VAL
/external/libxml2/
H A Dtrionan.c273 * If HUGE_VAL is different from DBL_MAX, then HUGE_VAL is used
281 result = HUGE_VAL;
282 if (HUGE_VAL == DBL_MAX) {
284 result += HUGE_VAL;
/external/bison/darwin-lib/
H A Dmath.h457 /* Solaris 10 defines HUGE_VAL, but as a function pointer rather
462 # undef HUGE_VAL
463 # define HUGE_VAL (1.0 / 0.0)
478 /* HUGE_VAL is a 'double' Infinity. */
479 #ifndef HUGE_VAL
482 # define HUGE_VAL (1e250 * 1e250) macro
484 # define HUGE_VAL (1.0 / 0.0) macro
/external/bison/lib/
H A Dmath.in.h145 /* Solaris 10 defines HUGE_VAL, but as a function pointer rather
150 # undef HUGE_VAL macro
151 # define HUGE_VAL (1.0 / 0.0) macro
166 /* HUGE_VAL is a 'double' Infinity. */
167 #ifndef HUGE_VAL
170 # define HUGE_VAL (1e250 * 1e250) macro
172 # define HUGE_VAL (1.0 / 0.0) macro
/external/bison/linux-lib/
H A Dmath.h457 /* Solaris 10 defines HUGE_VAL, but as a function pointer rather
462 # undef HUGE_VAL
463 # define HUGE_VAL (1.0 / 0.0)
478 /* HUGE_VAL is a 'double' Infinity. */
479 #ifndef HUGE_VAL
482 # define HUGE_VAL (1e250 * 1e250) macro
484 # define HUGE_VAL (1.0 / 0.0) macro
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc791 EXPECT_EQ(HUGE_VAL, Tokenizer::ParseFloat("1e+9999999999999999999999999999"));
/external/v8/src/
H A Dglobals.h26 # define V8_INFINITY HUGE_VAL
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c72 #define SET_POS_INFINITY(x) x = (GLfloat) HUGE_VAL
73 #define SET_NEG_INFINITY(x) x = (GLfloat) -HUGE_VAL
/external/bison/
H A Dconfigure24855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether HUGE_VAL works" >&5
24856 $as_echo_n "checking whether HUGE_VAL works... " >&6; }
24866 /* Solaris 10 has a broken definition of HUGE_VAL. */
24867 double d = HUGE_VAL;
/external/llvm/
H A Dconfigure13292 { echo "$as_me:$LINENO: checking for HUGE_VAL sanity" >&5
13293 echo $ECHO_N "checking for HUGE_VAL sanity... $ECHO_C" >&6; }
13319 double x = HUGE_VAL; return x != x;

Completed in 1446 milliseconds