Searched refs:nColumns (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/mlir/lib/Analysis/Presburger/ |
D | Matrix.cpp | 14 : nRows(rows), nColumns(columns), data(nRows * nColumns) {} in Matrix() 26 return data[row * nColumns + column]; in at() 32 return data[row * nColumns + column]; in at() 45 unsigned Matrix::getNumColumns() const { return nColumns; } in getNumColumns() 49 data.resize(nRows * nColumns); in resizeVertically() 57 for (unsigned col = 0; col < nColumns; col++) in swapRows() 71 return {&data[row * nColumns], nColumns}; in getRow() 77 for (unsigned col = 0; col < nColumns; ++col) in addToRow() 84 for (unsigned column = 0; column < nColumns; ++column) in print()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx11-call-to-deleted-constructor.cpp | 27 Matrix(const unsigned int nRows, const unsigned int nColumns, const value_type* data = nullptr);
|
/external/clang/test/SemaCXX/ |
D | cxx11-call-to-deleted-constructor.cpp | 27 Matrix(const unsigned int nRows, const unsigned int nColumns, const value_type* data = nullptr);
|
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
D | Matrix.h | 71 unsigned nRows, nColumns;
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 304 unsigned nColumns, QualType canonType) in ConstantMatrixType() argument 305 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType() 309 unsigned nRows, unsigned nColumns, in ConstantMatrixType() argument 312 NumColumns(nColumns) {} in ConstantMatrixType()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 1701 uint16_t nColumns, 1715 uint16_t nColumns, 1729 uint16_t nColumns,
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 1701 uint16_t nColumns, 1715 uint16_t nColumns, 1729 uint16_t nColumns,
|