Searched refs:Start (Results 26 - 50 of 2999) sorted by last modified time

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h400 fst_.Start(); // force start state
H A Dclosure.h45 StateId start = fst->Start();
H A Dcomplement.h67 StateId Start() const { function in class:fst::ComplementFstImpl
68 StateId start = fst_->Start();
132 virtual StateId Start() const { return impl_->Start(); } function in class:fst::ComplementFst
H A Dcompose.h126 StateId Start() { function in class:fst::ComposeFstImplBase
133 return CacheImpl<A>::Start();
533 StateId sf = sa; // Start of current failure transition.
620 StateId s1 = ComposeFstImplBase<A>::fst1_->Start();
621 StateId s2 = ComposeFstImplBase<A>::fst2_->Start();
704 virtual StateId Start() const { return impl_->Start(); } function in class:fst::ComposeFst
H A Dconcat.h44 StateId start1 = fst1->Start();
68 StateId start2 = fst2.Start();
H A Dconnect.h65 start_ = fst.Start();
H A Dconst-fst.h56 StateId Start() const { return start_; } function in class:fst::ConstFstImpl
92 uint32 pos; // Start of state's arcs in *arcs_
124 start_ = fst.Start();
167 impl->start_ = hdr.Start();
243 virtual StateId Start() const { return impl_->Start(); } function in class:fst::ConstFst
H A Ddeterminize.h145 StateId Start() { function in class:fst::DeterminizeFstImplBase
152 return CacheImpl<A>::Start();
240 StateId s = fst_->Start();
494 virtual StateId ComputeStart() { return from_fst_->Start(); }
563 virtual StateId Start() const { return impl_->Start(); } function in class:fst::DeterminizeFst
H A Ddfs-visit.h82 StateId start = fst.Start();
H A Dequal.h32 if (fst1.Start() != fst2.Start()) {
H A Dequivalent.h145 MappedId s1 = Util::MapState(fst1.Start(), FST1);
146 MappedId s2 = Util::MapState(fst2.Start(), FST2);
H A Dfactor-weight.h175 StateId Start() { function in class:fst::FactorWeightFstImpl
177 StateId s = fst_->Start();
180 StateId start = FindState(Element(fst_->Start(), Weight::One()));
183 return CacheImpl<A>::Start();
358 virtual StateId Start() const { return impl_->Start(); } function in class:fst::FactorWeightFst
H A Dfst.h83 int64 Start() const { return start_; } function in class:fst::FstHeader
105 int64 start_; // Start state
126 virtual StateId Start() const = 0; // Initial state
H A Dmap.h85 if (fst->Start() == kNoStateId)
166 if (ifst.Start() == kNoStateId)
181 if (s == ifst.Start())
295 StateId Start() { function in class:fst::MapFstImpl
297 this->SetStart(FindOState(fst_->Start()));
298 return CacheImpl<B>::Start();
405 if (fst_->Start() == kNoStateId) {
486 virtual StateId Start() const { return impl_->Start(); } function in class:fst::MapFst
H A Dminimize.h468 fst->SetStart(state_map[partition.class_id(fst->Start())]);
H A Dprune.h90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold);
155 if (ifst.Start() == kNoStateId)
173 while (fdistance->size() <= ifst.Start())
175 Weight ceiling = Times((*fdistance)[ifst.Start()], opts.threshold);
222 ofst->SetStart(copy[ifst.Start()]);
H A Dqueue.h513 if ((props & kTopSorted) || fst.Start() == kNoStateId) {
H A Drandgen.h121 if (opts.npath == 0 || opts.max_length == 0 || ifst.Start() == kNoStateId)
130 nopts.source = ifst.Start();
131 nopts.dest = ofst->Start();
H A Drational.h201 virtual StateId Start() const { return impl_->Start(); } function in class:fst::RationalFst
H A Drelabel.h230 StateId Start() { function in class:fst::RelabelFstImpl
232 StateId s = fst_->Start();
235 return CacheImpl<A>::Start();
357 virtual StateId Start() const { return impl_->Start(); } function in class:fst::RelabelFst
H A Dreplace.h217 StateId Start() { function in class:fst::ReplaceFstImpl
224 StateId fst_start = fst->Start();
234 return CacheImpl<A>::Start();
335 StateId nt_start = nt_fst->Start();
560 virtual StateId Start() const { function in class:fst::ReplaceFst
561 return impl_->Start();
H A Dreverse.h44 StateId istart = ifst.Start();
H A Dreweight.h87 if ((potential[fst->Start()] != Weight::One()) &&
88 (potential[fst->Start()] != Weight::Zero())) {
90 typename Arc::StateId state = fst->Start();
113 potential[fst->Start()] :
114 Divide(Weight::One(), potential[fst->Start()], DIVIDE_RIGHT);
115 Arc arc (0, 0, w, fst->Start());
H A Drmepsilon.h347 StateId Start() { function in class:fst::RmEpsilonFstImpl
349 SetStart(fst_->Start());
351 return CacheImpl<A>::Start();
447 virtual StateId Start() const { return impl_->Start(); } function in class:fst::RmEpsilonFst
H A Dshortest-distance.h96 if (fst_->Start() == kNoStateId)
112 source = fst_->Start();

Completed in 127 milliseconds

1234567891011>>