Lines Matching refs:rows
34 uint16_t rows, internal, columns; in test_op2() local
61 rows = *dims++; in test_op2()
66 mat_in1.numRows = rows; in test_op2()
72 mat_out.numRows = rows; in test_op2()
77 rows * internal * sizeof(q15_t)); in test_op2()
98 mat_out.pData += (rows * columns); in test_op2()
129 uint16_t rows, internal, columns; in test_op2c() local
156 rows = *dims++; in test_op2c()
161 mat_in1.numRows = rows; in test_op2c()
167 mat_out.numRows = rows; in test_op2c()
172 2 * rows * internal * sizeof(q15_t)); in test_op2c()
193 mat_out.pData += (2 * rows * columns); in test_op2c()