Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h131 __DEVICE__ __CONSTEXPR__ bool islessgreater(float __x, float __y) { in islessgreater() function
134 __DEVICE__ __CONSTEXPR__ bool islessgreater(double __x, double __y) { in islessgreater() function
H A D__clang_cuda_cmath.h141 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() function
144 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater() function
/freebsd/lib/msun/src/
H A Dmath.h105 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
112 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h171 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function