Searched defs:nextstate (Results 1 - 9 of 9) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
48 StateId nextstate; // Transition destination state member in struct:fst::StdArc
60 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
72 StateId nextstate; // Transition destination state member in struct:fst::LogArc
85 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
101 StateId nextstate; // Transition destination state member in class:fst::StringArc
117 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
121 weight(arc.olabel, arc.weight), nextstate(arc.nextstate) {}
135 StateId nextstate; // Transitio member in struct:fst::GallicArc
160 StateId nextstate; // Transition destination state member in struct:fst::ReverseArc
[all...]
H A Dreplace.h310 StateId nextstate = local
311 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
312 AddArc(s, A(0, 0, fst->Final(fst_state), nextstate));
320 StateId nextstate = local
321 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
322 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
331 tuple.fst_id, arc.nextstate);
343 StateId nextstate = local
345 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
346 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
390 StateId nextstate; member in struct:fst::ReplaceFstImpl::PrefixTuple
404 Push(int fst_id, StateId nextstate) argument
478 PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) argument
[all...]
H A Drmepsilon.h79 StateId nextstate; member in struct:fst::RmEpsilonState::Element
84 : ilabel(i), olabel(o), nextstate(s) {}
90 return static_cast<size_t>(e.nextstate);
91 return static_cast<size_t>(e.nextstate +
105 && (e1.nextstate == e2.nextstate);
156 while ((StateId)visited_.size() <= arc.nextstate)
158 if (!visited_[arc.nextstate])
159 eps_queue_.push(arc.nextstate);
161 Element element(arc.ilabel, arc.olabel, arc.nextstate);
[all...]
/external/openfst/src/include/fst/
H A Darc.h51 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
64 StateId nextstate; member in class:fst::ArcTpl
84 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
100 StateId nextstate; // Transition destination state member in class:fst::StringArc
116 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
120 weight(arc.olabel, arc.weight), nextstate(arc.nextstate) {}
134 StateId nextstate; // Transition destination state member in struct:fst::GallicArc
147 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
159 StateId nextstate; // Transitio member in struct:fst::ReverseArc
183 StateId nextstate; // Transition destination state member in struct:fst::LexicographicArc
207 StateId nextstate; // Transition destination state member in struct:fst::ProductArc
239 StateId nextstate; // Transition destination state member in struct:fst::PowerArc
271 StateId nextstate; // Transition destination state member in struct:fst::SparsePowerArc
302 StateId nextstate; // Transition destination state member in struct:fst::ExpectationArc
[all...]
H A Drmepsilon.h102 StateId nextstate; member in struct:fst::RmEpsilonState::Element
107 : ilabel(i), olabel(o), nextstate(s) {}
113 return static_cast<size_t>(e.nextstate +
125 && (e1.nextstate == e2.nextstate);
184 while (visited_.size() <= arc.nextstate)
186 if (!visited_[arc.nextstate])
187 eps_queue_.push(arc.nextstate);
189 Element element(arc.ilabel, arc.olabel, arc.nextstate);
248 noneps_in[aiter.Value().nextstate]
[all...]
H A Dreplace.h705 arcp->nextstate = state_table_->FindState(
706 StateTuple(prefix_id, top.fst_id, top.nextstate));
729 StateId nextstate = flags & kArcNextStateValue local
731 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate))
733 *arcp = A(arc.ilabel, arc.olabel, arc.weight, nextstate);
742 tuple.fst_id, arc.nextstate);
758 StateId nextstate = flags & kArcNextStateValue local
760 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate))
762 *arcp = A(arc.ilabel, arc.olabel, arc.weight, nextstate);
793 PrefixTuple(Label f, StateId s) : fst_id(f), nextstate(
796 StateId nextstate; member in struct:fst::ReplaceFstImpl::PrefixTuple
810 Push(StateId fst_id, StateId nextstate) argument
884 PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) argument
[all...]
/external/openfst/src/test/
H A Dfst_test.cc38 ilabel(i), olabel(o), weight(w), nextstate(s) {}
49 StateId nextstate; // Transition destination state member in struct:fst::CustomArc
/external/opencv/cvaux/src/
H A Dcvhmm.cpp916 int nextsuperstate, nextstate; local
936 nextstate = info->state[2*(counter+1) + 1] - begin_ind;
937 hmm->u.ehmm[superstate].transP[ state * transP_size + nextstate] += 1;
/external/mksh/src/
H A Dedit.c3345 static int nextstate(int);
3641 state = nextstate(ch);
3684 state = nextstate(ch);
3699 state = nextstate(ch);
3717 state = nextstate(ch);
3895 nextstate(int ch) function

Completed in 133 milliseconds