Lines Matching refs:columns
34 uint16_t rows, internal, columns; in test_op2() local
63 columns = *dims++; in test_op2()
70 mat_in2.numCols = columns; in test_op2()
73 mat_out.numCols = columns; in test_op2()
80 internal * columns * 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
158 columns = *dims++; in test_op2c()
165 mat_in2.numCols = columns; in test_op2c()
168 mat_out.numCols = columns; in test_op2c()
175 2 * internal * columns * sizeof(q15_t)); in test_op2c()
193 mat_out.pData += (2 * rows * columns); in test_op2c()