Lines Matching refs:row
63 int32_t row; in arm_mat_vec_mult_q15() local
66 row = numRows; in arm_mat_vec_mult_q15()
72 while (row >= 3) in arm_mat_vec_mult_q15()
143 row -= 3; in arm_mat_vec_mult_q15()
149 if (row >= 2) in arm_mat_vec_mult_q15()
215 row -= 2; in arm_mat_vec_mult_q15()
218 if (row >= 1) in arm_mat_vec_mult_q15()
280 uint16_t i, row, colCnt; /* loop counters */ in arm_mat_vec_mult_q15() local
285 row = numRows >> 2; in arm_mat_vec_mult_q15()
291 while (row > 0) { in arm_mat_vec_mult_q15()
349 row--; in arm_mat_vec_mult_q15()
353 row = numRows & 3u; in arm_mat_vec_mult_q15()
354 while (row > 0) { in arm_mat_vec_mult_q15()
381 row--; in arm_mat_vec_mult_q15()