Home
last modified time | relevance | path

Searched refs:ABS (Results 1 – 12 of 12) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x)) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x)) macro
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
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)) { in main()
489 if (ABS(accel_bias[2].l) > ABS(accel_bias[axis].l)) { in main()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DTestAssertions.cpp82 CHECK_TEST_ENUM(OperationType, ABS);
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DTestAssertions.cpp81 CHECK_TEST_ENUM(OperationType, ABS);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dresults_holder.c849 if ( (ABS(local_field.intensity - parameters->intensity) < 5.0f) && in inv_set_mpl_magnetic_local_field_parameter()
850 (ABS(local_field.intensity - parameters->intensity) < 5.0f) ) { in inv_set_mpl_magnetic_local_field_parameter()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmwifi_channels.h44 #define CHSPEC_CTLOVLP(sp1, sp2, sep) (ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < \
Dbcmutils.h589 #ifndef ABS
590 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal684 * ABS is active
686 * Set to true when ABS is active. Reset to false when ABS is off. This
688 * state of the ABS system.
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1192 ASSERT(ABS(BCME_LAST) == (ARRAYSIZE(bcmerrorstrtable) - 1)); in bcmerrorstr()
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal2300 ABS = @1.2::OperationType:ABS,
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2227 ABS = 38,