Searched defs:inv_matrix_detd (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlMathFunc.c328 double inv_matrix_detd(double *p, int *n) function
339 sum + *(p + 10 * i + j) * SIGNM(i + j) * inv_matrix_detd(&d[0][0],
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c489 double inv_matrix_detd(double *p, int *n) function
502 inv_matrix_detd(&d[0][0], n);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c489 double inv_matrix_detd(double *p, int *n) function
502 inv_matrix_detd(&d[0][0], n);

Completed in 39 milliseconds