Lines Matching refs:row
70 int32_t row; in arm_mat_vec_mult_f32() local
73 row = numRows; in arm_mat_vec_mult_f32()
79 while (row >= 4) in arm_mat_vec_mult_f32()
164 row -= 4; in arm_mat_vec_mult_f32()
170 if (row >= 2) in arm_mat_vec_mult_f32()
232 row -= 2; in arm_mat_vec_mult_f32()
235 if (row >= 1) in arm_mat_vec_mult_f32()
302 uint16_t row, colCnt; /* loop counters */ in arm_mat_vec_mult_f32() local
307 row = numRows >> 2; in arm_mat_vec_mult_f32()
313 while (row > 0) { in arm_mat_vec_mult_f32()
361 row--; in arm_mat_vec_mult_f32()
365 row = numRows & 3u; in arm_mat_vec_mult_f32()
366 while (row > 0) { in arm_mat_vec_mult_f32()
393 row--; in arm_mat_vec_mult_f32()