/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 111 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function 114 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
|
/external/musl/include/ |
D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 1956 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/ |
D | half.hpp | 1958 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/ |
D | math_h.pass.cpp | 65 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 66 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 67 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 66 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
|
/external/libcxx/include/ |
D | math.h | 748 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isunordered() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | math.h | 535 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
|