Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater() function
110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater() function
H A D__clang_cuda_cmath.h117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function
120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
/llvm-project/libcxx/include/__math/
H A Dtraits.h127 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { isgreater() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp65 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } isgreater() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp65 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function