Home
last modified time | relevance | path

Searched defs:isgreaterequal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h113 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function
116 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
H A D__clang_cuda_cmath.h123 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function
126 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
/freebsd/lib/msun/src/
H A Dmath.h102 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
109 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h147 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT { in isgreaterequal() function