Searched defs:isunordered (Results 1 – 4 of 4) sorted by relevance
143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
105 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro113 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
167 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { isunordered() function