Lines Matching refs:pythonResult

601     PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ);  in cmsis_arm_linear_interp_f32()  local
604 return(pythonResult); in cmsis_arm_linear_interp_f32()
628 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_linear_interp_q31() local
632 return(pythonResult); in cmsis_arm_linear_interp_q31()
656 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_linear_interp_q15() local
660 return(pythonResult); in cmsis_arm_linear_interp_q15()
684 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_linear_interp_q7() local
688 return(pythonResult); in cmsis_arm_linear_interp_q7()
713 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_f32() local
716 return(pythonResult); in cmsis_arm_bilinear_interp_f32()
739 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_q31() local
742 return(pythonResult); in cmsis_arm_bilinear_interp_q31()
765 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_q15() local
768 return(pythonResult); in cmsis_arm_bilinear_interp_q15()
791 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_q7() local
794 return(pythonResult); in cmsis_arm_bilinear_interp_q7()
830 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_spline_init_f32() local
834 return(pythonResult); in cmsis_arm_spline_init_f32()
863 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_spline_f32() local
867 return(pythonResult); in cmsis_arm_spline_f32()