Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dlimits.h28 #define __builtin_huge_val() HUGE_VAL macro
43 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000 macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlimits_win32.h66 #define __builtin_huge_val() HUGE_VAL macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlimits375 …INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_huge_val();}