Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/ComplexMathFunctions/
Darm_cmplx_mag_q15.c73 q31x4_t acc1V; in arm_cmplx_mag_q15() local
85 acc1V = vdupq_n_s32(0); in arm_cmplx_mag_q15()
95 acc1V = vqaddq_s32(acc1V,prod1); in arm_cmplx_mag_q15()
98 acc1V = vqaddq_s32(acc1V,prod1); in arm_cmplx_mag_q15()
103 acc1V = vshrq(acc1V, 1); in arm_cmplx_mag_q15()
106 acc1V = FAST_VSQRT_Q31(acc1V); in arm_cmplx_mag_q15()
110 resV = vqshrntq_n_s32(resV,acc1V,16); in arm_cmplx_mag_q15()