Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 25 of 44) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_f16.c256 float16_t c0, c1, c2, c3; in arm_fir_f16() local
284 c0 = *pCoeffs++; in arm_fir_f16()
299 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f16()
329 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f16()
350 c0 = *pCoeffs++; in arm_fir_f16()
368 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f16()
398 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f16()
424 c0 = *pCoeffs++; in arm_fir_f16()
441 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f16()
472 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f16()
[all …]
Darm_fir_f32.c260 float32_t c0, c1, c2, c3; in arm_fir_f32_5_8_mve() local
278 c0 = *pCoeffs++; in arm_fir_f32_5_8_mve()
294 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f32_5_8_mve()
324 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f32_5_8_mve()
377 float32_t c0, c1, c2, c3; in arm_fir_f32() local
408 c0 = *pCoeffs++; in arm_fir_f32()
423 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f32()
453 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f32()
474 c0 = *pCoeffs++; in arm_fir_f32()
491 vecAcc0 = vmulq(vecIn0, c0); in arm_fir_f32()
[all …]
Darm_fir_decimate_fast_q15.c73 …q31_t x0, x1, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q15() local
123 c0 = read_q15x2_ia ((q15_t **) &pb); in arm_fir_decimate_fast_q15()
130 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_decimate_fast_q15()
131 acc1 = __SMLAD(x1, c0, acc1); in arm_fir_decimate_fast_q15()
134 c0 = read_q15x2_ia ((q15_t **) &pb); 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()
161 c0 = *pb++; 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()
[all …]
Darm_fir_decimate_fast_q31.c73 …q31_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q31() local
126 c0 = *(pb++); in arm_fir_decimate_fast_q31()
138 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x0 * c0)) >> 32); in arm_fir_decimate_fast_q31()
139 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_fir_decimate_fast_q31()
140 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_fir_decimate_fast_q31()
141 acc3 = (q31_t) ((((q63_t) acc3 << 32) + ((q63_t) x3 * c0)) >> 32); in arm_fir_decimate_fast_q31()
144 c0 = *(pb++); in arm_fir_decimate_fast_q31()
153 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x0 * c0)) >> 32); in arm_fir_decimate_fast_q31()
154 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_fir_decimate_fast_q31()
155 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_fir_decimate_fast_q31()
[all …]
Darm_correlate_fast_q15.c77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q15() local
285 c0 = read_q15x2_ia ((q15_t **) &py); 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()
306 c0 = read_q15x2_ia ((q15_t **) &py); 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 …]
Darm_conv_fast_q15.c77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q15() local
299 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_fast_q15()
302 acc0 = __SMLADX(x0, c0, acc0); in arm_conv_fast_q15()
305 acc1 = __SMLADX(x1, c0, acc1); in arm_conv_fast_q15()
314 acc2 = __SMLADX(x2, c0, acc2); in arm_conv_fast_q15()
317 acc3 = __SMLADX(x3, c0, acc3); in arm_conv_fast_q15()
320 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_fast_q15()
323 acc0 = __SMLADX(x2, c0, acc0); in arm_conv_fast_q15()
326 acc1 = __SMLADX(x3, c0, acc1); in arm_conv_fast_q15()
336 acc2 = __SMLADX(x0, c0, acc2); in arm_conv_fast_q15()
[all …]
Darm_conv_partial_fast_q15.c72 q31_t x0, x1, x2, x3, c0; /* Temporary input variables */ in arm_conv_partial_fast_q15() local
323 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_partial_fast_q15()
326 acc0 = __SMLADX(x0, c0, acc0); in arm_conv_partial_fast_q15()
329 acc1 = __SMLADX(x1, c0, acc1); in arm_conv_partial_fast_q15()
338 acc2 = __SMLADX(x2, c0, acc2); in arm_conv_partial_fast_q15()
341 acc3 = __SMLADX(x3, c0, acc3); in arm_conv_partial_fast_q15()
344 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_partial_fast_q15()
347 acc0 = __SMLADX(x2, c0, acc0); in arm_conv_partial_fast_q15()
350 acc1 = __SMLADX(x3, c0, acc1); in arm_conv_partial_fast_q15()
360 acc2 = __SMLADX(x0, c0, acc2); in arm_conv_partial_fast_q15()
[all …]
Darm_conv_partial_q15.c78 …q31_t x0, x1, x2, x3, c0; /* Temporary input variables to hold state and coef… in arm_conv_partial_q15() local
329 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_partial_q15()
332 acc0 = __SMLALDX(x0, c0, acc0); in arm_conv_partial_q15()
335 acc1 = __SMLALDX(x1, c0, acc1); in arm_conv_partial_q15()
344 acc2 = __SMLALDX(x2, c0, acc2); in arm_conv_partial_q15()
347 acc3 = __SMLALDX(x3, c0, acc3); in arm_conv_partial_q15()
350 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_partial_q15()
353 acc0 = __SMLALDX(x2, c0, acc0); in arm_conv_partial_q15()
356 acc1 = __SMLALDX(x3, c0, acc1); in arm_conv_partial_q15()
366 acc2 = __SMLALDX(x0, c0, acc2); in arm_conv_partial_q15()
[all …]
Darm_fir_fast_q31.c79 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q31() local
132 c0 = *pb; in arm_fir_fast_q31()
138 multAcc_32x32_keep32_R(acc0, x0, c0); in arm_fir_fast_q31()
141 multAcc_32x32_keep32_R(acc1, x1, c0); in arm_fir_fast_q31()
144 multAcc_32x32_keep32_R(acc2, x2, c0); in arm_fir_fast_q31()
147 multAcc_32x32_keep32_R(acc3, x3, c0); in arm_fir_fast_q31()
150 c0 = *(pb + 1U); in arm_fir_fast_q31()
156 multAcc_32x32_keep32_R(acc0, x1, c0); in arm_fir_fast_q31()
157 multAcc_32x32_keep32_R(acc1, x2, c0); in arm_fir_fast_q31()
158 multAcc_32x32_keep32_R(acc2, x3, c0); in arm_fir_fast_q31()
[all …]
Darm_fir_decimate_f32.c389 …float32_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_f32() local
487 c0 = *(pb++); in arm_fir_decimate_f32()
496 accv = vsetq_lane_f32(vgetq_lane_f32(accv, 0) + x0 * c0,accv,0); in arm_fir_decimate_f32()
497 accv = vsetq_lane_f32(vgetq_lane_f32(accv, 1) + x1 * c0,accv,1); in arm_fir_decimate_f32()
498 accv = vsetq_lane_f32(vgetq_lane_f32(accv, 2) + x2 * c0,accv,2); in arm_fir_decimate_f32()
499 accv = vsetq_lane_f32(vgetq_lane_f32(accv, 3) + x3 * c0,accv,3); in arm_fir_decimate_f32()
565 c0 = *(pb++); in arm_fir_decimate_f32()
571 sum0 += x0 * c0; in arm_fir_decimate_f32()
632 …float32_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_f32() local
685 c0 = *(pb++); in arm_fir_decimate_f32()
[all …]
Darm_fir_decimate_q31.c317 …q31_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q31() local
370 c0 = *(pb++); in arm_fir_decimate_q31()
382 acc0 += (q63_t) x0 * c0; in arm_fir_decimate_q31()
383 acc1 += (q63_t) x1 * c0; in arm_fir_decimate_q31()
384 acc2 += (q63_t) x2 * c0; in arm_fir_decimate_q31()
385 acc3 += (q63_t) x3 * c0; in arm_fir_decimate_q31()
388 c0 = *(pb++); in arm_fir_decimate_q31()
397 acc0 += (q63_t) x0 * c0; in arm_fir_decimate_q31()
398 acc1 += (q63_t) x1 * c0; in arm_fir_decimate_q31()
399 acc2 += (q63_t) x2 * c0; in arm_fir_decimate_q31()
[all …]
Darm_fir_decimate_q15.c330 …q31_t x0, x1, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q15() local
380 c0 = read_q15x2_ia ((q15_t **) &pb); in arm_fir_decimate_q15()
387 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15()
388 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15()
391 c0 = read_q15x2_ia ((q15_t **) &pb); in arm_fir_decimate_q15()
398 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15()
399 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15()
418 c0 = *pb++; in arm_fir_decimate_q15()
425 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15()
426 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15()
[all …]
Darm_correlate_q15.c285 …q31_t x0, x1, x2, x3, c0; /* Temporary input variables for holding input and … in arm_correlate_q15() local
492 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_q15()
495 acc0 = __SMLALD(x0, c0, acc0); in arm_correlate_q15()
498 acc1 = __SMLALD(x1, c0, acc1); in arm_correlate_q15()
507 acc2 = __SMLALD(x2, c0, acc2); in arm_correlate_q15()
510 acc3 = __SMLALD(x3, c0, acc3); in arm_correlate_q15()
513 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_q15()
516 acc0 = __SMLALD(x2, c0, acc0); in arm_correlate_q15()
519 acc1 = __SMLALD(x3, c0, acc1); in arm_correlate_q15()
529 acc2 = __SMLALD(x0, c0, acc2); in arm_correlate_q15()
[all …]
Darm_conv_q15.c240 …q31_t x0, x1, x2, x3, c0; /* Temporary input variables to hold state and coef… in arm_conv_q15() local
461 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_q15()
464 acc0 = __SMLALDX(x0, c0, acc0); in arm_conv_q15()
467 acc1 = __SMLALDX(x1, c0, acc1); in arm_conv_q15()
476 acc2 = __SMLALDX(x2, c0, acc2); in arm_conv_q15()
479 acc3 = __SMLALDX(x3, c0, acc3); in arm_conv_q15()
482 c0 = read_q15x2_da ((q15_t **) &py); in arm_conv_q15()
485 acc0 = __SMLALDX(x2, c0, acc0); in arm_conv_q15()
488 acc1 = __SMLALDX(x3, c0, acc1); in arm_conv_q15()
499 acc2 = __SMLALDX(x0, c0, acc2); in arm_conv_q15()
[all …]
Darm_conv_partial_f32.c103 float32_t x0, x1, x2, x3, c0; /* Temporary variables */ in arm_conv_partial_f32() local
314 c0 = *py--; in arm_conv_partial_f32()
320 acc0 += x0 * c0; in arm_conv_partial_f32()
322 acc1 += x1 * c0; in arm_conv_partial_f32()
324 acc2 += x2 * c0; in arm_conv_partial_f32()
326 acc3 += x3 * c0; in arm_conv_partial_f32()
329 c0 = *py--; in arm_conv_partial_f32()
335 acc0 += x1 * c0; in arm_conv_partial_f32()
337 acc1 += x2 * c0; in arm_conv_partial_f32()
339 acc2 += x3 * c0; in arm_conv_partial_f32()
[all …]
Darm_conv_fast_q31.c77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q31() local
260 c0 = *py--; in arm_conv_fast_q31()
266 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x0 * c0)) >> 32); in arm_conv_fast_q31()
268 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_conv_fast_q31()
270 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_fast_q31()
272 acc3 = (q31_t) ((((q63_t) acc3 << 32) + ((q63_t) x3 * c0)) >> 32); in arm_conv_fast_q31()
276 c0 = *py--; in arm_conv_fast_q31()
282 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_conv_fast_q31()
284 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_fast_q31()
286 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x3 * c0)) >> 32); in arm_conv_fast_q31()
[all …]
Darm_correlate_fast_q31.c79 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q31() local
286 c0 = *py++; in arm_correlate_fast_q31()
292 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x0 * c0)) >> 32); in arm_correlate_fast_q31()
294 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_correlate_fast_q31()
296 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_correlate_fast_q31()
298 acc3 = (q31_t) ((((q63_t) acc3 << 32) + ((q63_t) x3 * c0)) >> 32); in arm_correlate_fast_q31()
302 c0 = *py++; in arm_correlate_fast_q31()
308 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_correlate_fast_q31()
310 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_correlate_fast_q31()
312 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x3 * c0)) >> 32); in arm_correlate_fast_q31()
[all …]
Darm_conv_partial_fast_q31.c79 q31_t x0, x1, x2, x3, c0; in arm_conv_partial_fast_q31() local
295 c0 = *py--; in arm_conv_partial_fast_q31()
301 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x0 * c0)) >> 32); in arm_conv_partial_fast_q31()
303 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_conv_partial_fast_q31()
305 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_partial_fast_q31()
307 acc3 = (q31_t) ((((q63_t) acc3 << 32) + ((q63_t) x3 * c0)) >> 32); in arm_conv_partial_fast_q31()
310 c0 = *py--; in arm_conv_partial_fast_q31()
316 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x1 * c0)) >> 32); in arm_conv_partial_fast_q31()
318 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_partial_fast_q31()
320 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x3 * c0)) >> 32); in arm_conv_partial_fast_q31()
[all …]
Darm_conv_f32.c268 float32_t acc0, acc1, acc2, acc3, c0; /* Accumulators */ in arm_conv_f32() local
539 c0 = *(py--); in arm_conv_f32()
541 res = vmlaq_n_f32(res,x1v,c0); in arm_conv_f32()
570 c0 = *py--; in arm_conv_f32()
576 acc0 += x0 * c0; in arm_conv_f32()
578 acc1 += x1 * c0; in arm_conv_f32()
580 acc2 += x2 * c0; in arm_conv_f32()
582 acc3 += x3 * c0; in arm_conv_f32()
585 c0 = *py--; in arm_conv_f32()
591 acc0 += x1 * c0; in arm_conv_f32()
[all …]
Darm_fir_q7.c464 q7_t x0, x1, x2, x3, c0; /* Temporary variables to hold state */ in arm_fir_q7() local
517 c0 = *pb; in arm_fir_q7()
523 acc0 += ((q15_t) x0 * c0); in arm_fir_q7()
526 acc1 += ((q15_t) x1 * c0); in arm_fir_q7()
529 acc2 += ((q15_t) x2 * c0); in arm_fir_q7()
532 acc3 += ((q15_t) x3 * c0); in arm_fir_q7()
535 c0 = *(pb + 1U); in arm_fir_q7()
541 acc0 += ((q15_t) x1 * c0); in arm_fir_q7()
542 acc1 += ((q15_t) x2 * c0); in arm_fir_q7()
543 acc2 += ((q15_t) x3 * c0); in arm_fir_q7()
[all …]
Darm_correlate_f32.c324 float32_t acc0, acc1, acc2, acc3,c0; /* Accumulators */ in arm_correlate_f32() local
605 c0 = *(py++); in arm_correlate_f32()
607 res = vmlaq_n_f32(res,x1v,c0); in arm_correlate_f32()
640 c0 = *(py++); in arm_correlate_f32()
646 acc0 += x0 * c0; in arm_correlate_f32()
648 acc1 += x1 * c0; in arm_correlate_f32()
650 acc2 += x2 * c0; in arm_correlate_f32()
652 acc3 += x3 * c0; in arm_correlate_f32()
655 c0 = *(py++); in arm_correlate_f32()
661 acc0 += x1 * c0; in arm_correlate_f32()
[all …]
Darm_fir_fast_q15.c77 …q31_t x0, x1, x2, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q15() local
129 c0 = read_q15x2_ia ((q15_t **) &pb); in arm_fir_fast_q15()
132 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_fast_q15()
135 acc2 = __SMLAD(x2, c0, acc2); in arm_fir_fast_q15()
148 acc1 = __SMLADX(x1, c0, acc1); in arm_fir_fast_q15()
158 acc3 = __SMLADX(x1, c0, acc3); in arm_fir_fast_q15()
161 c0 = read_q15x2_ia ((q15_t **) &pb); 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()
173 acc1 = __SMLADX(x1, c0, acc1); in arm_fir_fast_q15()
[all …]
Darm_fir_interpolate_f32.c485 …float32_t c0; /* Temporary variables to hold state and coefficient va… in arm_fir_interpolate_f32() local
549 c0 = *(ptr2); in arm_fir_interpolate_f32()
552 accV0 = vmlaq_n_f32(accV0,x0v,c0); in arm_fir_interpolate_f32()
553 accV1 = vmlaq_n_f32(accV1,x1v,c0); in arm_fir_interpolate_f32()
602 c0 = *(ptr2); in arm_fir_interpolate_f32()
603 accV0 = vmlaq_n_f32(accV0,x0v,c0); in arm_fir_interpolate_f32()
604 accV1 = vmlaq_n_f32(accV1,x1v,c0); in arm_fir_interpolate_f32()
607 c0 = *(ptr2); in arm_fir_interpolate_f32()
612 accV0 = vmlaq_n_f32(accV0,xa,c0); in arm_fir_interpolate_f32()
613 accV1 = vmlaq_n_f32(accV1,xb,c0); in arm_fir_interpolate_f32()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_dot_prod_f16.c199 _Float16 a0,b0,c0,d0; in arm_cmplx_dot_prod_f16() local
210 c0 = *pSrcB++; in arm_cmplx_dot_prod_f16()
213 real_sum += a0 * c0; in arm_cmplx_dot_prod_f16()
216 imag_sum += b0 * c0; in arm_cmplx_dot_prod_f16()
220 c0 = *pSrcB++; in arm_cmplx_dot_prod_f16()
223 real_sum += a0 * c0; in arm_cmplx_dot_prod_f16()
226 imag_sum += b0 * c0; in arm_cmplx_dot_prod_f16()
230 c0 = *pSrcB++; in arm_cmplx_dot_prod_f16()
233 real_sum += a0 * c0; in arm_cmplx_dot_prod_f16()
236 imag_sum += b0 * c0; in arm_cmplx_dot_prod_f16()
[all …]
Darm_cmplx_dot_prod_q15.c168 q15_t a0,b0,c0,d0; in arm_cmplx_dot_prod_q15() local
178 c0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
181 real_sum += (q31_t)a0 * c0; in arm_cmplx_dot_prod_q15()
184 imag_sum += (q31_t)b0 * c0; in arm_cmplx_dot_prod_q15()
188 c0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
191 real_sum += (q31_t)a0 * c0; in arm_cmplx_dot_prod_q15()
194 imag_sum += (q31_t)b0 * c0; in arm_cmplx_dot_prod_q15()
198 c0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
201 real_sum += (q31_t)a0 * c0; in arm_cmplx_dot_prod_q15()
204 imag_sum += (q31_t)b0 * c0; in arm_cmplx_dot_prod_q15()
[all …]

12