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

  /hardware/invensense/mlsdk/mllite/
mlMathFunc.h 49 void inv_q_multf(const float *q1, const float *q2, float *qProd);
mlMathFunc.c 153 void inv_q_multf(const float *q1, const float *q2, float *qProd) function
  /hardware/invensense/libsensors_iio/software/core/mllite/
ml_math_func.h 75 void inv_q_multf(const float *q1, const float *q2, float *qProd);
ml_math_func.c 51 inv_q_multf(quat, cgcross, q1);
53 inv_q_multf(q1, qi, q2);
261 void inv_q_multf(const float *q1, const float *q2, float *qProd) function

Completed in 29 milliseconds