Lines Matching full:rows
32 uint16_t rows, internal, columns; in test_op2() local
56 rows = *dims++; in test_op2()
61 mat_in1.numRows = rows; in test_op2()
67 mat_out.numRows = rows; in test_op2()
72 rows * internal * sizeof(q31_t)); in test_op2()
92 mat_out.pData += (rows * columns); in test_op2()
121 uint16_t rows, internal, columns; in test_op2c() local
145 rows = *dims++; in test_op2c()
150 mat_in1.numRows = rows; in test_op2c()
156 mat_out.numRows = rows; in test_op2c()
161 2 * rows * internal * sizeof(q31_t)); in test_op2c()
181 mat_out.pData += (2 * rows * columns); in test_op2c()