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(float32_t)); in test_op2()
92 mat_out.pData += (rows * columns); in test_op2()
123 uint16_t rows, internal, columns; in test_op2c() local
149 columns = *dims++; in test_op2c()
156 mat_in2.numCols = columns; in test_op2c()
159 mat_out.numCols = columns; in test_op2c()
166 2 * internal * columns * sizeof(float32_t)); in test_op2c()
183 mat_out.pData += (2 * rows * columns); in test_op2c()