Searched refs:finalw (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h321 Weight finalw = rfst.Final(p.first).Reverse(); local
322 if (finalw != Weight::Zero()) {
323 Weight w = Times(p.second, finalw);
326 ofst->AddArc(next, Arc(0, 0, finalw, state));
/external/openfst/src/include/fst/
H A Dshortest-path.h369 Weight finalw = ifst.Final(p.first).Reverse(); local
370 if (finalw != Weight::Zero()) {
371 Weight w = Times(p.second, finalw);
374 ofst->AddArc(next, Arc(0, 0, finalw, state));

Completed in 1442 milliseconds