Home
last modified time | relevance | path

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

/hardware/invensense/mlsdk/mllite/
Dmlsupervisor.c110 float mInv[10][10] = { {0} }; in MLUpdateCompassCalibration3DOF() local
155 mInv[j][i] = SIGNM(i + j) * inv_matrix_det(&mTmp[0][0], &a); in MLUpdateCompassCalibration3DOF()
166 tmp += mInv[j][i] / d * xTransY[j]; in MLUpdateCompassCalibration3DOF()