Home
last modified time | relevance | path

Searched defs:isgreaterequal (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
/third_party/musl/include/
Dmath.h133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
/third_party/musl/ndk_musl_include/
Dmath.h133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h133 #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35075 isgreaterequal(float __x, float __y) in isgreaterequal() function
35079 isgreaterequal(double __x, double __y) in isgreaterequal() function
35083 isgreaterequal(long double __x, long double __y) in isgreaterequal() function
35092 isgreaterequal(_Tp __x, _Up __y) in isgreaterequal() function