Home
last modified time | relevance | path

Searched refs:nCols (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp23 const long nCols; member in BlockMatrix
32 nCols(_nCols), nBlocksPerRow(_nRows / _rowsPerBlock), in BlockMatrix()
50 CurrBlock[ii + jj * colsPerBlock] = matrix[curri + currj * nCols]; in Initialize()
63 float m_value = matrix[curri + currj * nCols]; in Compare()
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DLinearTransformTest.cpp28 for (unsigned col = lastAllowedNonZeroCol + 1, nCols = m.getNumColumns(); in testColumnEchelonForm() local
29 col < nCols; ++col) { in testColumnEchelonForm()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h143 int64_t normalizeRow(unsigned row, unsigned nCols);