Searched defs:ABS (Results 1 - 7 of 7) 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/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h82 #ifndef ABS
83 #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/invensense/6515/libsensors_iio/software/simple_apps/self_test/
H A Dinv_self_test.c28 #ifndef ABS
29 #define ABS(x)(((x) >= 0) ? (x) : -(x)) macro
486 if (ABS(accel_bias[1].l) > ABS(accel_bias[0].l)) {
489 if (ABS(accel_bias[2].l) > ABS(accel_bias[axis].l)) {
/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 203 milliseconds