Searched refs:value_between (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_math_adapt.h | 59 * value_between(x,min.max) True if x is between [min,max] inclusively. 66 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_math_adapt.h | 56 * value_between(x,min.max) True if x is between [min,max] inclusively. 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_math_adapt.h | 56 * value_between(x,min.max) True if x is between [min,max] inclusively. 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) macro
|
Completed in 3 milliseconds