| /external/clang/lib/Headers/ | 
| D | __clang_cuda_cmath.h | 101 __DEVICE__ bool islessgreater(float __x, float __y) {  in islessgreater()  function104 __DEVICE__ bool islessgreater(double __x, double __y) {  in islessgreater()  function
 
 | 
| /external/musl/include/ | 
| D | math.h | 131 #define islessgreater(x, y)     __tg_pred_2(x, y, __islessgreater)  macro
 | 
| /external/ComputeLibrary/include/half/ | 
| D | half.hpp | 1942 			static bool islessgreater(half x, half y)  in islessgreater()  function2808 		inline bool islessgreater(half x, half y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 2809 		inline bool islessgreater(half x, expr y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 2810 		inline bool islessgreater(expr x, half y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 2811 		inline bool islessgreater(expr x, expr y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 
 | 
| /external/armnn/third-party/half/ | 
| D | half.hpp | 1944 			static bool islessgreater(half x, half y)  in islessgreater()  function2810 		inline bool islessgreater(half x, half y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 2811 		inline bool islessgreater(half x, expr y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 2812 		inline bool islessgreater(expr x, half y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 2813 		inline bool islessgreater(expr x, expr y) { return functions::islessgreater(x, y); }  in islessgreater()  function
 
 | 
| /external/libcxx/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 64 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); }  in islessgreater()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ | 
| D | cmath.pass.cpp | 65 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); }  in islessgreater()  function
 | 
| /external/libcxx/test/std/numerics/c.math/ | 
| D | cmath.pass.cpp | 66 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); }  in islessgreater()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 65 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); }  in islessgreater()  function
 | 
| /external/libcxx/include/ | 
| D | math.h | 718 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT  in islessgreater()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/ | 
| D | math.h | 525 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT {  in islessgreater()  function
 |