/hardware/invensense/60xx/mlsdk/mllite/ |
mlMathFunc.h | 61 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|
mlMathFunc.c | 295 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) function 337 inv_matrix_det_incd(p, &d[0][0], n, i, j);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
ml_math_func.h | 89 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|
ml_math_func.c | 455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) function 498 inv_matrix_det_incd(p, &d[0][0], n, i, j);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
ml_math_func.h | 89 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|
ml_math_func.c | 455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) function 498 inv_matrix_det_incd(p, &d[0][0], n, i, j);
|