Searched refs:__builtin_huge_val (Results 1 – 10 of 10) sorted by relevance
28 #define __builtin_huge_val() HUGE_VAL macro43 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000 macro
6 float g0 = __builtin_huge_val();
5 double g0 = __builtin_huge_val();
12 #if !__has_builtin(__builtin_huge_val) || \
66 #define __builtin_huge_val() HUGE_VAL macro
151 d = __builtin_huge_val(); // CHECK: double 0x7FF0000000000000 in bar()
240 #define CL_HUGE_VAL __builtin_huge_val()
375 …INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_huge_val();}
117 BUILTIN(__builtin_huge_val, "d", "nc")