Lines Matching refs:exp
206 return 0.39894228040143268 * exp(-(x * x) / 2.0); in phi()
591 fGamma /= exp(fZgHelp); in lcl_GetGammaHelper()
650 return exp( fLogPi - fLogDivisor) * ((::rtl::math::sin( F_PI*fZ) < 0.0) ? -1.0 : 1.0); in GetGamma()
752 fValue = exp((0.5*fDF - 1) * log(fX*0.5) - 0.5 * fX - log(2.0) - GetLogGamma(0.5*fDF)); in GetChiSqDistPDF()
773 fValue = exp(log(fValue)-fX/2); in GetChiSqDistPDF()
775 fValue *= exp(-fX/2); in GetChiSqDistPDF()
860 double fResult = exp(-fA * ::boost::math::log1p(fTempA) in GetBeta()
963 return exp( fAm1LogX + fBm1LogY - fLogBeta); in GetBetaDistPDF()
1060 fTemp = exp(fA*flnX + fB*flnY - GetLogBeta(fA,fB)); in GetBetaDist()
1556 PushDouble(lambda * exp(-lambda*x)); in ScExpDist()
1563 PushDouble(1.0 - exp(-lambda*x)); in ScExpDist()
1641 exp(-pow(x/beta,alpha))); in ScWeibull()
1643 PushDouble(1.0 - exp(-pow(x/beta,alpha))); in ScWeibull()
1666 PushDouble( exp(x*log(lambda)-lambda-GetLogGamma(x+1.0))); in ScPoissonDist()
1673 PushDouble( fPoissonVar * exp( -lambda ) ); in ScPoissonDist()
1693 double fSummand = exp(-lambda); in ScPoissonDist()
2014 PushDouble(exp(mue+sigma*gaussinv(y))); in ScLogNormInv()
2961 PushDouble(exp(nVal / nValCount)); in ScGeoMean()