Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
D__clang_cuda_cmath.h111 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
114 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/external/musl/include/
Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/external/ComputeLibrary/include/half/
Dhalf.hpp1956 static bool isunordered(half x, half y) { return isnan(x) || isnan(y); } in isunordered() function
2819 inline bool isunordered(half x, half y) { return functions::isunordered(x, y); } in isunordered() function
2820 inline bool isunordered(half x, expr y) { return functions::isunordered(x, y); } in isunordered() function
2821 inline bool isunordered(expr x, half y) { return functions::isunordered(x, y); } in isunordered() function
2822 inline bool isunordered(expr x, expr y) { return functions::isunordered(x, y); } in isunordered() function
/external/armnn/third-party/half/
Dhalf.hpp1958 static bool isunordered(half x, half y) { return isnan(x) || isnan(y); } in isunordered() function
2821 inline bool isunordered(half x, half y) { return functions::isunordered(x, y); } in isunordered() function
2822 inline bool isunordered(half x, expr y) { return functions::isunordered(x, y); } in isunordered() function
2823 inline bool isunordered(expr x, half y) { return functions::isunordered(x, y); } in isunordered() function
2824 inline bool isunordered(expr x, expr y) { return functions::isunordered(x, y); } in isunordered() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp65 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp66 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp67 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp66 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
/external/libcxx/include/
Dmath.h748 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isunordered() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h535 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function