Searched refs:cols (Results 1 – 8 of 8) sorted by relevance
33 public Matrix(int rows, int cols) { in Matrix() argument35 m = cols; in Matrix()36 mem = new double[rows * cols]; in Matrix()
71 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument78 for (int j = 0; j < cols; j++) { in createTestList()
590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local591 frames[row].resize(cols); in initFrames()592 for (unsigned int col = 0; col < cols; col++) { in initFrames()
635 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local637 int length = cols.length; in dumpCurrentRow()647 stream.println(" " + cols[i] + '=' + value); in dumpCurrentRow()659 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local661 int length = cols.length; in dumpCurrentRow()671 sb.append(" " + cols[i] + '=' + value + "\n"); in dumpCurrentRow()
134 for (int col = 0; col < result.cols(); ++col) { in RandomInRange()
185 uint32_t cols;
2115 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()4514 writeInt8(mItems[i].cols - 1); in writeIdatBox()
3982 PrintTable(int cols) { in PrintTable() argument3983 mCols = cols; in PrintTable()