Searched refs:acyclic (Results 1 – 12 of 12) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | topsort.h | 41 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()
|
D | rmepsilon.h | 218 bool acyclic; in RmEpsilon() local 219 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in RmEpsilon() 221 if (!acyclic) in RmEpsilon()
|
D | queue.h | 294 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/ |
D | topsort.h | 46 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()
|
D | replace-util.h | 407 bool acyclic = false; in GetTopOrder() local 409 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in GetTopOrder() 411 if (!acyclic) { in GetTopOrder()
|
D | rmepsilon.h | 263 bool acyclic; in RmEpsilon() local 264 TopOrderVisitor<Arc> top_order_visitor(&order, &acyclic); in RmEpsilon() 267 if(!acyclic) { in RmEpsilon()
|
D | queue.h | 323 bool acyclic; in TopOrderQueue() local 324 TopOrderVisitor<Arc> top_order_visitor(&order_, &acyclic); in TopOrderQueue() 326 if (!acyclic) { in TopOrderQueue()
|
/external/openfst/src/bin/ |
D | fsttopsort.cc | 47 bool acyclic = TopSort(fst); in main() local 48 if (!acyclic) in main()
|
/external/openfst/src/lib/ |
D | properties.cc | 284 bool acyclic = true; in ReplaceProperties() local 294 acyclic = false; in ReplaceProperties() 304 if (acyclic) in ReplaceProperties()
|
/external/openfst/ |
D | NEWS | 67 * Fixed bug in acyclic minimization that led to non-minimal
|
/external/antlr/antlr-3.4/runtime/C/ |
D | README | 337 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/ |
D | CHANGES.txt | 1049 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.
|