Lines Matching refs:pVec
74 q15_t const *pMat0Vec, *pMat1Vec, *pMat2Vec, *pVec; in arm_mat_vec_mult_q15() local
81 pVec = pSrcVec; in arm_mat_vec_mult_q15()
96 pVec = pSrcVecPtr; in arm_mat_vec_mult_q15()
107 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15()
108 pVec += 8; in arm_mat_vec_mult_q15()
128 vecIn = vldrhq_z_s16(pVec, p0); in arm_mat_vec_mult_q15()
151 q15_t const *pMat0Vec, *pMat1Vec, *pVec; in arm_mat_vec_mult_q15() local
160 pVec = pSrcVec; in arm_mat_vec_mult_q15()
173 pVec = pSrcVecPtr; in arm_mat_vec_mult_q15()
182 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15()
183 pVec += 8; in arm_mat_vec_mult_q15()
202 vecIn = vldrhq_z_s16(pVec, p0); in arm_mat_vec_mult_q15()
220 q15_t const *pMat0Vec, *pVec; in arm_mat_vec_mult_q15() local
229 pVec = pSrcVec; in arm_mat_vec_mult_q15()
239 pVec = pSrcVecPtr; in arm_mat_vec_mult_q15()
246 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15()
247 pVec += 8; in arm_mat_vec_mult_q15()
261 vecIn = vldrhq_z_s16(pVec, p0); in arm_mat_vec_mult_q15()
269 …E void arm_mat_vec_mult_q15(const arm_matrix_instance_q15 *pSrcMat, const q15_t *pVec, q15_t *pDst) in arm_mat_vec_mult_q15() argument
300 pInVec = pVec; in arm_mat_vec_mult_q15()
357 pInVec = pVec; in arm_mat_vec_mult_q15()