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

/external/openfst/src/include/fst/
H A Daccumulator.h231 sum = LogPlus(sum, LogMinus(state_weights_[index_end],
313 Weight LogMinus(double f1, double f2) { function in class:fst::FastLogAccumulator
315 FSTERROR() << "FastLogAcumulator::LogMinus: f1 >= f2 with f1 = " << f1
513 return LogPlus(w, LogMinus((*weights_)[end], (*weights_)[begin]));
568 Weight LogMinus(double f1, double f2) { function in class:fst::CacheLogAccumulator
570 FSTERROR() << "CacheLogAcumulator::LogMinus: f1 >= f2 with f1 = " << f1

Completed in 284 milliseconds