Home
last modified time | relevance | path

Searched refs:hi_abs (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_math_adapt.h32 * hi_abs(x) absolute value of x
36 #define hi_abs(x) ((x) >= 0 ? (x) : (-(x))) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_math_adapt.h29 * hi_abs(x) absolute value of x
33 #define hi_abs(x) ((x) >= 0 ? (x) : (-(x))) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_math_adapt.h29 * hi_abs(x) absolute value of x
33 #define hi_abs(x) ((x) >= 0 ? (x) : (-(x))) macro

Completed in 3 milliseconds