Home
last modified time | relevance | path

Searched refs:descendants (Results 1 – 15 of 15) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_relax_snode.h47 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r… in relax_snode() argument
53 descendants.setZero(); in relax_snode()
58 descendants(parent) += descendants(j) + 1; in relax_snode()
66 while ( parent != n && descendants(parent) < relax_columns ) in relax_snode()
75 while (descendants(j) != 0 && j < n) j++; in relax_snode()
DSparseLU_heap_relax_snode.h46 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r… in heap_relax_snode() argument
68 descendants.setZero(); in heap_relax_snode()
73 descendants(parent) += descendants(j) + 1; in heap_relax_snode()
85 while ( parent != n && descendants(parent) < relax_columns ) in heap_relax_snode()
107 if (descendants(i) == 0) in heap_relax_snode()
116 while (descendants(j) != 0 && j < n) j++; in heap_relax_snode()
DSparseLUImpl.h39 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r…
40 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r…
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarAST.java355 public static List<Tree> descendants(Tree root){ in descendants() method in GrammarAST
356 return descendants(root, false); in descendants()
359 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ in descendants() method in GrammarAST
369 for (Tree subchild : descendants(child, true)) in descendants()
378 for (Tree subchild : descendants(child, false)) in descendants()
392 List<Tree> descendants = descendants(this); in findFirstType() local
393 for (Tree child : descendants) { in findFirstType()
449 Iterator<Tree> thisDescendants = descendants(this, true).iterator(); in hasSameTreeStructure()
450 Iterator<Tree> otherDescendants = descendants(other, true).iterator(); in hasSameTreeStructure()
/external/libxml2/doc/
Ddocdescr.doc16 it's descendants include and include/libxml. These core files, together
/external/fmtlib/doc/bootstrap/
Dforms.less279 // These classes are used on elements with <label> descendants
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll213 ;;; that need to be inferred from ancestors, descendants,
/external/protobuf/javanano/
DREADME.md109 ancestors, and descendants are not accessed by any other threads
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/persist/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/llvm/docs/
DLangRef.rst4397 its descendants and all of its ancestors in the tree. Also, a type is
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt11150 䩜 < descendants;
43489 䩜 > descendants;
/external/libxml2/
DChangeLog15785 * xpath.c: fixed a bug when walking the descendants and