/hardware/invensense/60xx/mlsdk/mllite/ |
mlMathFunc.c | 280 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) function 319 inv_matrix_det_inc(p, &d[0][0], n, i, j);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) function 479 inv_matrix_det_inc(p, &d[0][0], n, i, j);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) function 479 inv_matrix_det_inc(p, &d[0][0], n, i, j);
|