Searched refs:SIGNM (Results 1 - 7 of 7) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlMathFunc.h29 #define SIGNM(k)((int)(k)&1?-1:1) macro
H A DmlMathFunc.c321 sum + *(p + 10 * i + j) * SIGNM(i + j) * inv_matrix_det(&d[0][0],
339 sum + *(p + 10 * i + j) * SIGNM(i + j) * inv_matrix_detd(&d[0][0],
H A Dmlsupervisor.c155 mInv[j][i] = SIGNM(i + j) * inv_matrix_det(&mTmp[0][0], &a);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h18 #define SIGNM(k)((int)(k)&1?-1:1) macro
H A Dml_math_func.c481 sum + *(p + 6 * i + j) * SIGNM(i +
500 sum + *(p + 6 * i + j) * SIGNM(i +
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h18 #define SIGNM(k)((int)(k)&1?-1:1) macro
H A Dml_math_func.c481 sum + *(p + 6 * i + j) * SIGNM(i +
500 sum + *(p + 6 * i + j) * SIGNM(i +

Completed in 757 milliseconds