Home
last modified time | relevance | path

Searched refs:acyclic (Results 1 – 10 of 10) sorted by relevance

/external/openfst/src/include/fst/
Dtopsort.h46 TopOrderVisitor(vector<StateId> *order, bool *acyclic) in TopOrderVisitor() argument
47 : order_(order), acyclic_(acyclic) {} in TopOrderVisitor()
95 bool acyclic; in TopSort() local
97 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in TopSort()
100 if (acyclic) { in TopSort()
107 return acyclic; in TopSort()
Dreplace-util.h407 bool acyclic = false; in GetTopOrder() local
409 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in GetTopOrder()
411 if (!acyclic) { in GetTopOrder()
Drmepsilon.h262 bool acyclic; in RmEpsilon() local
263 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in RmEpsilon()
266 if(!acyclic) { in RmEpsilon()
Dqueue.h324 bool acyclic; in TopOrderQueue() local
325 TopOrderVisitor<Arc> top_order_visitor(&order_, &acyclic); in TopOrderQueue()
327 if (!acyclic) { in TopOrderQueue()
/external/openfst/src/bin/
Dfsttopsort.cc47 bool acyclic = TopSort(fst); in main() local
48 if (!acyclic) in main()
/external/openfst/src/lib/
Dproperties.cc286 bool acyclic = true; in ReplaceProperties() local
296 acyclic = false; in ReplaceProperties()
306 if (acyclic) in ReplaceProperties()
/external/openfst/
DNEWS92 * Fixed bug in acyclic minimization that led to non-minimal
/external/antlr/antlr-3.4/runtime/C/
DREADME337 When forcing some acyclic DFA to be state tables, they broke.
436 acyclic inline DFA (i.e., using an IF). Upon non-LL(*) decisions
439 a protection in front of the acyclic DFA generator to avoid if
933 * no more computing DFA transition tables for acyclic DFA.
/external/antlr/antlr-3.4/tool/
DCHANGES.txt1049 affectively avoids some acyclic DFA that still have many states
1907 When forcing some acyclic DFA to be state tables, they broke.
2006 acyclic inline DFA (i.e., using an IF). Upon non-LL(*) decisions
2009 a protection in front of the acyclic DFA generator to avoid if
2503 * no more computing DFA transition tables for acyclic DFA.
/external/clang/docs/
DPCHInternals.rst516 linear chain of precompiled headers to an arbitrary directed acyclic graph