Searched defs:arcb (Results 1 - 4 of 4) sorted by path

/external/openfst/src/include/fst/
H A Dcompose.h316 Arc arcb = arc; 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);
H A Dlabel-reachable.h341 const A &arcb = aiter->Value(); local
343 reach_weight_ = accumulator_->Sum(reach_weight_, arcb.weight);
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...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h428 void AddArc(StateId s, const A &arca, const A &arcb, int f, argument
432 arc.ilabel = arcb.ilabel;
434 arc.weight = Times(arcb.weight, arca.weight);
435 StateTuple tuple(arcb.nextstate, arca.nextstate, f);
439 arc.olabel = arcb.olabel;
440 arc.weight = Times(arca.weight, arcb.weight);
441 StateTuple tuple(arca.nextstate, arcb.nextstate, f);
493 const A &arcb = aiterb.Value(); local
494 Label labelb = find_input ? arcb.olabel : arcb
507 const A &arcb = aiterb.Value(); local
[all...]

Completed in 244 milliseconds