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

/external/openfst/src/include/fst/
H A Dreplace.h687 // If arcp == 0, only returns if a final arc is required, does not
689 bool ComputeFinalArc(const StateTuple &tuple, A* arcp, argument
699 if (arcp) {
700 arcp->ilabel = 0;
701 arcp->olabel = 0;
705 arcp->nextstate = state_table_->FindState(
709 arcp->weight = fst->Final(fst_state);
720 bool ComputeArc(const StateTuple &tuple, const A &arc, A* arcp, argument
724 *arcp = arc;
733 *arcp
[all...]

Completed in 166 milliseconds