Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dtopsort.h41 TopOrderVisitor(vector<StateId> *order, bool *acyclic) in TopOrderVisitor() argument
42 : order_(order), acyclic_(acyclic) {} in TopOrderVisitor()
90 bool acyclic; in TopSort() local
92 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in TopSort()
95 if (acyclic) { in TopSort()
102 return acyclic; in TopSort()
Drmepsilon.h218 bool acyclic; in RmEpsilon() local
219 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in RmEpsilon()
221 if (!acyclic) in RmEpsilon()
Dqueue.h294 bool acyclic; in TopOrderQueue() local
295 TopOrderVisitor<Arc> top_order_visitor(&order_, &acyclic); in TopOrderQueue()
297 if (!acyclic) in TopOrderQueue()
/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.h263 bool acyclic; in RmEpsilon() local
264 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in RmEpsilon()
267 if(!acyclic) { in RmEpsilon()
Dqueue.h323 bool acyclic; in TopOrderQueue() local
324 TopOrderVisitor<Arc> top_order_visitor(&order_, &acyclic); in TopOrderQueue()
326 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.cc284 bool acyclic = true; in ReplaceProperties() local
294 acyclic = false; in ReplaceProperties()
304 if (acyclic) in ReplaceProperties()
/external/openfst/
DNEWS67 * 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.