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

  /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 14 milliseconds