Searched defs:ABS (Results 1 - 5 of 5) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x)) macro
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlmath.h94 #ifndef ABS
95 #define ABS(x) (((x)>=0)?(x):-(x)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x)) macro
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegDecoder.cpp203 #define ABS(a) (((a) < 0) ? (-(a)) : (a)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h589 #ifndef ABS
590 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro
591 #endif /* ABS */

Completed in 286 milliseconds