Searched defs:startRow (Results 1 - 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverVector.h58 Index startRow = IsLower ? pi : pi-actualPanelWidth; local
63 &lhs.coeffRef(startRow,startCol), lhsStride,
65 rhs + startRow, 1,
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h40 * \param startRow the first row in the block
54 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) argument
56 return Block<Derived>(derived(), startRow, startCol, blockRows, blockCols);
60 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const argument
62 return Block<const Derived>(derived(), startRow, startCol, blockRows, blockCols);
339 * \param startRow the index of the first row in the block
347 inline RowsBlockXpr middleRows(Index startRow, Index numRows) argument
349 return RowsBlockXpr(derived(), startRow, 0, numRows, cols());
353 inline ConstRowsBlockXpr middleRows(Index startRow, Index numRows) const argument
355 return ConstRowsBlockXpr(derived(), startRow,
369 middleRows(Index startRow) argument
534 block(Index startRow, Index startCol) argument
541 block(Index startRow, Index startCol) const argument
[all...]
/external/eigen/Eigen/src/Core/
H A DBlock.h127 inline Block(XprType& xpr, Index startRow, Index startCol) argument
128 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
132 eigen_assert(startRow >= 0 && BlockRows >= 1 && startRow + BlockRows <= xpr.rows()
139 Index startRow, Index startCol,
141 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
146 eigen_assert(startRow >= 0 && blockRows >= 0 && startRow + blockRows <= xpr.rows()
237 Index startRow() const function in class:Eigen::Block
286 inline Block(XprType& xpr, Index startRow, Inde argument
138 Block(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument
296 Block(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument
[all...]
/external/skia/src/images/
H A DSkMovie_gif.cpp126 int startRow)
129 // every 'rowStep'th row, starting with row 'startRow'
130 for (row = startRow; row < copyHeight; row += rowStep) {
123 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java722 // @param startRow
725 private static String getData(int col, int startRow) { argument
726 startRow = startRow % datas.length;
727 for (int i = startRow; i < datas.length; i++) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 261 milliseconds