Home
last modified time | relevance | path

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

12

/external/fdlibm/
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;
270 exc.retval = -HUGE_VAL;
[all …]
/external/compiler-rt/test/builtins/Unit/
Dadddf3vfp_test.c39 if (test__adddf3vfp(HUGE_VAL, HUGE_VAL)) in main()
41 if (test__adddf3vfp(0.0, HUGE_VAL)) in main()
Dltdf2vfp_test.c43 if (test__ltdf2vfp(HUGE_VAL, 1.0)) in main()
45 if (test__ltdf2vfp(1.0, HUGE_VAL)) in main()
Dnedf2vfp_test.c43 if (test__nedf2vfp(HUGE_VAL, 1.0)) in main()
45 if (test__nedf2vfp(1.0, HUGE_VAL)) in main()
Dgedf2vfp_test.c45 if (test__gedf2vfp(HUGE_VAL, 1.0)) in main()
47 if (test__gedf2vfp(1.0, HUGE_VAL)) in main()
Dledf2vfp_test.c45 if (test__ledf2vfp(HUGE_VAL, 1.0)) in main()
47 if (test__ledf2vfp(1.0, HUGE_VAL)) in main()
Deqdf2vfp_test.c47 if (test__eqdf2vfp(HUGE_VAL, 1.0)) in main()
49 if (test__eqdf2vfp(1.0, HUGE_VAL)) in main()
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dhuge_val.m42 # This function determins if the the HUGE_VAL macro is compilable with the
6 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
13 [double x = HUGE_VAL; return x != x; ]),
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc117 const Type MathLimits<Type>::kNaN = HUGE_VAL - HUGE_VAL; \
118 const Type MathLimits<Type>::kPosInf = HUGE_VAL; \
119 const Type MathLimits<Type>::kNegInf = -HUGE_VAL;
/external/libcxx/include/support/ibm/
Dlimits.h28 #define __builtin_huge_val() HUGE_VAL
43 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000
/external/compiler-rt/lib/builtins/ppc/
Ddivtc3.c8 #if !defined(CRT_INFINITY) && defined(HUGE_VAL)
9 #define CRT_INFINITY HUGE_VAL
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h132 #define HUGE_VALF (float)HUGE_VAL
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h132 #define HUGE_VALF (float)HUGE_VAL
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DDataTypes.h132 #define HUGE_VALF (float)HUGE_VAL
/external/libxml2/
Dtrionan.c281 result = HUGE_VAL; in trio_pinf()
282 if (HUGE_VAL == DBL_MAX) { in trio_pinf()
284 result += HUGE_VAL; in trio_pinf()
/external/libcxx/include/support/win32/
Dlimits_win32.h66 #define __builtin_huge_val() HUGE_VAL
/external/brotli/enc/
Dhistogram_inc.h21 self->bit_cost_ = HUGE_VAL; in FN()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h195 #define HUGE_VALF (float)HUGE_VAL
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h194 #define HUGE_VALF (float)HUGE_VAL
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h194 #define HUGE_VALF (float)HUGE_VAL
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h194 #define HUGE_VALF (float)HUGE_VAL
/external/python/cpython2/Include/
Dpymath.h146 #define Py_HUGE_VAL HUGE_VAL
/external/llvm/include/llvm/Support/
DDataTypes.h210 #define HUGE_VALF (float)HUGE_VAL
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h210 #define HUGE_VALF (float)HUGE_VAL
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_double.pass.cpp220 assert(v == HUGE_VAL); in main()
232 assert(v == -HUGE_VAL); in main()

12