| /external/eigen/Eigen/src/SparseCore/ | 
| D | SparseBlock.h | 35     inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)  in BlockImpl()66     Index startRow() const { return IsRowMajor ? m_outerStart : 0; }  in startRow()  function
 115 …inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index block…  in sparse_matrix_block_impl()
 271     Index startRow() const { return IsRowMajor ? m_outerStart : 0; }  in startRow()  function
 298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo…  in BlockImpl()
 317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo…  in BlockImpl()
 357     inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)  in BlockImpl()
 388     Index startRow() const { return m_startRow.value(); }  in startRow()  function
 
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ | 
| D | FieldMatrix.java | 133    FieldMatrix<T> getSubMatrix(int startRow, int endRow, int startColumn, int endColumn)  in getSubMatrix()162   void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn,  in copySubMatrix()
 553                           int startRow, int endRow, int startColumn, int endColumn)  in walkInRowOrder()
 583                           int startRow, int endRow, int startColumn, int endColumn)  in walkInRowOrder()
 661                              int startRow, int endRow, int startColumn, int endColumn)  in walkInColumnOrder()
 691                              int startRow, int endRow, int startColumn, int endColumn)  in walkInColumnOrder()
 766                                 int startRow, int endRow, int startColumn, int endColumn)  in walkInOptimizedOrder()
 795                                 int startRow, int endRow, int startColumn, int endColumn)  in walkInOptimizedOrder()
 
 | 
| D | RealMatrixImpl.java | 501                                  final int startRow, final int endRow,  in walkInRowOrder()506                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 519                                  final int startRow, final int endRow,  in walkInRowOrder()
 524                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 568                                     final int startRow, final int endRow,  in walkInColumnOrder()
 573                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 586                                     final int startRow, final int endRow,  in walkInColumnOrder()
 591                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 
 | 
| D | Array2DRowRealMatrix.java | 493                                  final int startRow, final int endRow,  in walkInRowOrder()498                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 511                                  final int startRow, final int endRow,  in walkInRowOrder()
 516                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 560                                     final int startRow, final int endRow,  in walkInColumnOrder()
 565                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 578                                     final int startRow, final int endRow,  in walkInColumnOrder()
 583                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 
 | 
| D | Array2DRowFieldMatrix.java | 485                             final int startRow, final int endRow,  in walkInRowOrder()490                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 503                             final int startRow, final int endRow,  in walkInRowOrder()
 508                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 552                                final int startRow, final int endRow,  in walkInColumnOrder()
 557                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 570                                final int startRow, final int endRow,  in walkInColumnOrder()
 575                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 
 | 
| D | RealMatrix.java | 140    RealMatrix getSubMatrix(int startRow, int endRow, int startColumn, int endColumn)  in getSubMatrix()169   void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn,  in copySubMatrix()
 598                           int startRow, int endRow, int startColumn, int endColumn)  in walkInRowOrder()
 628                           int startRow, int endRow, int startColumn, int endColumn)  in walkInRowOrder()
 706                              int startRow, int endRow, int startColumn, int endColumn)  in walkInColumnOrder()
 736                              int startRow, int endRow, int startColumn, int endColumn)  in walkInColumnOrder()
 811                                 int startRow, int endRow, int startColumn, int endColumn)  in walkInOptimizedOrder()
 840                                 int startRow, int endRow, int startColumn, int endColumn)  in walkInOptimizedOrder()
 
 | 
| D | AbstractFieldMatrix.java | 287     public FieldMatrix<T> getSubMatrix(final int startRow, final int endRow,  in getSubMatrix()330     public void copySubMatrix(final int startRow, final int endRow,  in copySubMatrix()
 809                             final int startRow, final int endRow,  in walkInRowOrder()
 814                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 827                                  final int startRow, final int endRow,  in walkInRowOrder()
 832                       startRow, endRow, startColumn, endColumn);  in walkInRowOrder()  local
 873                                final int startRow, final int endRow,  in walkInColumnOrder()
 878                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 891                                final int startRow, final int endRow,  in walkInColumnOrder()
 896                       startRow, endRow, startColumn, endColumn);  in walkInColumnOrder()  local
 [all …]
 
 | 
