Home
last modified time | relevance | path

Searched defs:isgreater (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/musl/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35049 isgreater(float __x, float __y) in isgreater() function
35053 isgreater(double __x, double __y) in isgreater() function
35057 isgreater(long double __x, long double __y) in isgreater() function
35066 isgreater(_Tp __x, _Up __y) in isgreater() function