Searched defs:arca (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-filter.h294 FilterState LookAheadFilterArc(Arc *arca, Arc *arcb, argument
296 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel;
304 selector_.GetMatcher()->SetState(arca->nextstate);
547 FilterState PushedLabelFilterArc(Arc *arca, Arc *arcb, argument
549 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel;
560 Selector().GetMatcher()->SetState(arca->nextstate);
571 FilterState PushLabelFilterArc(Arc *arca, Arc *arcb, argument
573 Label &labela = LookAheadOutput() ? arca
[all...]
H A Dcompose.h315 Arc arca = matchera->Value(); local
318 const FilterState &f = filter_->FilterArc(&arcb, &arca);
320 AddArc(s, arcb, arca, f);
322 const FilterState &f = filter_->FilterArc(&arca, &arcb);
324 AddArc(s, arca, arcb, f);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h428 void AddArc(StateId s, const A &arca, const A &arcb, int f, argument
433 arc.olabel = arca.olabel;
434 arc.weight = Times(arcb.weight, arca.weight);
435 StateTuple tuple(arcb.nextstate, arca.nextstate, f);
438 arc.ilabel = arca.ilabel;
440 arc.weight = Times(arca.weight, arcb.weight);
441 StateTuple tuple(arca.nextstate, arcb.nextstate, f);
482 const A &arca = aitera.Value(); local
483 Label match_labela = find_input ? arca.ilabel : arca
512 const A &arca = aitera.Value(); local
523 A arca = aitera.Value(); local
[all...]

Completed in 295 milliseconds