Home
last modified time | relevance | path

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

/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
/llvm-project/libcxx/include/__math/
H A Dtraits.h159 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { islessgreater() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp69 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } islessgreater() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp69 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in islessgreater() function