| D | DefaultRealMatrixChangingVisitor.java | 36                       int startRow, int endRow, int startColumn, int endColumn) {  in start()
 | 
| D | FieldMatrixChangingVisitor.java | 43                int startRow, int endRow, int startColumn, int endColumn);  in start()
 | 
| D | FieldMatrixPreservingVisitor.java | 43                int startRow, int endRow, int startColumn, int endColumn);  in start()
 | 
| D | RealMatrixChangingVisitor.java | 42                int startRow, int endRow, int startColumn, int endColumn);  in start()
 | 
| D | RealMatrixPreservingVisitor.java | 42                int startRow, int endRow, int startColumn, int endColumn);  in start()
 | 
| D | DefaultRealMatrixPreservingVisitor.java | 36                       int startRow, int endRow, int startColumn, int endColumn) {  in start()
 | 
| D | AbstractRealMatrix.java | 209                               final int startRow, final int endRow,  in getNorm()242                               final int startRow, final int endRow,  in getFrobeniusNorm()
 
 | 
| D | DefaultFieldMatrixChangingVisitor.java | 49                       int startRow, int endRow, int startColumn, int endColumn) {  in start()
 | 
| D | DefaultFieldMatrixPreservingVisitor.java | 49                       int startRow, int endRow, int startColumn, int endColumn) {  in start()
 | 
| D | MatrixUtils.java | 563                                            final int startRow, final int endRow,  in checkSubMatrixIndex()684                           int startRow, int endRow, int startColumn, int endColumn) {  in start()
 728                           int startRow, int endRow, int startColumn, int endColumn) {  in start()
 
 | 
| D | BigMatrix.java | 136     BigMatrix getSubMatrix(int startRow, int endRow, int startColumn,  in getSubMatrix()
 | 
| D | BlockFieldMatrix.java | 679     public FieldMatrix<T> getSubMatrix(final int startRow, final int endRow,  in getSubMatrix()1483                                  final int startRow, final int endRow,  in walkInRowOrder()
 1513                                  final int startRow, final int endRow,  in walkInRowOrder()
 1595                                        final int startRow, final int endRow,  in walkInOptimizedOrder()
 1625                                        final int startRow, final int endRow,  in walkInOptimizedOrder()
 
 | 
| D | BlockRealMatrix.java | 704     public BlockRealMatrix getSubMatrix(final int startRow, final int endRow,  in getSubMatrix()1503                                  final int startRow, final int endRow,  in walkInRowOrder()
 1533                                  final int startRow, final int endRow,  in walkInRowOrder()
 1615                                        final int startRow, final int endRow,  in walkInOptimizedOrder()
 1645                                        final int startRow, final int endRow,  in walkInOptimizedOrder()
 
 | 
| /external/eigen/Eigen/src/plugins/ | 
| D | BlockMethods.h | 96 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols)  in block()110 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) const  in block()
 721 middleRows(Index startRow, NRowsType n)  in middleRows()
 735 middleRows(Index startRow, NRowsType n) const  in middleRows()
 1027 typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol)  in block()
 1035 const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) const  in block()
 1073 typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol,  in block()
 1082 const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol,  in block()
 
 | 
| /external/skia/tests/ | 
| D | SwizzlerTest.cpp | 23                        uint32_t startRow,  in check_fill()107                     for (uint32_t startRow = 0; startRow < height; startRow++) {  in DEF_TEST()  local
 
 | 
| /external/autotest/frontend/client/src/autotest/common/table/ | 
| D | TableRenderer.java | 24                                     int startRow, int maxRows, boolean renderNull) {  in renderRowsAndAppend()
 | 
| /external/webrtc/tools_webrtc/matlab/ | 
| D | rtpAnalyze.m | 198     startRow = 2;  variable
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ | 
| D | AdamsMoultonIntegrator.java | 372                           int startRow, int endRow, int startColumn, int endColumn) {  in start()
 |