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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h217 inline double LogExp(double x) { return log(1.0F + exp(-x)); } function in namespace:fst
226 return LogWeight(f2 - LogExp(f1 - f2));
228 return LogWeight(f1 - LogExp(f2 - f1));

Completed in 28 milliseconds