Searched refs:LogPosExp (Results 1 – 1 of 1) sorted by relevance
112 double LogPosExp(double x) { return log(1.0F + exp(-x)); } in LogPosExp() function118 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() function298 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() function553 return to_weight_(f2 - LogPosExp(f1 - f2)); in LogPlus()[all …]