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

/external/openfst/src/include/fst/
H A Dlookahead-filter.h376 const Weight &fweight = f2.GetWeight(); local
378 arc2->weight = Divide(Times(arc2->weight, lweight), fweight);
388 const Weight &fweight = f2.GetWeight(); local
389 *weight1 = Divide(*weight1, fweight);

Completed in 32 milliseconds