Lines Matching refs:pDst
53 float16_t * pDst, in arm_cmplx_conj_f16() argument
73 vst1q(pDst,vmulq(vecSrc, vecSign)); in arm_cmplx_conj_f16()
79 pDst += 8; in arm_cmplx_conj_f16()
91 *pDst++ = *pSrc++; in arm_cmplx_conj_f16()
92 *pDst++ = -(_Float16)*pSrc++; in arm_cmplx_conj_f16()
103 float16_t * pDst, in arm_cmplx_conj_f16() argument
118 *pDst++ = *pSrc++; in arm_cmplx_conj_f16()
119 *pDst++ = -(_Float16)*pSrc++; in arm_cmplx_conj_f16()
121 *pDst++ = *pSrc++; in arm_cmplx_conj_f16()
122 *pDst++ = -(_Float16)*pSrc++; in arm_cmplx_conj_f16()
124 *pDst++ = *pSrc++; in arm_cmplx_conj_f16()
125 *pDst++ = -(_Float16)*pSrc++; in arm_cmplx_conj_f16()
127 *pDst++ = *pSrc++; in arm_cmplx_conj_f16()
128 *pDst++ = -(_Float16)*pSrc++; in arm_cmplx_conj_f16()
149 *pDst++ = *pSrc++; in arm_cmplx_conj_f16()
150 *pDst++ = -(_Float16)*pSrc++; in arm_cmplx_conj_f16()