Lines Matching refs:pythonResult
73 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_product_f32() local
78 return(pythonResult); in cmsis_arm_quaternion_product_f32()
106 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_product_single_f32() local
111 return(pythonResult); in cmsis_arm_quaternion_product_single_f32()
140 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion2rotation_f32() local
144 return(pythonResult); in cmsis_arm_quaternion2rotation_f32()
171 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_rotation2quaternion_f32() local
175 return(pythonResult); in cmsis_arm_rotation2quaternion_f32()
202 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_normalize_f32() local
206 return(pythonResult); in cmsis_arm_quaternion_normalize_f32()
233 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_norm_f32() local
237 return(pythonResult); in cmsis_arm_quaternion_norm_f32()
264 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_conjugate_f32() local
268 return(pythonResult); in cmsis_arm_quaternion_conjugate_f32()
295 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_inverse_f32() local
299 return(pythonResult); in cmsis_arm_quaternion_inverse_f32()