Lines Matching refs:pSrcAVec
416 q15_t const *pSrcAVec, *pSrcBVec, *pSrcA2Vec, *pSrcB2Vec; in arm_mat_mult_q15() local
429 pSrcAVec = (q15_t const *) pInA; in arm_mat_mult_q15()
439 vecA = vld1q(pSrcAVec); in arm_mat_mult_q15()
440 pSrcAVec += 8; in arm_mat_mult_q15()
453 vecA = vld1q(pSrcAVec); in arm_mat_mult_q15()
454 pSrcAVec += 8; in arm_mat_mult_q15()
471 vecA = vld1q(pSrcAVec); in arm_mat_mult_q15()
509 q15_t const *pSrcAVec, *pSrcBVec; in arm_mat_mult_q15() local
519 pSrcAVec = (q15_t const *) pInA; in arm_mat_mult_q15()
525 vecA = vld1q(pSrcAVec); in arm_mat_mult_q15()
526 pSrcAVec += 8; in arm_mat_mult_q15()
539 vecA = vld1q(pSrcAVec); in arm_mat_mult_q15()
567 q15_t const *pSrcAVec, *pSrcBVec; in arm_mat_mult_q15() local
580 pSrcAVec = (q15_t const *) pInA; in arm_mat_mult_q15()
586 vecA = vld1q(pSrcAVec); in arm_mat_mult_q15()
587 pSrcAVec += 8; in arm_mat_mult_q15()
600 vecA = vld1q(pSrcAVec); in arm_mat_mult_q15()