Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
D__clang_cuda_cmath.h77 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function
80 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
/external/musl/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/external/ComputeLibrary/include/half/
Dhalf.hpp1898 static bool isgreater(half x, half y) in isgreater() function
2764 inline bool isgreater(half x, half y) { return functions::isgreater(x, y); } in isgreater() function
2765 inline bool isgreater(half x, expr y) { return functions::isgreater(x, y); } in isgreater() function
2766 inline bool isgreater(expr x, half y) { return functions::isgreater(x, y); } in isgreater() function
2767 inline bool isgreater(expr x, expr y) { return functions::isgreater(x, y); } in isgreater() function
/external/armnn/third-party/half/
Dhalf.hpp1900 static bool isgreater(half x, half y) in isgreater() function
2766 inline bool isgreater(half x, half y) { return functions::isgreater(x, y); } in isgreater() function
2767 inline bool isgreater(half x, expr y) { return functions::isgreater(x, y); } in isgreater() function
2768 inline bool isgreater(expr x, half y) { return functions::isgreater(x, y); } in isgreater() function
2769 inline bool isgreater(expr x, expr y) { return functions::isgreater(x, y); } in isgreater() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp60 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp61 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp62 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp61 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
/external/libcxx/include/
Dmath.h598 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreater() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h485 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { in isgreater() function