Home
last modified time | relevance | path

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

/cmsis-dsp-3.5.0/Source/ComplexMathFunctions/
Darm_cmplx_mag_q15.c77 q15x8_t resV; in arm_cmplx_mag_q15() local
109 resV = vdupq_n_s16(0); in arm_cmplx_mag_q15()
110 resV = vqshrnbq_n_s32(resV,acc0V,16); in arm_cmplx_mag_q15()
111 resV = vqshrntq_n_s32(resV,acc1V,16); in arm_cmplx_mag_q15()
113 vst1q(pDst, resV); in arm_cmplx_mag_q15()