Searched defs:isgreater (Results 1 – 4 of 4) sorted by relevance
107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater() function110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater() function
117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
100 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro107 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
139 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { in isgreater() function