Lines Matching refs:pSrc
73 const float32_t * pSrc, in arm_cmplx_conj_f32() argument
93 vecSrc = vld1q(pSrc); in arm_cmplx_conj_f32()
99 pSrc += 4; in arm_cmplx_conj_f32()
112 *pDst++ = *pSrc++; in arm_cmplx_conj_f32()
113 *pDst++ = -*pSrc++; in arm_cmplx_conj_f32()
123 const float32_t * pSrc, in arm_cmplx_conj_f32() argument
142 vec = vld2q_f32(pSrc); in arm_cmplx_conj_f32()
147 pSrc += 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()