Lines Matching refs:pSrcAVec
360 q7_t const *pSrcAVec, *pSrcBVec, *pSrcA2Vec, *pSrcB2Vec; in arm_mat_mult_q7() local
372 pSrcAVec = (q7_t const *) pInA; in arm_mat_mult_q7()
382 vecA = vld1q(pSrcAVec); in arm_mat_mult_q7()
383 pSrcAVec += 16; in arm_mat_mult_q7()
397 vecA = vld1q(pSrcAVec); in arm_mat_mult_q7()
398 pSrcAVec += 16; in arm_mat_mult_q7()
417 vecA = vld1q(pSrcAVec); in arm_mat_mult_q7()
457 q7_t const *pSrcAVec, *pSrcBVec; in arm_mat_mult_q7() local
467 pSrcAVec = (q7_t const *) pInA; in arm_mat_mult_q7()
474 vecA = vld1q(pSrcAVec); in arm_mat_mult_q7()
475 pSrcAVec += 16; in arm_mat_mult_q7()
490 vecA = vld1q(pSrcAVec); in arm_mat_mult_q7()
520 q7_t const *pSrcAVec, *pSrcBVec; in arm_mat_mult_q7() local
533 pSrcAVec = (q7_t const *) pInA; in arm_mat_mult_q7()
540 vecA = vld1q(pSrcAVec); in arm_mat_mult_q7()
541 pSrcAVec += 16; in arm_mat_mult_q7()
556 vecA = vld1q(pSrcAVec); in arm_mat_mult_q7()