Home
last modified time | relevance | path

Searched defs:_sign (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_math_adapt.h37 #define _sign(x) ((x) >= 0 ? 1 : (-1)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_math_adapt.h34 #define _sign(x) ((x) >= 0 ? 1 : (-1)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_math_adapt.h34 #define _sign(x) ((x) >= 0 ? 1 : (-1)) macro
/third_party/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp939 _sign(int32_t value) { in _sign() function

Completed in 5 milliseconds