Home
last modified time | relevance | path

Searched refs:__builtin_huge_val (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/include/support/ibm/
Dlimits.h28 #define __builtin_huge_val() HUGE_VAL macro
43 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000 macro
/external/clang/test/Sema/
Dconstant-builtins.c6 float g0 = __builtin_huge_val();
Dconstant-builtins-2.c5 double g0 = __builtin_huge_val();
/external/clang/test/Preprocessor/
Dfeature_tests.c12 #if !__has_builtin(__builtin_huge_val) || \
/external/libcxx/include/support/win32/
Dlimits_win32.h66 #define __builtin_huge_val() HUGE_VAL macro
/external/clang/test/CodeGen/
Dbuiltins.c151 d = __builtin_huge_val(); // CHECK: double 0x7FF0000000000000 in bar()
/external/chromium_org/third_party/mesa/src/include/CL/
Dcl_platform.h240 #define CL_HUGE_VAL __builtin_huge_val()
/external/mesa3d/include/CL/
Dcl_platform.h240 #define CL_HUGE_VAL __builtin_huge_val()
/external/libcxx/include/
Dlimits375 …INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_huge_val();}
/external/clang/include/clang/Basic/
DBuiltins.def117 BUILTIN(__builtin_huge_val, "d", "nc")