Home
last modified time | relevance | path

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

/external/libcxx/include/support/ibm/
Dlimits.h29 #define __builtin_huge_valf() HUGE_VALF macro
44 #define __builtin_huge_valf() HUGE_VALF //0x7f800000 macro
/external/clang/test/Sema/
Dconstant-builtins.c7 double g1 = __builtin_huge_valf();
Dconstant-builtins-2.c6 float g1 = __builtin_huge_valf();
/external/libcxx/include/support/win32/
Dlimits_win32.h67 #define __builtin_huge_valf() _FInf._Float macro
/external/compiler-rt/lib/builtins/
Dint_math.h37 #define CRT_INFINITY __builtin_huge_valf()
/external/clang/test/CodeGen/
Dbuiltins.c150 f = __builtin_huge_valf(); // CHECK: float 0x7FF0000000000000 in bar()
/external/mesa3d/include/CL/
Dcl_platform.h239 #define CL_HUGE_VALF __builtin_huge_valf()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl_platform.h295 #define CL_HUGE_VALF __builtin_huge_valf()
/external/libcxx/include/
Dlimits329 …NLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_huge_valf();}
/external/clang/include/clang/Basic/
DBuiltins.def119 BUILTIN(__builtin_huge_valf, "f", "nc")