Searched refs:islessequal (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/math/ |
D | isless.c | 22 TEST(islessequal(a, b), rel == LESS || rel == EQUAL); \
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 16 I(int,islessequal(.0,.0)) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
|
/third_party/musl/include/ |
D | math.h | 130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 303 MFUNC(at_d, rt_i, islessequal, 0), 1090 case m_islessequal: intres = islessequal(d_arg1.f, d_arg2.f); break; in runtest() 1103 case m_islessequalf: intres = islessequal(s_arg1.f, s_arg2.f); break; in runtest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 500 int test(double x, double y) { return islessequal(x, y);} 502 int test3(double x, double y) { return !islessequal(x, y);}
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35127 islessequal(float __x, float __y) in islessequal() function 35131 islessequal(double __x, double __y) in islessequal() function 35135 islessequal(long double __x, long double __y) in islessequal() function 35144 islessequal(_Tp __x, _Up __y) in islessequal() function 72815 using std::islessequal;
|