Home
last modified time | relevance | path

Searched refs:islessequal (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/libc-test/src/math/
Disless.c22 TEST(islessequal(a, b), rel == LESS || rel == EQUAL); \
/third_party/musl/ndk_musl_include/
Dmath.h130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
/third_party/musl/libc-test/src/api/
Dmath.c16 I(int,islessequal(.0,.0)) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
/third_party/musl/include/
Dmath.h130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h130 #define islessequal(x, y) __tg_pred_2(x, y, __islessequal) macro
/third_party/optimized-routines/math/test/
Dmathtest.c303 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/
DREADME.txt500 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/
Dstylo.hpp35127 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;