Searched defs:arc_ (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dcomplement.h258 arc_.ilabel = arc_.olabel = ComplementFst<A>::kRhoLabel;
259 arc_.weight = Weight::One();
260 arc_.nextstate = 0;
262 arc_ = aiter_->Value();
263 ++arc_.nextstate;
265 return arc_;
317 mutable A arc_; member in class:fst::ArcIterator
H A Dcompact-fst.h1077 arc_ = compactor_->Expand(s, *compacts_, kArcILabelValue);
1078 if (arc_.ilabel == kNoStateId) {
1090 arc_ = compactor_->Expand(state_, compacts_[pos_], flags_);
1091 return arc_;
1115 mutable A arc_; member in class:fst::ArcIterator
1170 // arc_ = fst_.GetImpl()->ComputeArc(state_, pos_ + offset_);
1171 // return arc_;
1204 // mutable A arc_;
H A Dreplace.h1166 fst_.GetImpl()->ComputeArc(tuple_, arc, &arc_, flags_ & kArcValueFlags);
1167 return arc_;
1219 mutable Arc arc_; // Memory to temporarily store computed arcs member in class:fst::ArcIterator
1376 impl_->ComputeFinalArc(tuple_, &arc_);
1377 return arc_;
1380 impl_->ComputeArc(tuple_, component_arc, &arc_);
1381 return arc_;
1409 mutable Arc arc_; member in class:fst::ReplaceFstMatcher
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcomplement.h238 arc_.ilabel = arc_.olabel = kRhoLabel;
239 arc_.weight = Weight::One();
240 arc_.nextstate = 0;
242 arc_ = aiter_->Value();
243 ++arc_.nextstate;
245 return arc_;
272 mutable A arc_; member in class:fst::ArcIterator
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h807 arc_.ilabel = arc_.olabel = 0;
809 arc_.nextstate = fst_.GetImpl()->context_index_.Rank1(
812 arc_.weight = fst_.GetImpl()->backoff_[inst_.state_];
821 arc_.ilabel = arc_.olabel = label;
822 arc_.weight = fst_.GetImpl()->future_probs_[inst_.offset_ + state];
824 arc_.nextstate = fst_.GetImpl()->Transition(inst_.context_, label);
836 return (current_loop_) ? loop_ : arc_;
851 Arc arc_; member in class:fst::NGramFstMatcher
946 mutable Arc arc_; member in class:fst::ArcIterator
[all...]

Completed in 488 milliseconds