HomeSort by relevance Sort by last modified time
    Searched full:startcolumn (Results 26 - 50 of 219) sorted by null

12 3 4 5 6 7 8 9

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DefaultRealMatrixPreservingVisitor.java 36 int startRow, int endRow, int startColumn, int endColumn) {
FieldMatrix.java 127 * @param startColumn Initial column index
133 FieldMatrix<T> getSubMatrix(int startRow, int endRow, int startColumn, int endColumn)
155 * @param startColumn Initial column index
162 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn,
534 * @param startColumn Initial column index
553 int startRow, int endRow, int startColumn, int endColumn)
564 * @param startColumn Initial column index
583 int startRow, int endRow, int startColumn, int endColumn)
642 * @param startColumn Initial column index
661 int startRow, int endRow, int startColumn, int endColumn
    [all...]
RealMatrix.java 134 * @param startColumn Initial column index
140 RealMatrix getSubMatrix(int startRow, int endRow, int startColumn, int endColumn)
162 * @param startColumn Initial column index
169 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn,
579 * @param startColumn Initial column index
598 int startRow, int endRow, int startColumn, int endColumn)
609 * @param startColumn Initial column index
628 int startRow, int endRow, int startColumn, int endColumn)
687 * @param startColumn Initial column index
706 int startRow, int endRow, int startColumn, int endColumn
    [all...]
BlockFieldMatrix.java 680 final int startColumn, final int endColumn)
684 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
688 new BlockFieldMatrix<T>(getField(), endRow - startRow + 1, endColumn - startColumn + 1);
693 final int blockStartColumn = startColumn / BLOCK_SIZE;
694 final int columnsShift = startColumn % BLOCK_SIZE;
    [all...]
BlockRealMatrix.java 705 final int startColumn, final int endColumn)
709 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
713 new BlockRealMatrix(endRow - startRow + 1, endColumn - startColumn + 1);
718 final int blockStartColumn = startColumn / BLOCK_SIZE;
719 final int columnsShift = startColumn % BLOCK_SIZE;
    [all...]
MatrixUtils.java 558 * @param startColumn Initial column index
564 final int startColumn, final int endColumn) {
572 checkColumnIndex(m, startColumn);
574 if (startColumn > endColumn) {
576 startColumn, endColumn);
684 int startRow, int endRow, int startColumn, int endColumn) {
728 int startRow, int endRow, int startColumn, int endColumn) {
    [all...]
BigMatrix.java 130 * @param startColumn Initial column index
136 BigMatrix getSubMatrix(int startRow, int endRow, int startColumn,
BigMatrixImpl.java 593 * @param startColumn Initial column index
600 int startColumn, int endColumn)
610 MatrixUtils.checkColumnIndex(this, startColumn);
612 if (startColumn > endColumn) {
614 startColumn, endColumn);
618 new BigDecimal[endRow - startRow + 1][endColumn - startColumn + 1];
620 System.arraycopy(data[i], startColumn,
622 endColumn - startColumn + 1);
    [all...]
  /external/clang/lib/Format/
Encoding.h 78 /// starting from the \p StartColumn on a terminal with the \p TabWidth. The
80 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn,
89 TotalWidth += TabWidth - (TotalWidth + StartColumn) % TabWidth;
ContinuationIndenter.cpp 273 unsigned StartColumn =
275 assert(EndColumn >= StartColumn);
276 State.Column += EndColumn - StartColumn;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 435 int startColumn = grid.getColumn(state.bounds.x);
437 int columnSpan = endColumn - startColumn + 1;
443 Rect cellBounds = grid.getCellBounds(startRow, startColumn, rowSpan, columnSpan);
565 int startColumn = grid.getColumn(state.bounds.x);
567 int columnSpan = endColumn - startColumn + 1;
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 284 unsigned StartLine, StartColumn, EndLine, EndColumn;
286 &StartFile, &StartLine, &StartColumn,
294 Out << "{" << StartLine << ":" << StartColumn << "-"
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 106 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) {
109 EXPECT_EQ(StartColumn, Range.Start.Column);
112 Range.Start.Column == StartColumn && Range.End.Column == EndColumn;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 
  /external/llvm/test/CodeGen/PowerPC/
BreakableToken-reduced.ll 216 %StartColumn = getelementptr inbounds %"class.clang::format::BreakableStringLiteral", %"class.clang::format::BreakableStringLiteral"* %this, i64 0, i32 0, i32 1
217 %0 = load i32, i32* %StartColumn, align 8, !tbaa !2
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsMoultonIntegrator.java 372 int startRow, int endRow, int startColumn, int endColumn) {
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
jsp-api-2.1.jar 
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 

Completed in 1193 milliseconds

12 3 4 5 6 7 8 9