HomeSort by relevance Sort by last modified time
    Searched defs:inv_matrix_det (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
mlMathFunc.c 310 float inv_matrix_det(float *p, int *n) function
321 sum + *(p + 10 * i + j) * SIGNM(i + j) * inv_matrix_det(&d[0][0],
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.c 470 float inv_matrix_det(float *p, int *n) function
483 inv_matrix_det(&d[0][0], n);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 470 float inv_matrix_det(float *p, int *n) function
483 inv_matrix_det(&d[0][0], n);

Completed in 563 milliseconds