Searched refs:isless (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/math/ |
H A D | isless.c | 21 TEST(isless(a, b), rel == LESS); \
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 15 I(int,isless(.0,.0)) in f()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 302 MFUNC(at_d, rt_i, isless, 0), 1089 case m_isless: intres = isless(d_arg1.f, d_arg2.f); break; in runtest() 1102 case m_islessf: intres = isless(s_arg1.f, s_arg2.f); break; in runtest()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 35101 isless(float __x, float __y) 35105 isless(double __x, double __y) 35109 isless(long double __x, long double __y) 35118 isless(_Tp __x, _Up __y) [all...] |
Completed in 29 milliseconds