HomeSort by relevance Sort by last modified time
    Searched refs:oarc (Results 1 - 7 of 7) sorted by null

  /external/openfst/src/include/fst/
reverse.h 69 RevArc oarc(0, 0, final.Reverse(), os);
70 ofst->AddArc(0, oarc);
77 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
81 ofst->AddArc(nos, oarc);
cache.h 667 Arc& oarc = state_->arcs[i_]; local
668 if (oarc.ilabel != oarc.olabel)
670 if (oarc.ilabel == 0) {
673 if (oarc.olabel == 0)
676 if (oarc.olabel == 0) {
680 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
682 oarc = arc;
vector-fst.h 644 A& oarc = state_->arcs[i_]; local
645 if (oarc.ilabel != oarc.olabel)
647 if (oarc.ilabel == 0) {
650 if (oarc.olabel == 0)
653 if (oarc.olabel == 0) {
657 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
659 oarc = arc;
compose.h 327 Arc oarc(arc1.ilabel, arc2.olabel, Times(arc1.weight, arc2.weight),
329 CacheImpl<Arc>::PushArc(s, oarc);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 60 RevArc oarc(0, 0, final.Reverse(), os);
61 ofst->AddArc(0, oarc);
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
72 ofst->AddArc(nos, oarc);
randgen.h 146 Arc oarc(iarc.ilabel, iarc.olabel, Weight::One(), ofst->AddState());
147 ofst->AddArc(opts.dest, oarc);
151 nopts.dest = oarc.nextstate;
vector-fst.h 744 A& oarc = state_->arcs[i_]; local
745 if (oarc.ilabel != oarc.olabel)
747 if (oarc.ilabel == 0) {
750 if (oarc.olabel == 0)
753 if (oarc.olabel == 0) {
757 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
759 oarc = arc;

Completed in 217 milliseconds