Home
last modified time | relevance | path

Searched refs:gmag (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
Dml_math_func.c72 unsigned long gmag = 0; in inv_get_gyro_sum_of_sqr() local
78 gmag += temp * temp; in inv_get_gyro_sum_of_sqr()
81 return gmag; in inv_get_gyro_sum_of_sqr()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c72 unsigned long gmag = 0; in inv_get_gyro_sum_of_sqr() local
78 gmag += temp * temp; in inv_get_gyro_sum_of_sqr()
81 return gmag; in inv_get_gyro_sum_of_sqr()
/hardware/invensense/60xx/mlsdk/mllite/
DmlFIFO.c2077 unsigned long gmag = 0; in inv_get_gyro_sum_of_sqr() local
2084 gmag += temp * temp; in inv_get_gyro_sum_of_sqr()
2087 return gmag; in inv_get_gyro_sum_of_sqr()