Searched defs:isless (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/include/ |
H A D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
Completed in 3 milliseconds