OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arc_
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h
238
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/
complement.h
258
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
compact-fst.h
1115
mutable A
arc_
;
member in class:fst::ArcIterator
[
all
...]
replace.h
1219
mutable Arc
arc_
; \/\/ Memory to temporarily store computed arcs
member in class:fst::ArcIterator
1409
mutable Arc
arc_
;
member in class:fst::ReplaceFstMatcher
[
all
...]
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
807
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 204 milliseconds