Lines Matching refs: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(float32_t)); in test_op2()
92 mat_out.pData += (rows * columns); in test_op2()
123 uint16_t rows, internal, columns; in test_op2c() local
147 rows = *dims++; in test_op2c()
152 mat_in1.numRows = rows; in test_op2c()
158 mat_out.numRows = rows; in test_op2c()
163 2 * rows * internal * sizeof(float32_t)); in test_op2c()
183 mat_out.pData += (2 * rows * columns); in test_op2c()