Lines Matching refs:pVec
71 q31_t const *pMat0Vec, *pMat1Vec, *pMat2Vec, *pVec; in arm_mat_vec_mult_q31() local
78 pVec = pSrcVec; in arm_mat_vec_mult_q31()
93 pVec = pSrcVecPtr; in arm_mat_vec_mult_q31()
104 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31()
105 pVec += 4; in arm_mat_vec_mult_q31()
125 vecIn = vldrwq_z_s32(pVec, p0); in arm_mat_vec_mult_q31()
148 q31_t const *pMat0Vec, *pMat1Vec, *pVec; in arm_mat_vec_mult_q31() local
157 pVec = pSrcVec; in arm_mat_vec_mult_q31()
170 pVec = pSrcVecPtr; in arm_mat_vec_mult_q31()
179 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31()
180 pVec += 4; in arm_mat_vec_mult_q31()
199 vecIn = vldrwq_z_s32(pVec, p0); in arm_mat_vec_mult_q31()
217 q31_t const *pMat0Vec, *pVec; in arm_mat_vec_mult_q31() local
226 pVec = pSrcVec; in arm_mat_vec_mult_q31()
236 pVec = pSrcVecPtr; in arm_mat_vec_mult_q31()
243 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31()
244 pVec += 4; in arm_mat_vec_mult_q31()
258 vecIn = vldrwq_z_s32(pVec, p0); in arm_mat_vec_mult_q31()
266 …E void arm_mat_vec_mult_q31(const arm_matrix_instance_q31 *pSrcMat, const q31_t *pVec, q31_t *pDst) in arm_mat_vec_mult_q31() argument
297 pInVec = pVec; in arm_mat_vec_mult_q31()
345 pInVec = pVec; in arm_mat_vec_mult_q31()