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

/external/openfst/src/include/fst/
H A Daccumulator.h96 return LogPlus(w, v);
105 sum = LogPlus(sum, aiter->Value().weight);
114 Weight LogPlus(Weight w, Weight v) { function in class:fst::LogAccumulator
205 return LogPlus(w, v);
227 sum = LogPlus(sum, aiter->Value().weight);
231 sum = LogPlus(sum, LogMinus(state_weights_[index_end],
239 sum = LogPlus(sum, aiter->Value().weight);
268 sum = LogPlus(sum, arc.weight);
294 Weight LogPlus(Weight w, Weight v) { function in class:fst::FastLogAccumulator
303 double LogPlus(doubl function in class:fst::FastLogAccumulator
549 Weight LogPlus(Weight w, Weight v) { function in class:fst::CacheLogAccumulator
558 double LogPlus(double f1, Weight v) { function in class:fst::CacheLogAccumulator
[all...]

Completed in 86 milliseconds