/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 89 __DEVICE__ bool isless(float __x, float __y) { in isless() function 92 __DEVICE__ bool isless(double __x, double __y) { in isless() function
|
/external/musl/include/ |
D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 1920 static bool isless(half x, half y) in isless() function 2786 inline bool isless(half x, half y) { return functions::isless(x, y); } in isless() function 2787 inline bool isless(half x, expr y) { return functions::isless(x, y); } in isless() function 2788 inline bool isless(expr x, half y) { return functions::isless(x, y); } in isless() function 2789 inline bool isless(expr x, expr y) { return functions::isless(x, y); } in isless() function
|
/external/armnn/third-party/half/ |
D | half.hpp | 1922 static bool isless(half x, half y) in isless() function 2788 inline bool isless(half x, half y) { return functions::isless(x, y); } in isless() function 2789 inline bool isless(half x, expr y) { return functions::isless(x, y); } in isless() function 2790 inline bool isless(expr x, half y) { return functions::isless(x, y); } in isless() function 2791 inline bool isless(expr x, expr y) { return functions::isless(x, y); } in isless() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 62 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 63 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 64 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 63 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
|
/external/libcxx/include/ |
D | math.h | 658 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isless() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | math.h | 505 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isless(_A1 __x, _A2 __y) _NOEXCEPT { in isless() function
|