Searched refs:arcb (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h431 void AddArc(StateId s, const A &arca, const A &arcb, int f, argument
435 arc.ilabel = arcb.ilabel;
437 arc.weight = Times(arcb.weight, arca.weight);
438 StateTuple tuple(arcb.nextstate, arca.nextstate, f);
442 arc.olabel = arcb.olabel;
443 arc.weight = Times(arca.weight, arcb.weight);
444 StateTuple tuple(arca.nextstate, arcb.nextstate, f);
496 const A &arcb = aiterb.Value(); local
497 Label labelb = find_input ? arcb.olabel : arcb
510 const A &arcb = aiterb.Value(); local
[all...]
/external/openfst/src/include/fst/
H A Dlookahead-filter.h294 FilterState LookAheadFilterArc(Arc *arca, Arc *arcb, argument
307 arcb->nextstate) ? f :
547 FilterState PushedLabelFilterArc(Arc *arca, Arc *arcb, argument
550 const Label &labelb = LookAheadOutput() ? arcb->ilabel : arcb->olabel;
571 FilterState PushLabelFilterArc(Arc *arca, Arc *arcb, argument
574 const Label &labelb = LookAheadOutput() ? arcb->olabel : arcb->ilabel;
586 arcb->ilabel = larc.ilabel; // Yes, go forward on that arc,
587 arcb
[all...]
H A Dcompose.h309 Arc arcb = arc; local
311 const FilterState &f = filter_->FilterArc(&arcb, &arca);
313 AddArc(s, arcb, arca, f);
315 const FilterState &f = filter_->FilterArc(&arca, &arcb);
317 AddArc(s, arca, arcb, f);
H A Dlabel-reachable.h341 const A &arcb = aiter->Value(); local
343 reach_weight_ = accumulator_->Sum(reach_weight_, arcb.weight);

Completed in 105 milliseconds