/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_relax_snode.h | 47 …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()
|
D | SparseLU_heap_relax_snode.h | 46 …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()
|
D | SparseLUImpl.h | 39 …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/ |
D | GrammarAST.java | 355 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/ |
D | docdescr.doc | 16 it's descendants include and include/libxml. These core files, together
|
/external/python/cpython2/Doc/library/ |
D | abc.rst | 37 these and their descendants will be considered subclasses of the registering
|
D | ttk.rst | 905 Delete all specified *items* and all their descendants. 914 The items and all of their descendants are still present, and may be 1035 It is illegal to move an item under one of its descendants. If *index* is 1398 If set to 1, causes the element and all of its descendants to be treated as
|
D | xml.dom.minidom.rst | 104 extension to the DOM API that renders the node and its descendants are
|
D | xml.dom.rst | 584 Search for all descendants (direct children, children's children, etc.) with a 590 Search for all descendants (direct children, children's children, etc.) with a
|
D | inspect.rst | 472 classes using multiple inheritance and their descendants will appear multiple
|
D | xml.etree.elementtree.rst | 417 | | descendants, equals the given ``text``. |
|
D | logging.rst | 67 descendants of ``foo``. The logger name hierarchy is analogous to the Python
|
/external/fmtlib/doc/bootstrap/ |
D | forms.less | 279 // These classes are used on elements with <label> descendants
|
/external/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 213 ;;; that need to be inferred from ancestors, descendants,
|
/external/protobuf/javanano/ |
D | README.md | 109 ancestors, and descendants are not accessed by any other threads
|
/external/python/cpython2/Doc/using/ |
D | cmdline.rst | 347 Starting from Python 2.7, :exc:`DeprecationWarning` and its descendants
|
/external/python/cpython2/Doc/howto/ |
D | logging.rst | 452 ``foo.bar``, ``foo.bar.baz``, and ``foo.bam`` are all descendants of ``foo``.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 141 descendants are now ignored unless otherwise requested, preventing 2049 text that are descendants of the element. For example::
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/llvm/docs/ |
D | LangRef.rst | 4397 its descendants and all of its ancestors in the tree. Also, a type is
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 11150 䩜 < descendants; 43489 䩜 > descendants;
|
/external/libxml2/ |
D | ChangeLog | 15785 * xpath.c: fixed a bug when walking the descendants and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 10713 - Support for Nextstep descendants (future Mac systems).
|