Home
last modified time | relevance | path

Searched defs:pythonResult (Results 1 – 14 of 14) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_window.c61 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_welch_f32() local
87 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_welch_f64() local
114 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_bartlett_f32() local
140 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_bartlett_f64() local
167 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_hamming_f32() local
193 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_hamming_f64() local
220 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_hanning_f32() local
246 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_hanning_f64() local
273 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_nuttall3_f32() local
299 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_nuttall3_f64() local
[all …]
Dcmsisdsp_fastmath.c68 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_vlog_q15() local
102 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_vlog_q31() local
127 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_sin_f32() local
150 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_sin_q31() local
173 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_sin_q15() local
196 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cos_f32() local
219 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cos_q31() local
242 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cos_q15() local
267 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pOutOBJ); in cmsis_arm_sqrt_f32() local
296 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pOutOBJ); in cmsis_arm_sqrt_q31() local
[all …]
Dcmsisdsp_complexf.c75 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_conj_f32() local
108 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_conj_q31() local
141 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_conj_q15() local
174 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_mag_squared_f32() local
206 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_mag_squared_f64() local
239 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_mag_squared_q31() local
272 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_mag_squared_q15() local
310 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_mag_f32() local
342 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_mag_f64() local
375 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_cmplx_mag_q31() local
[all …]
Dcmsisdsp_basic.c63 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,dstOBJ); in cmsis_arm_recip_q31() local
94 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,dstOBJ); in cmsis_arm_recip_q15() local
130 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_mult_q7() local
166 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_mult_q15() local
202 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_mult_q31() local
238 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_mult_f32() local
273 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_mult_f64() local
310 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_add_f32() local
345 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_add_f64() local
470 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_add_q7() local
[all …]
Dcmsisdsp_support.c165 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_sort_f32() local
193 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fill_f32() local
219 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fill_f64() local
245 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fill_q31() local
271 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fill_q15() local
297 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fill_q7() local
329 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_copy_f32() local
360 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_copy_f64() local
392 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_copy_q7() local
424 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_copy_q15() local
[all …]
Dcmsisdsp_quaternion.c73 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_product_f32() local
106 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_product_single_f32() local
140 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion2rotation_f32() local
171 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_rotation2quaternion_f32() local
202 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_normalize_f32() local
233 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_norm_f32() local
264 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_conjugate_f32() local
295 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_quaternion_inverse_f32() local
Dcmsisdsp_statistics.c66 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_power_q31() local
96 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_power_f32() local
125 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_power_f64() local
156 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_power_q15() local
186 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_power_q7() local
217 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_mean_q7() local
248 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_mean_q15() local
279 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_mean_q31() local
309 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_mean_f32() local
338 PyObject *pythonResult = Py_BuildValue("O",pResultOBJ); in cmsis_arm_mean_f64() local
[all …]
Dcmsisdsp_matrix.c444 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_add_f32() local
483 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_add_q15() local
522 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_add_q31() local
565 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_cmplx_trans_f32() local
607 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_cmplx_trans_q31() local
649 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_cmplx_trans_q15() local
686 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_cmplx_mult_f32() local
728 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_cmplx_mult_q15() local
768 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_cmplx_mult_q31() local
801 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,pDstOBJ); in cmsis_arm_mat_trans_f32() local
[all …]
Dcmsisdsp_distance.c160 PyObject *pythonResult = Py_BuildValue("O",resultOBJ); in cmsis_arm_minkowski_distance_f32() local
245 PyObject *pythonResult = Py_BuildValue("OO",theReturnOBJ,dstOBJ); in cmsis_arm_dtw_init_window_q7() local
303 PyObject *pythonResult = Py_BuildValue("OOO",theReturnOBJ,distOBJ,dstOBJ); in cmsis_arm_dtw_distance_f32() local
345 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_dtw_path_f32() local
Dcmsisdsp_transform.c1852 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cfft_radix2_init_q15() local
1902 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cfft_radix4_init_q15() local
1952 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cfft_radix2_init_q31() local
2025 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cfft_radix4_init_q31() local
2052 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cfft_radix2_init_f32() local
2102 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_cfft_radix4_init_f32() local
2154 PyObject *pythonResult = Py_BuildValue("O",p1OBJ); in cmsis_arm_cfft_q15() local
2182 PyObject *pythonResult = Py_BuildValue("O",p1OBJ); in cmsis_arm_cfft_q31() local
2211 PyObject *pythonResult = Py_BuildValue("O",p1OBJ); in cmsis_arm_cfft_f64() local
2239 PyObject *pythonResult = Py_BuildValue("O",p1OBJ); in cmsis_arm_cfft_f32() local
[all …]
Dcmsisdsp_interpolation.c601 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_linear_interp_f32() local
628 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_linear_interp_q31() local
656 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_linear_interp_q15() local
684 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_linear_interp_q7() local
713 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_f32() local
739 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_q31() local
765 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_q15() local
791 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_bilinear_interp_q7() local
830 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_spline_init_f32() local
863 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_spline_f32() local
Dcmsisdsp_filtering.c3279 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fir_q7() local
3341 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fir_q15() local
3375 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fir_fast_q15() local
3409 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_fir_init_q15() local
3442 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fir_q31() local
3476 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fir_fast_q31() local
3538 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fir_f32() local
3571 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_fir_f64() local
3660 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_biquad_cascade_df1_q15() local
3721 PyObject *pythonResult = Py_BuildValue("O",pDstOBJ); in cmsis_arm_biquad_cascade_df1_fast_q15() local
[all …]
Dcmsisdsp_controller.c462 PyObject *pythonResult = Py_BuildValue("OO",retS,retC); in cmsis_arm_sin_cos_f32() local
490 PyObject *pythonResult = Py_BuildValue("OO",retS,retC); in cmsis_arm_sin_cos_q31() local
519 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_pid_f32() local
544 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_pid_q31() local
569 PyObject *pythonResult = Py_BuildValue("O",theReturnOBJ); in cmsis_arm_pid_q15() local
Dcmsisdsp_bayes.c187 PyObject *pythonResult = Py_BuildValue("Ok",pDstOBJ,res); in cmsis_arm_gaussian_naive_bayes_predict_f32() local