Home
last modified time | relevance | path

Searched defs:pTwiddle (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-3.5.0/Include/dsp/
Dtransform_functions.h58 const q15_t *pTwiddle; /**< points to the Sin twiddle factor table. */ member
85 const q15_t *pTwiddle; /**< points to the twiddle factor table. */ member
111 const q31_t *pTwiddle; /**< points to the Twiddle factor table. */ member
137 const q31_t *pTwiddle; /**< points to the twiddle factor table. */ member
163 const float32_t *pTwiddle; /**< points to the Twiddle factor table. */ member
191 const float32_t *pTwiddle; /**< points to the Twiddle factor table. */ member
218 const q15_t *pTwiddle; /**< points to the Twiddle factor table. */ member
257 const q31_t *pTwiddle; /**< points to the Twiddle factor table. */ member
296 const float32_t *pTwiddle; /**< points to the Twiddle factor table. */ member
337 const float64_t *pTwiddle; /**< points to the Twiddle factor table. */ member
[all …]
Dtransform_functions_f16.h54 const float16_t *pTwiddle; /**< points to the Twiddle factor table. */ member
69 const float16_t *pTwiddle; /**< points to the Twiddle factor table. */ member
82 const float16_t *pTwiddle; /**< points to the Twiddle factor table. */ member
/cmsis-dsp-3.5.0/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_transform.c88 PyObject *pTwiddle=NULL; in arm_cfft_radix2_instance_q15_init() local
176 PyObject *pTwiddle=NULL; in arm_cfft_radix4_instance_q15_init() local
264 PyObject *pTwiddle=NULL; in arm_cfft_radix2_instance_q31_init() local
352 PyObject *pTwiddle=NULL; in arm_cfft_radix4_instance_q31_init() local
440 PyObject *pTwiddle=NULL; in arm_cfft_radix2_instance_f32_init() local
531 PyObject *pTwiddle=NULL; in arm_cfft_radix4_instance_f32_init() local
622 PyObject *pTwiddle=NULL; in arm_cfft_instance_q15_init() local
701 PyObject *pTwiddle=NULL; in arm_cfft_instance_q31_init() local
778 PyObject *pTwiddle=NULL; in arm_cfft_instance_f64_init() local
857 PyObject *pTwiddle=NULL; in arm_cfft_instance_f32_init() local
[all …]