Searched refs:dstVec (Results 1 – 4 of 4) sorted by relevance
/cmsis-2.7.6/CMSIS/DSP/Source/ComplexMathFunctions/ |
D | arm_cmplx_mult_real_f16.c | 89 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()
|
D | arm_cmplx_mult_real_f32.c | 86 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()
|
D | arm_cmplx_mult_real_q31.c | 66 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()
|
D | arm_cmplx_mult_real_q15.c | 65 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()
|