Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
D__clang_cuda_cmath.h89 __DEVICE__ bool isless(float __x, float __y) { in isless() function
92 __DEVICE__ bool isless(double __x, double __y) { in isless() function
/external/musl/include/
Dmath.h129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
/external/ComputeLibrary/include/half/
Dhalf.hpp1920 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/
Dhalf.hpp1922 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/
Dmath_h.pass.cpp62 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp63 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp64 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp63 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function
/external/libcxx/include/
Dmath.h658 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isless() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h505 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isless(_A1 __x, _A2 __y) _NOEXCEPT { in isless() function