Home
last modified time | relevance | path

Searched refs:__builtin_huge_vall (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/include/support/ibm/
Dlimits.h30 #define __builtin_huge_vall() HUGE_VALL macro
45 #define __builtin_huge_vall() HUGE_VALL //0x7ff0000000000000 macro
/external/clang/test/Sema/
Dconstant-builtins.c8 long double g2 = __builtin_huge_vall();
Dconstant-builtins-2.c7 long double g2 = __builtin_huge_vall();
/external/libcxx/include/support/win32/
Dlimits_win32.h68 #define __builtin_huge_vall() _LInf._Long_double macro
/external/clang/test/CodeGen/
Dbuiltins.c152 ld = __builtin_huge_vall(); // CHECK: x86_fp80 0xK7FFF8000000000000000 in bar()
/external/libcxx/include/
Dlimits421 …NLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_huge_vall();}
/external/clang/include/clang/Basic/
DBuiltins.def119 BUILTIN(__builtin_huge_vall, "Ld", "nc")