Home
last modified time | relevance | path

Searched defs:descendants (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_relax_snode.h47 …ode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVec… in relax_snode()
DSparseLU_heap_relax_snode.h46 …ode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVec… in heap_relax_snode()
/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
359 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ in descendants() method in GrammarAST
392 List<Tree> descendants = descendants(this); in findFirstType() local