Searched refs:isgreater (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/math/ |
D | isless.c | 24 TEST(isgreater(a, b), rel == GREATER); \
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 12 I(int,isgreater(.0,.0)) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 296 MFUNC(at_d, rt_i, isgreater, 0), 1087 case m_isgreater: intres = isgreater(d_arg1.f, d_arg2.f); break; in runtest() 1100 case m_isgreaterf: intres = isgreater(s_arg1.f, s_arg2.f); break; in runtest()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35049 isgreater(float __x, float __y) in isgreater() function 35053 isgreater(double __x, double __y) in isgreater() function 35057 isgreater(long double __x, long double __y) in isgreater() function 35066 isgreater(_Tp __x, _Up __y) in isgreater() function 72812 using std::isgreater;
|