Home
last modified time | relevance | path

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

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