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 790 Arc& oarc = state_->arcs[i_]; local
791 if (oarc.ilabel != oarc.olabel)
793 if (oarc.ilabel == 0) {
796 if (oarc.olabel == 0)
799 if (oarc.olabel == 0) {
803 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
805 oarc = arc;
vector-fst.h 648 A& oarc = state_->arcs[i_]; local
649 if (oarc.ilabel != oarc.olabel)
651 if (oarc.ilabel == 0) {
654 if (oarc.olabel == 0)
657 if (oarc.olabel == 0) {
661 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
663 oarc = arc;
compose.h 334 Arc oarc(arc1.ilabel, arc2.olabel, Times(arc1.weight, arc2.weight),
336 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 460 milliseconds