Lines Matching refs:row
60 int32_t row; in arm_mat_vec_mult_q31() local
63 row = numRows; in arm_mat_vec_mult_q31()
69 while (row >= 3) in arm_mat_vec_mult_q31()
140 row -= 3; in arm_mat_vec_mult_q31()
146 if (row >= 2) in arm_mat_vec_mult_q31()
212 row -= 2; in arm_mat_vec_mult_q31()
215 if (row >= 1) in arm_mat_vec_mult_q31()
277 uint16_t i, row, colCnt; /* loop counters */ in arm_mat_vec_mult_q31() local
282 row = numRows >> 2; in arm_mat_vec_mult_q31()
288 while (row > 0) { in arm_mat_vec_mult_q31()
337 row--; in arm_mat_vec_mult_q31()
341 row = numRows & 3u; in arm_mat_vec_mult_q31()
342 while (row > 0) { in arm_mat_vec_mult_q31()
369 row--; in arm_mat_vec_mult_q31()