Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dadddf3vfp_test.c29 if (test__adddf3vfp(HUGE_VAL, HUGE_VAL)) in main()
31 if (test__adddf3vfp(0.0, HUGE_VAL)) in main()
H A Dltdf2vfp_test.c33 if (test__ltdf2vfp(HUGE_VAL, 1.0)) in main()
35 if (test__ltdf2vfp(1.0, HUGE_VAL)) in main()
H A Dnedf2vfp_test.c33 if (test__nedf2vfp(HUGE_VAL, 1.0)) in main()
35 if (test__nedf2vfp(1.0, HUGE_VAL)) in main()
H A Dledf2vfp_test.c35 if (test__ledf2vfp(HUGE_VAL, 1.0)) in main()
37 if (test__ledf2vfp(1.0, HUGE_VAL)) in main()
H A Dgedf2vfp_test.c35 if (test__gedf2vfp(HUGE_VAL, 1.0)) in main()
37 if (test__gedf2vfp(1.0, HUGE_VAL)) in main()
H A Deqdf2vfp_test.c37 if (test__eqdf2vfp(HUGE_VAL, 1.0)) in main()
39 if (test__eqdf2vfp(1.0, HUGE_VAL)) in main()
/llvm-project-15.0.7/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c13 #if !defined(CRT_INFINITY) && defined(HUGE_VAL)
14 #define CRT_INFINITY HUGE_VAL
/llvm-project-15.0.7/libclc/generic/include/clc/float/
H A Ddefinitions.h40 #define HUGE_VAL __builtin_huge_val() macro
/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dget_double.pass.cpp218 assert(v == HUGE_VAL); in main()
230 assert(v == -HUGE_VAL); in main()
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dmath.h199 #define HUGE_VAL (__builtin_huge_val()) macro
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_math.h281 return __a > 0 ? HUGE_VAL : -HUGE_VAL; in scalbln()
H A Dopencl-c-base.h234 #define HUGE_VAL (__builtin_huge_val()) macro
/llvm-project-15.0.7/libcxx/include/
H A Dcmath18 HUGE_VAL
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc85 SYMBOL(HUGE_VAL, None, <math.h>)