HomeSort by relevance Sort by last modified time
    Searched refs:inv_matrix_det_inc (Results 1 - 7 of 7) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
mlMathFunc.h 59 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y);
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);
mlsupervisor.c 154 inv_matrix_det_inc(&m[0][0], &mTmp[0][0], &a, i, j);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.h 87 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y);
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.h 87 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y);
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);

Completed in 3450 milliseconds