HomeSort by relevance Sort by last modified time
    Searched refs:oarc (Results 1 - 4 of 4) 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);

Completed in 181 milliseconds