/cmsis-dsp-3.5.0/Source/FilteringFunctions/ |
D | arm_correlate_fast_q15.c | 193 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15() 195 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15() 209 sum = __SMLAD(*px++, *py++, sum); in arm_correlate_fast_q15() 288 acc0 = __SMLAD(x0, c0, acc0); in arm_correlate_fast_q15() 291 acc1 = __SMLAD(x1, c0, acc1); in arm_correlate_fast_q15() 300 acc2 = __SMLAD(x2, c0, acc2); in arm_correlate_fast_q15() 303 acc3 = __SMLAD(x3, c0, acc3); in arm_correlate_fast_q15() 309 acc0 = __SMLAD(x2, c0, acc0); in arm_correlate_fast_q15() 312 acc1 = __SMLAD(x3, c0, acc1); in arm_correlate_fast_q15() 322 acc2 = __SMLAD(x0, c0, acc2); in arm_correlate_fast_q15() [all …]
|
D | arm_conv_partial_q7.c | 195 sum = __SMLAD(input1, input2, sum); in arm_conv_partial_q7() 209 sum = __SMLAD(input1, input2, sum); in arm_conv_partial_q7() 331 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_partial_q7() 340 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_partial_q7() 349 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_partial_q7() 361 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_partial_q7() 384 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_partial_q7() 393 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_partial_q7() 402 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_partial_q7() 414 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_partial_q7() [all …]
|
D | arm_biquad_cascade_df1_fast_q15.c | 117 acc = __SMLAD(b1, state_in, out); in arm_biquad_cascade_df1_fast_q15() 119 acc = __SMLAD(a1, state_out, acc); in arm_biquad_cascade_df1_fast_q15() 144 acc = __SMLAD(b1, state_in, out); in arm_biquad_cascade_df1_fast_q15() 146 acc = __SMLAD(a1, state_out, acc); in arm_biquad_cascade_df1_fast_q15() 201 acc = __SMLAD(b1, state_in, out); in arm_biquad_cascade_df1_fast_q15() 203 acc = __SMLAD(a1, state_out, acc); in arm_biquad_cascade_df1_fast_q15()
|
D | arm_conv_q7.c | 336 sum = __SMLAD(input1, input2, sum); in arm_conv_q7() 350 sum = __SMLAD(input1, input2, sum); in arm_conv_q7() 464 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_q7() 473 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_q7() 482 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_q7() 494 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_q7() 517 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_q7() 526 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_q7() 535 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_q7() 547 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_q7() [all …]
|
D | arm_fir_decimate_fast_q15.c | 130 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_decimate_fast_q15() 131 acc1 = __SMLAD(x1, c0, acc1); in arm_fir_decimate_fast_q15() 141 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_decimate_fast_q15() 142 acc1 = __SMLAD(x1, c0, acc1); in arm_fir_decimate_fast_q15() 168 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_decimate_fast_q15() 169 acc1 = __SMLAD(x1, c0, acc1); in arm_fir_decimate_fast_q15() 225 sum0 = __SMLAD(x0, c0, sum0); in arm_fir_decimate_fast_q15() 231 sum0 = __SMLAD(x0, c1, sum0); in arm_fir_decimate_fast_q15() 256 sum0 = __SMLAD(x0, c0, sum0); in arm_fir_decimate_fast_q15()
|
D | arm_correlate_q7.c | 414 sum = __SMLAD(input1, input2, sum); in arm_correlate_q7() 428 sum = __SMLAD(input1, input2, sum); in arm_correlate_q7() 544 acc0 = __SMLAD(input1, input2, acc0); in arm_correlate_q7() 553 acc1 = __SMLAD(input1, input2, acc1); in arm_correlate_q7() 562 acc2 = __SMLAD(input1, input2, acc2); in arm_correlate_q7() 574 acc3 = __SMLAD(input1, input2, acc3); in arm_correlate_q7() 597 acc0 = __SMLAD(input1, input2, acc0); in arm_correlate_q7() 606 acc1 = __SMLAD(input1, input2, acc1); in arm_correlate_q7() 615 acc2 = __SMLAD(input1, input2, acc2); in arm_correlate_q7() 627 acc3 = __SMLAD(input1, input2, acc3); in arm_correlate_q7() [all …]
|
D | arm_fir_fast_q15.c | 132 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_fast_q15() 135 acc2 = __SMLAD(x2, c0, acc2); in arm_fir_fast_q15() 164 acc0 = __SMLAD(x2, c0, acc0); in arm_fir_fast_q15() 170 acc2 = __SMLAD(x0, c0, acc2); in arm_fir_fast_q15() 197 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_fast_q15() 198 acc2 = __SMLAD(x2, c0, acc2); in arm_fir_fast_q15()
|
D | arm_conv_fast_q15.c | 163 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15() 222 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15() 366 acc0 = __SMLAD(x0, c0, acc0); in arm_conv_fast_q15() 367 acc1 = __SMLAD(x1, c0, acc1); in arm_conv_fast_q15() 422 acc1 = __SMLAD(x2, c0, acc1); in arm_conv_fast_q15() 606 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15() 642 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
|
D | arm_conv_partial_fast_opt_q15.c | 234 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_fast_opt_q15() 235 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_partial_fast_opt_q15() 251 acc0 = __SMLAD(x2, y2, acc0); in arm_conv_partial_fast_opt_q15() 252 acc2 = __SMLAD(x1, y2, acc2); in arm_conv_partial_fast_opt_q15() 346 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_fast_opt_q15()
|
D | arm_conv_partial_opt_q7.c | 245 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_opt_q7() 246 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_partial_opt_q7() 273 acc0 = __SMLAD(x2, y1, acc0); in arm_conv_partial_opt_q7() 275 acc2 = __SMLAD(x1, y1, acc2); in arm_conv_partial_opt_q7() 351 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_opt_q7()
|
D | arm_conv_partial_fast_q15.c | 177 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15() 236 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15() 389 acc0 = __SMLAD (x0, c0, acc0); in arm_conv_partial_fast_q15() 390 acc1 = __SMLAD (x1, c0, acc1); in arm_conv_partial_fast_q15() 444 acc1 = __SMLAD (x2, c0, acc1); in arm_conv_partial_fast_q15() 637 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15() 676 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
|
D | arm_conv_fast_opt_q15.c | 224 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_fast_opt_q15() 225 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_fast_opt_q15() 241 acc0 = __SMLAD(x2, y2, acc0); in arm_conv_fast_opt_q15() 242 acc2 = __SMLAD(x1, y2, acc2); in arm_conv_fast_opt_q15()
|
D | arm_correlate_fast_opt_q15.c | 201 acc0 = __SMLAD(x1, y1, acc0); in arm_correlate_fast_opt_q15() 202 acc2 = __SMLAD(x2, y1, acc2); in arm_correlate_fast_opt_q15() 218 acc0 = __SMLAD(x2, y2, acc0); in arm_correlate_fast_opt_q15() 219 acc2 = __SMLAD(x1, y2, acc2); in arm_correlate_fast_opt_q15()
|
D | arm_conv_opt_q7.c | 227 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_opt_q7() 228 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_opt_q7() 255 acc0 = __SMLAD(x2, y1, acc0); in arm_conv_opt_q7() 257 acc2 = __SMLAD(x1, y1, acc2); in arm_conv_opt_q7()
|
D | arm_correlate_opt_q7.c | 252 acc0 = __SMLAD(x1, y1, acc0); in arm_correlate_opt_q7() 253 acc2 = __SMLAD(x2, y1, acc2); in arm_correlate_opt_q7() 280 acc0 = __SMLAD(x2, y1, acc0); in arm_correlate_opt_q7() 282 acc2 = __SMLAD(x1, y1, acc2); in arm_correlate_opt_q7()
|
/cmsis-dsp-3.5.0/Source/MatrixFunctions/ |
D | arm_mat_vec_mult_q7.c | 335 sum1 = __SMLAD(matData, vecData, sum1); in arm_mat_vec_mult_q7() 336 sum1 = __SMLAD(matData2, vecData2, sum1); in arm_mat_vec_mult_q7() 340 sum2 = __SMLAD(matData, vecData, sum2); in arm_mat_vec_mult_q7() 341 sum2 = __SMLAD(matData2, vecData2, sum2); in arm_mat_vec_mult_q7() 345 sum3 = __SMLAD(matData, vecData, sum3); in arm_mat_vec_mult_q7() 346 sum3 = __SMLAD(matData2, vecData2, sum3); in arm_mat_vec_mult_q7() 350 sum4 = __SMLAD(matData, vecData, sum4); in arm_mat_vec_mult_q7() 351 sum4 = __SMLAD(matData2, vecData2, sum4); in arm_mat_vec_mult_q7() 400 sum = __SMLAD(matData, vecData, sum); in arm_mat_vec_mult_q7() 401 sum = __SMLAD(matData2, vecData2, sum); in arm_mat_vec_mult_q7()
|
D | arm_mat_mult_fast_q15.c | 281 sum = __SMLAD(inA1, inB1, sum); in arm_mat_mult_fast_q15() 282 sum2 = __SMLAD(inA1, inB2, sum2); in arm_mat_mult_fast_q15() 283 sum3 = __SMLAD(inA2, inB1, sum3); in arm_mat_mult_fast_q15() 284 sum4 = __SMLAD(inA2, inB2, sum4); in arm_mat_mult_fast_q15() 397 sum = __SMLAD(inA1, inB1, sum); in arm_mat_mult_fast_q15() 398 sum = __SMLAD(inA2, inB2, sum); in arm_mat_mult_fast_q15() 449 sum = __SMLAD(inA1, inB1, sum); in arm_mat_mult_fast_q15() 450 sum = __SMLAD(inA2, inB2, sum); in arm_mat_mult_fast_q15()
|
/cmsis-dsp-3.5.0/Source/StatisticsFunctions/ |
D | arm_power_q7.c | 131 sum = __SMLAD(in1, in1, sum); in arm_power_q7() 132 sum = __SMLAD(in2, in2, sum); in arm_power_q7()
|
/cmsis-dsp-3.5.0/Source/BasicMathFunctions/ |
D | arm_dot_prod_q7.c | 146 sum = __SMLAD(inA1, inB1, sum); in arm_dot_prod_q7() 147 sum = __SMLAD(inA2, inB2, sum); in arm_dot_prod_q7()
|
/cmsis-dsp-3.5.0/Source/TransformFunctions/ |
D | arm_rfft_q15.c | 286 outR = __SMLAD(read_q15x2 (pSrc2), read_q15x2((q15_t *) pCoefB), outR) >> 16U; in arm_split_rfft_q15() 499 outR = __SMLAD(read_q15x2(pSrc1), read_q15x2 ((q15_t *) pCoefA), outR) >> 16U; in arm_split_rifft_q15()
|
/cmsis-dsp-3.5.0/Include/dsp/ |
D | none.h | 455 __STATIC_FORCEINLINE uint32_t __SMLAD( in __SMLAD() function
|