Home
last modified time | relevance | path

Searched refs:qInverted (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/mlsdk/mllite/
DmlMathFunc.c144 void inv_q_invert(const long *q, long *qInverted) in inv_q_invert() argument
147 qInverted[0] = q[0]; in inv_q_invert()
148 qInverted[1] = -q[1]; in inv_q_invert()
149 qInverted[2] = -q[2]; in inv_q_invert()
150 qInverted[3] = -q[3]; in inv_q_invert()
216 void inv_q_invertf(const float *q, float *qInverted) in inv_q_invertf() argument
219 qInverted[0] = q[0]; in inv_q_invertf()
220 qInverted[1] = -q[1]; in inv_q_invertf()
221 qInverted[2] = -q[2]; in inv_q_invertf()
222 qInverted[3] = -q[3]; in inv_q_invertf()
DmlMathFunc.h48 void inv_q_invert(const long *q, long *qInverted);
53 void inv_q_invertf(const float *q, float *qInverted);