Lines Matching refs:pDst
74 float32_t * pDst, in arm_cmplx_conj_f32() argument
94 vst1q(pDst,vmulq(vecSrc, vecSign)); in arm_cmplx_conj_f32()
100 pDst += 4; in arm_cmplx_conj_f32()
112 *pDst++ = *pSrc++; in arm_cmplx_conj_f32()
113 *pDst++ = -*pSrc++; in arm_cmplx_conj_f32()
124 float32_t * pDst, in arm_cmplx_conj_f32() argument
144 vst2q_f32(pDst,vec); in arm_cmplx_conj_f32()
148 pDst += 8; in arm_cmplx_conj_f32()
168 *pDst++ = *pSrc++; in arm_cmplx_conj_f32()
169 *pDst++ = -*pSrc++; in arm_cmplx_conj_f32()
171 *pDst++ = *pSrc++; in arm_cmplx_conj_f32()
172 *pDst++ = -*pSrc++; in arm_cmplx_conj_f32()
174 *pDst++ = *pSrc++; in arm_cmplx_conj_f32()
175 *pDst++ = -*pSrc++; in arm_cmplx_conj_f32()
177 *pDst++ = *pSrc++; in arm_cmplx_conj_f32()
178 *pDst++ = -*pSrc++; in arm_cmplx_conj_f32()
200 *pDst++ = *pSrc++; in arm_cmplx_conj_f32()
201 *pDst++ = -*pSrc++; in arm_cmplx_conj_f32()