Lines Matching refs:pSrc
52 const float16_t * pSrc, in arm_cmplx_conj_f16() argument
72 vecSrc = vld1q(pSrc); in arm_cmplx_conj_f16()
78 pSrc += 8; in arm_cmplx_conj_f16()
91 *pDst++ = *pSrc++; in arm_cmplx_conj_f16()
92 *pDst++ = -(_Float16)*pSrc++; in arm_cmplx_conj_f16()
102 const float16_t * pSrc, 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()