Home
last modified time | relevance | path

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

/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/
Darm_correlate_q15.c398 sum = __SMLALD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_q15()
400 sum = __SMLALD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_q15()
414 sum = __SMLALD(*px++, *py++, sum); in arm_correlate_q15()
494 acc0 = __SMLALD(x0, c0, acc0); in arm_correlate_q15()
497 acc1 = __SMLALD(x1, c0, acc1); in arm_correlate_q15()
506 acc2 = __SMLALD(x2, c0, acc2); in arm_correlate_q15()
509 acc3 = __SMLALD(x3, c0, acc3); in arm_correlate_q15()
515 acc0 = __SMLALD(x2, c0, acc0); in arm_correlate_q15()
518 acc1 = __SMLALD(x3, c0, acc1); in arm_correlate_q15()
528 acc2 = __SMLALD(x0, c0, acc2); in arm_correlate_q15()
[all …]
Darm_conv_partial_opt_q15.c235 acc0 = __SMLALD(x1, y1, acc0); in arm_conv_partial_opt_q15()
236 acc2 = __SMLALD(x2, y1, acc2); in arm_conv_partial_opt_q15()
252 acc0 = __SMLALD(x2, y2, acc0); in arm_conv_partial_opt_q15()
253 acc2 = __SMLALD(x1, y2, acc2); in arm_conv_partial_opt_q15()
345 acc0 = __SMLALD(x1, y1, acc0); in arm_conv_partial_opt_q15()
Darm_fir_decimate_q15.c386 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15()
387 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15()
397 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15()
398 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15()
424 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15()
425 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15()
481 sum0 = __SMLALD(x0, c0, sum0); in arm_fir_decimate_q15()
487 sum0 = __SMLALD(x0, c1, sum0); in arm_fir_decimate_q15()
512 sum0 = __SMLALD(x0, c0, sum0); in arm_fir_decimate_q15()
Darm_conv_partial_q15.c183 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
242 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
395 acc0 = __SMLALD (x0, c0, acc0); in arm_conv_partial_q15()
396 acc1 = __SMLALD (x1, c0, acc1); in arm_conv_partial_q15()
450 acc1 = __SMLALD (x2, c0, acc1); in arm_conv_partial_q15()
649 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
688 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
Darm_conv_opt_q15.c219 acc0 = __SMLALD(x1, y1, acc0); in arm_conv_opt_q15()
220 acc2 = __SMLALD(x2, y1, acc2); in arm_conv_opt_q15()
236 acc0 = __SMLALD(x2, y2, acc0); in arm_conv_opt_q15()
237 acc2 = __SMLALD(x1, y2, acc2); in arm_conv_opt_q15()
Darm_correlate_opt_q15.c195 acc0 = __SMLALD(x1, y1, acc0); in arm_correlate_opt_q15()
196 acc2 = __SMLALD(x2, y1, acc2); in arm_correlate_opt_q15()
212 acc0 = __SMLALD(x2, y2, acc0); in arm_correlate_opt_q15()
213 acc2 = __SMLALD(x1, y2, acc2); in arm_correlate_opt_q15()
Darm_conv_q15.c335 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
394 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
539 acc0 = __SMLALD(x0, c0, acc0); in arm_conv_q15()
540 acc1 = __SMLALD(x1, c0, acc1); in arm_conv_q15()
594 acc1 = __SMLALD(x2, c0, acc1); in arm_conv_q15()
786 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
822 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
Darm_biquad_cascade_df1_q15.c374 acc = __SMLALD(b1, state_in, out); in arm_biquad_cascade_df1_q15()
376 acc = __SMLALD(a1, state_out, acc); in arm_biquad_cascade_df1_q15()
410 acc = __SMLALD(b1, state_in, out); in arm_biquad_cascade_df1_q15()
412 acc = __SMLALD(a1, state_out, acc); in arm_biquad_cascade_df1_q15()
469 acc = __SMLALD(b1, state_in, out); in arm_biquad_cascade_df1_q15()
471 acc = __SMLALD(a1, state_out, acc); in arm_biquad_cascade_df1_q15()
Darm_fir_q15.c530 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_q15()
533 acc2 = __SMLALD(x2, c0, acc2); in arm_fir_q15()
562 acc0 = __SMLALD(x2, c0, acc0); in arm_fir_q15()
568 acc2 = __SMLALD(x0, c0, acc2); in arm_fir_q15()
595 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_q15()
596 acc2 = __SMLALD(x2, c0, acc2); in arm_fir_q15()
Darm_lms_q15.c114 acc = __SMLALD(read_q15x2_ia (&px), read_q15x2_ia (&pb), acc); in arm_lms_q15()
115 acc = __SMLALD(read_q15x2_ia (&px), read_q15x2_ia (&pb), acc); in arm_lms_q15()
Darm_lms_norm_q15.c132 acc = __SMLALD(read_q15x2_ia (&px), read_q15x2_ia (&pb), acc); in arm_lms_norm_q15()
133 acc = __SMLALD(read_q15x2_ia (&px), read_q15x2_ia (&pb), acc); in arm_lms_norm_q15()
Darm_iir_lattice_q15.c170 acc = __SMLALD(gnext, v, acc); in arm_iir_lattice_q15()
212 acc = __SMLALD(gnext, v, acc); in arm_iir_lattice_q15()
/cmsis-dsp-3.7.0-3.6.0/Source/StatisticsFunctions/
Darm_var_q15.c100 sumOfSquares = __SMLALD(in, in, sumOfSquares); in arm_var_q15()
157 sumOfSquares = __SMLALD(in32, in32, sumOfSquares); in arm_var_q15()
162 sumOfSquares = __SMLALD(in32, in32, sumOfSquares); in arm_var_q15()
205 sumOfSquares = __SMLALD(in, in, sumOfSquares); in arm_var_q15()
Darm_rms_q15.c96 sum = __SMLALD(in32, in32, sum); in arm_rms_q15()
99 sum = __SMLALD(in32, in32, sum); in arm_rms_q15()
Darm_power_q15.c125 sum = __SMLALD(in32, in32, sum); in arm_power_q15()
128 sum = __SMLALD(in32, in32, sum); in arm_power_q15()
Darm_std_q15.c103 sumOfSquares = __SMLALD(in32, in32, sumOfSquares); in arm_std_q15()
108 sumOfSquares = __SMLALD(in32, in32, sumOfSquares); in arm_std_q15()
/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/
Darm_mat_vec_mult_q15.c318 sum1 = __SMLALD(matData, vecData, sum1); in arm_mat_vec_mult_q15()
320 sum2 = __SMLALD(matData, vecData, sum2); in arm_mat_vec_mult_q15()
322 sum3 = __SMLALD(matData, vecData, sum3); in arm_mat_vec_mult_q15()
324 sum4 = __SMLALD(matData, vecData, sum4); in arm_mat_vec_mult_q15()
368 sum = __SMLALD(matData, vecData, sum); in arm_mat_vec_mult_q15()
369 sum = __SMLALD(matData2, vecData2, sum); in arm_mat_vec_mult_q15()
Darm_mat_mult_q15.c708 sum = __SMLALD(inA1, inB1, sum);
709 sum = __SMLALD(inA2, inB2, sum);
/cmsis-dsp-3.7.0-3.6.0/Source/BasicMathFunctions/
Darm_dot_prod_q15.c126 sum = __SMLALD(read_q15x2_ia (&pSrcA), read_q15x2_ia (&pSrcB), sum); in arm_dot_prod_q15()
127 sum = __SMLALD(read_q15x2_ia (&pSrcA), read_q15x2_ia (&pSrcB), sum); in arm_dot_prod_q15()
/cmsis-dsp-3.7.0-3.6.0/Include/dsp/
Dcontroller_functions.h382 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)read_q15x2 (S->state), (uint64_t)acc); in arm_pid_q15()
Dnone.h497 __STATIC_FORCEINLINE uint64_t __SMLALD( in __SMLALD() function