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
105 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro112 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
171 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function