Searched defs:islessgreater (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
|
/third_party/musl/include/ |
D | math.h | 131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35153 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
|