Searched refs:vecMatA2 (Results 1 – 3 of 3) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_vec_mult_q31.c | 75 q31x4_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q31() local 102 vecMatA2 = vld1q(pMat2Vec); in arm_mat_vec_mult_q31() 109 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q31() 124 vecMatA2 = vld1q(pMat2Vec); in arm_mat_vec_mult_q31() 129 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q31()
|
D | arm_mat_vec_mult_q15.c | 78 q15x8_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q15() local 105 vecMatA2 = vld1q(pMat2Vec); in arm_mat_vec_mult_q15() 112 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q15() 127 vecMatA2 = vld1q(pMat2Vec); in arm_mat_vec_mult_q15() 132 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q15()
|
D | arm_mat_vec_mult_q7.c | 78 q7x16_t vecMatA0, vecMatA1, vecMatA2, vecMatA3, vecIn; in arm_mat_vec_mult_q7() local 108 vecMatA2 = vld1q(pMat2Vec); in arm_mat_vec_mult_q7() 117 acc2 = vmladavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q7() 133 vecMatA2 = vld1q(pMat2Vec); in arm_mat_vec_mult_q7() 139 acc2 = vmladavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q7()
|