Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_quaternion2rotation_f32.c82 float32_t *pOutputRotations, in arm_quaternion2rotation_f32() argument
121 vst1q(pOutputRotations, vec0); in arm_quaternion2rotation_f32()
122 pOutputRotations += 4; in arm_quaternion2rotation_f32()
133 vst1q(pOutputRotations, vec0); in arm_quaternion2rotation_f32()
134 pOutputRotations += 4; in arm_quaternion2rotation_f32()
136 *pOutputRotations = tmp1 - tmp2; in arm_quaternion2rotation_f32()
137 pOutputRotations ++; in arm_quaternion2rotation_f32()
145 float32_t *pOutputRotations, in arm_quaternion2rotation_f32() argument
171pOutputRotations[0 + nb * 9] = xx; pOutputRotations[1 + nb * 9] = xy; pOutputRotations[2 + nb * 9]… in arm_quaternion2rotation_f32()
172pOutputRotations[3 + nb * 9] = yx; pOutputRotations[4 + nb * 9] = yy; pOutputRotations[5 + nb * 9]… in arm_quaternion2rotation_f32()
[all …]
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dquaternion_math_functions.h141 float32_t *pOutputRotations,