Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfloat-weight.h217 inline double LogExp(double x) { return log(1.0F + exp(-x)); } in LogExp() function
226 return LogWeight(f2 - LogExp(f1 - f2)); in Plus()
228 return LogWeight(f1 - LogExp(f2 - f1)); in Plus()
/external/openfst/src/include/fst/
Dfloat-weight.h365 inline T LogExp(T x) { return log(1.0F + exp(-x)); } in LogExp() function
376 return LogWeightTpl<T>(f2 - LogExp(f1 - f2)); in Plus()
378 return LogWeightTpl<T>(f1 - LogExp(f2 - f1)); in Plus()