Home
last modified time | relevance | path

Searched refs:pMat2 (Results 1 – 3 of 3) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_vec_mult_q7.c75 const q7_t *pMat2, *pMat3; in arm_mat_vec_mult_q7() local
86 pMat2 = pMat1 + numCols; in arm_mat_vec_mult_q7()
87 pMat3 = pMat2 + numCols; in arm_mat_vec_mult_q7()
96 pMat2Vec = pMat2; in arm_mat_vec_mult_q7()
Darm_mat_vec_mult_q31.c72 const q31_t *pMat2; in arm_mat_vec_mult_q31() local
84 pMat2 = pMat1 + numCols; in arm_mat_vec_mult_q31()
92 pMat2Vec = pMat2; in arm_mat_vec_mult_q31()
Darm_mat_vec_mult_q15.c75 const q15_t *pMat2; in arm_mat_vec_mult_q15() local
87 pMat2 = pMat1 + numCols; in arm_mat_vec_mult_q15()
95 pMat2Vec = pMat2; in arm_mat_vec_mult_q15()