Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_interpolation.c41 } dsp_arm_linear_interp_instance_f32Object; typedef
45 arm_linear_interp_instance_f32_dealloc(dsp_arm_linear_interp_instance_f32Object* self) in arm_linear_interp_instance_f32_dealloc()
68 dsp_arm_linear_interp_instance_f32Object *self; in arm_linear_interp_instance_f32_new()
71 self = (dsp_arm_linear_interp_instance_f32Object *)type->tp_alloc(type, 0); in arm_linear_interp_instance_f32_new()
87 arm_linear_interp_instance_f32_init(dsp_arm_linear_interp_instance_f32Object *self, PyObject *args,… in arm_linear_interp_instance_f32_init()
596 dsp_arm_linear_interp_instance_f32Object *selfS = (dsp_arm_linear_interp_instance_f32Object *)S; in cmsis_arm_linear_interp_f32()