Home
last modified time | relevance | path

Searched refs:LogPosExp (Results 1 – 1 of 1) sorted by relevance

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