Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/
Disless.c23 TEST(islessgreater(a, b), rel == LESS || rel == GREATER); \
/third_party/musl/ndk_musl_include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/libc-test/src/api/
Dmath.c17 I(int,islessgreater(.0,.0)) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/optimized-routines/math/test/
Dmathtest.c306 MFUNC(at_d, rt_i, islessgreater, 0),
1091 case m_islessgreater: intres = islessgreater(d_arg1.f, d_arg2.f); break; in runtest()
1104 case m_islessgreaterf: intres = islessgreater(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.txt501 int test2(double x, double y) { return islessgreater(x, y);}
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35153 islessgreater(float __x, float __y) in islessgreater() function
35157 islessgreater(double __x, double __y) in islessgreater() function
35161 islessgreater(long double __x, long double __y) in islessgreater() function
35170 islessgreater(_Tp __x, _Up __y) in islessgreater() function
72816 using std::islessgreater;