Searched refs:isgreaterequal (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/math/ |
D | isless.c | 25 TEST(isgreaterequal(a, b), rel == GREATER || rel == EQUAL); \
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 13 I(int,isgreaterequal(.0,.0)) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
|
/third_party/musl/include/ |
D | math.h | 133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 297 MFUNC(at_d, rt_i, isgreaterequal, 0), 1088 case m_isgreaterequal: intres = isgreaterequal(d_arg1.f, d_arg2.f); break; in runtest() 1101 case m_isgreaterequalf: intres = isgreaterequal(s_arg1.f, s_arg2.f); break; in runtest()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35075 isgreaterequal(float __x, float __y) in isgreaterequal() function 35079 isgreaterequal(double __x, double __y) in isgreaterequal() function 35083 isgreaterequal(long double __x, long double __y) in isgreaterequal() function 35092 isgreaterequal(_Tp __x, _Up __y) in isgreaterequal() function 72813 using std::isgreaterequal;
|