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

/external/openfst/src/include/fst/
H A Daccumulator.h112 double LogPosExp(double x) { return log(1.0F + exp(-x)); } function in class:fst::LogAccumulator
118 return to_weight_(f2 - LogPosExp(f1 - f2));
120 return to_weight_(f1 - LogPosExp(f2 - f1));
284 double LogPosExp(double x) { function in class:fst::FastLogAccumulator
298 return to_weight_(f2 - LogPosExp(f1 - f2));
300 return to_weight_(f1 - LogPosExp(f2 - f1));
308 return f2 - LogPosExp(f1 - f2);
310 return f1 - LogPosExp(f2 - f1);
539 double LogPosExp(double x) { function in class:fst::CacheLogAccumulator
553 return to_weight_(f2 - LogPosExp(f
[all...]

Completed in 68 milliseconds