/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 77 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function 80 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
|
/external/musl/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 1898 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/ |
D | half.hpp | 1900 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/ |
D | math_h.pass.cpp | 60 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 61 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 62 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 61 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
|
/external/libcxx/include/ |
D | math.h | 598 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreater() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | math.h | 485 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { in isgreater() function
|