Searched defs:islessgreater (Results 1 – 4 of 4) sorted by relevance
131 __DEVICE__ __CONSTEXPR__ bool islessgreater(float __x, float __y) { in islessgreater() function134 __DEVICE__ __CONSTEXPR__ bool islessgreater(double __x, double __y) { in islessgreater() function
141 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() function144 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater() function
104 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro111 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
159 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { islessgreater() function