Lines Matching full:rows
31 uint16_t rows, columns; in test_op1() local
50 rows = *dims++; in test_op1()
54 mat_in1.numRows = rows; in test_op1()
56 mat_out.numRows = transpose ? columns : rows; in test_op1()
57 mat_out.numCols = transpose ? rows : columns; in test_op1()
60 memcpy(mat_in1.pData, in_com1, rows * columns * sizeof(q7_t)); in test_op1()
76 mat_out.pData += (rows * columns); in test_op1()
102 uint16_t rows, internal; in test_op2v() local
122 rows = *dims++; in test_op2v()
126 mat_in1.numRows = rows; in test_op2v()
131 2 * rows * internal * sizeof(q7_t)); in test_op2v()
144 output += rows; in test_op2v()