Home
last modified time | relevance | path

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

/cmsis-2.7.6/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mult_real_f16.c89 f16x8_t dstVec; in arm_cmplx_mult_real_f16() local
102 dstVec = vmulq(cmplxVec, rVec); in arm_cmplx_mult_real_f16()
103 vst1q(pCmplxDst, dstVec); in arm_cmplx_mult_real_f16()
117 dstVec = vmulq(cmplxVec, rVec); in arm_cmplx_mult_real_f16()
118 vstrhq_p_f16(pCmplxDst, dstVec, p0); in arm_cmplx_mult_real_f16()
Darm_cmplx_mult_real_f32.c86 f32x4_t dstVec; in arm_cmplx_mult_real_f32() local
100 dstVec = vmulq(cmplxVec, rVec); in arm_cmplx_mult_real_f32()
101 vst1q(pCmplxDst, dstVec); in arm_cmplx_mult_real_f32()
Darm_cmplx_mult_real_q31.c66 q31x4_t dstVec; in arm_cmplx_mult_real_q31() local
83 dstVec = vqdmulhq(cmplxVec, rVec); in arm_cmplx_mult_real_q31()
84 vst1q(pCmplxDst, dstVec); in arm_cmplx_mult_real_q31()
Darm_cmplx_mult_real_q15.c65 q15x8_t dstVec; in arm_cmplx_mult_real_q15() local
82 dstVec = vqdmulhq(cmplxVec, rVec); in arm_cmplx_mult_real_q15()
83 vst1q(pCmplxDst, dstVec); in arm_cmplx_mult_real_q15()