Searched defs:MIN3 (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_math.h | 50 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_math.h | 47 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_math.h | 49 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) macro
|
Completed in 5 milliseconds