Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
H A D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/llvm-project/libcxx/include/__math/
H A Dtraits.h167 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { isunordered() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp70 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } isunordered() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp70 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function