HomeSort by relevance Sort by last modified time
    Searched refs:nextstate (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 219 StateId d = FindState(Element(arc.nextstate, istring, ostring));
225 StateId d = FindState(Element(arc.nextstate, istring, ostring));
determinize.h 313 Element dest_element(arc.nextstate,
368 arc.nextstate = FindState(dest_subset);
queue.h 668 if (scc[state] == scc[arc.nextstate]) {
  /external/openfst/src/include/fst/script/
draw-impl.h 193 Print(arc.nextstate);
  /external/openfst/src/include/fst/
string.h 228 s = arc.nextstate;
vector-fst.h 101 StateId t = newid[arcs[i].nextstate];
103 arcs[i].nextstate = t;
357 ReadType(strm, &arc.nextstate);
561 WriteType(strm, arc.nextstate);
factor-weight.h 316 StateId d = FindState(Element(arc.nextstate, Weight::One()));
321 StateId d = FindState(Element(arc.nextstate,
cache.h 264 if (arc.nextstate >= nknown_states_)
265 nknown_states_ = arc.nextstate + 1;
680 impl_->UpdateNumKnownStates(aiter.Value().nextstate);
compact-fst.h 55 // i.e. ilabel = olabel = kNoLabel and nextstate = kNoStateId.
    [all...]
properties.h 443 if (arc.nextstate <= s) {
compose.h 333 StateTuple tuple(arc1.nextstate, arc2.nextstate, f);
determinize.h 600 Element dest_element(arc.nextstate,
668 arc.nextstate = FindState(dest_subset);
    [all...]
lookahead-matcher.h 155 if (prefix_arc_.nextstate != kNoStateId) {
170 void ClearLookAheadPrefix() { prefix_arc_.nextstate = kNoStateId; }
randgen.h 467 new RandState<A>(aarc.nextstate, count, rstate.length + 1,
627 if (ifst_->Final(arc.nextstate) == Weight::Zero()) {
queue.h 710 if (scc[state] == scc[arc.nextstate]) {
  /external/openfst/src/test/
fst_test.h 84 CHECK_EQ(arc.nextstate, s);
310 // (4) nextstate = s
algo_test.h 39 return A(0, 0, arc.weight, arc.nextstate);
618 V.SetFinal(arc.nextstate, Weight::One());
799 StateId s = piter.Value().nextstate;
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp 916 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;
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 463 fst::StdArc::StateId s2 = arc.nextstate;
560 SLOT_COUNTER_OFFSET+i /*phoneme*/, 0.0, arc.nextstate));
    [all...]
  /external/mksh/src/
edit.c 3895 nextstate(int ch) function
    [all...]

Completed in 1039 milliseconds

1 2 34