Searched refs:HUGE_VAL (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | adddf3vfp_test.c | 29 if (test__adddf3vfp(HUGE_VAL, HUGE_VAL)) in main() 31 if (test__adddf3vfp(0.0, HUGE_VAL)) in main()
|
| H A D | ltdf2vfp_test.c | 33 if (test__ltdf2vfp(HUGE_VAL, 1.0)) in main() 35 if (test__ltdf2vfp(1.0, HUGE_VAL)) in main()
|
| H A D | nedf2vfp_test.c | 33 if (test__nedf2vfp(HUGE_VAL, 1.0)) in main() 35 if (test__nedf2vfp(1.0, HUGE_VAL)) in main()
|
| H A D | ledf2vfp_test.c | 35 if (test__ledf2vfp(HUGE_VAL, 1.0)) in main() 37 if (test__ledf2vfp(1.0, HUGE_VAL)) in main()
|
| H A D | gedf2vfp_test.c | 35 if (test__gedf2vfp(HUGE_VAL, 1.0)) in main() 37 if (test__gedf2vfp(1.0, HUGE_VAL)) in main()
|
| H A D | eqdf2vfp_test.c | 37 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 D | divtc3.c | 13 #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 D | definitions.h | 40 #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 D | get_double.pass.cpp | 218 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 D | math.h | 199 #define HUGE_VAL (__builtin_huge_val()) macro
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 281 return __a > 0 ? HUGE_VAL : -HUGE_VAL; in scalbln()
|
| H A D | opencl-c-base.h | 234 #define HUGE_VAL (__builtin_huge_val()) macro
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cmath | 18 HUGE_VAL
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 85 SYMBOL(HUGE_VAL, None, <math.h>)
|