Lines Matching refs:columns
32 uint16_t rows, internal, columns; in test_op2() local
58 columns = *dims++; in test_op2()
65 mat_in2.numCols = columns; in test_op2()
68 mat_out.numCols = columns; in test_op2()
75 internal * columns * 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
147 columns = *dims++; in test_op2c()
154 mat_in2.numCols = columns; in test_op2c()
157 mat_out.numCols = columns; in test_op2c()
164 2 * internal * columns * sizeof(q31_t)); in test_op2c()
181 mat_out.pData += (2 * rows * columns); in test_op2c()