Searched defs:isgreaterequal (Results 1 – 4 of 4) sorted by relevance
113 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function116 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
123 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function126 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
102 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro109 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
147 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT { in isgreaterequal() function