Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/lib/msun/src/
H A Dmath.h105 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
113 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h167 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { isunordered() function