Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h33 * CMP(x,y) 0 if x == y; 1 if x > y; -1 if x < y
37 #define CMP(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h30 * CMP(x,y) 0 if x == y; 1 if x > y; -1 if x < y
34 #define CMP(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h30 * CMP(x,y) 0 if x == y; 1 if x > y; -1 if x < y
34 #define CMP(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro

Completed in 3 milliseconds