| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 648 nVal += (GetDouble() / pow(1.0 + nZins, (double)nCount)); in ScNPV() 660 nVal += (nCellVal / pow(1.0 + nZins, (double)nCount)); in ScNPV() 674 nVal += (nCellVal / pow(1.0 + nZins, (double)nCount)); in ScNPV() 732 fZaehler += fWert / pow(1.0+x,(double)nCount); in ScIRR() 733 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR() 737 fZaehler += fWert / pow(1.0+x,(double)nCount); in ScIRR() 738 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR() 799 fResult *= pow( fRate1_reinvest, (double) nCount - 1 ); in ScMIRR() 800 fResult = pow( fResult, 1.0 / (nCount - 1) ); in ScMIRR() 835 fBw = (fZw * pow(1.0 + fZins, -fZzr)) in ScGetBw() [all …]
|
| H A D | interpr3.cxx | 589 double fHalfpower = pow( fZgHelp, fZ / 2 - 0.25); in lcl_GetGammaHelper() 913 return fB * pow(0.5-fX+0.5,fB-1.0); in GetBetaDistPDF() 924 return fA * pow(fX,fA-1); in GetBetaDistPDF() 960 return pow(fX,fA-1.0) * pow(0.5-fX+0.5,fB-1.0) / GetBeta(fA,fB); in GetBetaDistPDF() 1028 return pow(fXin, fAlpha); in GetBetaDist() 1226 PushDouble(pow(n,k)); in ScVariationen2() 1236 double fFactor = pow(q, n); in GetBinomDistPMF() 1239 fFactor = pow(p, n); in GetBinomDistPMF() 1315 double fFactor = pow(q, n); in ScB() 1320 fFactor = pow(p, n); in ScB() [all …]
|
| H A D | interpr6.cxx | 164 return pow( fXr, fAlpha-1.0) * exp(-fXr) / fLambda / GetGamma(fAlpha); in GetGammaDistPDF() 175 return pow( fXr, fAlpha-1.0) * exp(-fXr) / fLambda / GetGamma(fAlpha); in GetGammaDistPDF() 179 return pow( fXr, fAlpha-1.0) * exp(-fXr) / fLambda / exp( GetLogGamma(fAlpha)); in GetGammaDistPDF()
|
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | tp_3D_SceneGeometry.cxx | 103 m_nXRotation = ::basegfx::fround(fXAngle*pow(10.0,m_aMFXRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage() 104 m_nYRotation = ::basegfx::fround(-1.0*fYAngle*pow(10.0,m_aMFYRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage() 105 m_nZRotation = ::basegfx::fround(-1.0*fZAngle*pow(10.0,m_aMFZRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage() 188 fXAngle = double(m_nXRotation)/double(pow(10.0,m_aMFXRotation.GetDecimalDigits())); in applyAnglesToModel() 189 fYAngle = double(-1.0*m_nYRotation)/double(pow(10.0,m_aMFYRotation.GetDecimalDigits())); in applyAnglesToModel() 190 fZAngle = double(-1.0*m_nZRotation)/double(pow(10.0,m_aMFZRotation.GetDecimalDigits())); in applyAnglesToModel()
|
| H A D | res_ErrorBar.cxx | 244 m_nConstSpinSize = static_cast< sal_Int64 >( pow( 10.0, (int)nExponent )); in SetAxisMinorStepWidthForErrorBarDecimals() 566 …sal_Int32 nPlusValue = static_cast< sal_Int32 >( fPlusValue * pow(10.0,m_aMfPositive.GetDecimalDig… in Reset() 576 …sal_Int32 nMinusValue = static_cast< sal_Int32 >( fMinusValue * pow(10.0,m_aMfNegative.GetDecimalD… in Reset() 676 pow( 10.0, m_aMfPositive.GetDecimalDigits()); in FillItemSet() 683 pow( 10.0, m_aMfNegative.GetDecimalDigits()); in FillItemSet()
|
| /AOO41X/main/vigra/ |
| H A D | vigra1.6.0.patch | 473 - double a = 0.558868151788 / VIGRA_CSTD::pow(std_dev, 5); 474 - double b = -2.04251639729 / VIGRA_CSTD::pow(std_dev, 3); 475 + double a = 0.558868151788 / VIGRA_CSTD::pow(std_dev, 5.0); 476 + double b = -2.04251639729 / VIGRA_CSTD::pow(std_dev, 3.0); 484 - double a = 0.883887052922 / VIGRA_CSTD::pow(std_dev, 5); 485 + double a = 0.883887052922 / VIGRA_CSTD::pow(std_dev, 5.0); 971 - return VIGRA_CSTD::pow(1.0 - d * d, 3) * weights_(x+radius_, y+radius_); 972 + return VIGRA_CSTD::pow(1.0 - d * d, 3.0) * weights_(x+radius_, y+radius_); 980 - return VIGRA_CSTD::pow(1.0 - d * d, 3) * weights_(x+radius_, y+radius_); 981 + return VIGRA_CSTD::pow(1.0 - d * d, 3.0) * weights_(x+radius_, y+radius_); [all …]
|
| /AOO41X/main/scaddins/source/analysis/ |
| H A D | financial.cxx | 121 double fRet = pow( 1.0 + fNominal / fPeriods, fPeriods ) - 1.0; in getEffect() 267 double fRet = ( pow( fRate + 1.0, 1.0 / fPeriods ) - 1.0 ) * fPeriods; in getNominal() 284 fRet *= pow( 10.0, -ceil( log10( fFrac ) ) ); in getDollarfr() 304 fRet *= pow( 10.0, ceil( log10( fFrac ) ) ); in getDollarde() 485 fResult += V_(i) / pow( r, (D_(i) - D_0) / 365.0 ); in lcl_sca_XirrResult() 513 fResult -= E_i * V_(i) / pow( r, E_i + 1.0 ); in lcl_sca_XirrResult_Deriv1() 586 fRet += *aValList.Get( i ) / ( pow( fRate, ( *aDateList.Get( i ) - fNull ) / 365.0 ) ); in getXnpv()
|
| H A D | analysishelper.cxx | 614 fVal = ( pow( double( nBase ), double( nCharLim ) ) - fVal ); // complement in ConvertToDec() 642 nNum = sal_Int64( pow( double( nBase ), double( nMaxPlaces ) ) ) + nNum; in ConvertFromDec() 979 fDur += ( t + nDiff ) * ( fCoup ) / pow( fYield, t + nDiff ); in GetDuration() 981 fDur += ( fNumOfCoups + nDiff ) * ( fCoup + f100 ) / pow( fYield, fNumOfCoups + nDiff ); in GetDuration() 985 p += fCoup / pow( fYield, t + nDiff ); in GetDuration() 987 p += ( fCoup + f100 ) / pow( fYield, fNumOfCoups + nDiff ); in GetDuration() 1147 double fRet = fRedemp / ( pow( 1.0 + fYield / fFreq, fN - 1.0 + fDSC_E ) ); in getPrice_() 1154 fRet += fT1 / pow( fT2, fK + fDSC_E ); in getPrice_() 1258 double fTerm = pow( 1.0 + fZins, fZzr ); in GetRmz() 1276 double fTerm = pow( 1.0 + fZins, fZzr ); in GetZw() [all …]
|
| H A D | bessel.cxx | 87 bool bAsymptoticPossible = pow(fX,0.4) > N; in BesselJ()
|
| /AOO41X/main/basegfx/source/color/ |
| H A D | bcolormodifier.cxx | 222 pow(aSourceColor.getRed(), mfInvValue), in getModifiedColor() 223 pow(aSourceColor.getGreen(), mfInvValue), in getModifiedColor() 224 pow(aSourceColor.getBlue(), mfInvValue)); in getModifiedColor()
|
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | class4.cxx | 420 …double fRadius = sqrt( pow( ( aStartingPoint.X - aCenterPoint.X ), 2 ) + pow( ( aStartingPoint.Y -… in ImplDoClass4() 495 …fRadius.Y = fRadius.X = sqrt( pow( ( aStartingPoint.X - aCenterPoint.X ), 2 ) + pow( ( aStartingPo… in ImplDoClass4()
|
| /AOO41X/main/chart2/source/tools/ |
| H A D | Scaling.cxx | 135 fResult = pow( m_fBase, value ); in doScaling() 235 fResult = pow( value, m_fExponent ); in doScaling()
|
| H A D | PotentialRegressionCurveCalculator.cxx | 112 fResult = m_fIntercept * pow( x, m_fSlope ); in getCurveValue()
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | sgvspln.cxx | 84 double pow (double,double); 122 #define POSMAX pow ((double) BASIS, MAXEXPON) 123 #define POSMIN pow ((double) BASIS, MINEXPON)
|
| /AOO41X/main/connectivity/qa/complex/connectivity/dbase/ |
| H A D | DBaseNumericFunctions.java | 184 pow(xRowRes); in testFunctions() 322 …private void pow(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in pow() method in DBaseNumericFunctions
|
| /AOO41X/main/icc/source/create_sRGB_profile/ |
| H A D | create_sRGB_profile.cpp | 160 retval = pow( (indata + 0.055)/1.055 , 2.4); in computeIEC_RGBtoXYZ() 171 retval = 1.055*pow( indata , icFloatNumber(1.0/2.4)) - 0.055; in computeIEC_XYZtoRGB()
|
| /AOO41X/main/sc/source/filter/lotus/ |
| H A D | tool.cxx | 174 fValue /= pow((double)10, temp); in Snum32ToDouble() 176 fValue *= pow((double)10, temp); in Snum32ToDouble()
|
| /AOO41X/main/sal/qa/inc/ |
| H A D | valueequal.hxx | 81 long double nPrec = pow(0.1, -nPrecOfN); in is_equal()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxform.cxx | 403 double dTemp1 = pow( 10.0,dI ); in GetDigitAtPos() 405 dDigit = floor( pow( 10.0,log10( fabs( dNumber ) )-dI ) ); in GetDigitAtPos()
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | math.cxx | 62 return pow( 10.0, static_cast<double>( nExp ) ); in getN10Exp() 69 return pow( 10.0, static_cast<double>( nExp ) ); in getN10Exp()
|
| /AOO41X/main/drawinglayer/source/attribute/ |
| H A D | sdrlightingattribute3d.cxx | 204 fCosFac2 = pow(fCosFac2, (double)nSpecularIntensity); in solveColorModel()
|
| /AOO41X/main/connectivity/source/drivers/file/ |
| H A D | FNumericFunctions.cxx | 153 return pow((double)lhs,(double)rhs); in operate()
|
| /AOO41X/test/testgui/source/testlib/gui/ |
| H A D | SCTool.java | 97 ret += Math.pow(26, i) * (c - 'A' + 1); in toIntColumnNo()
|
| /AOO41X/main/libtextcat/data/new_fingerprints/lm/ |
| H A D | polish.lm | 324 pow 151
|
| /AOO41X/main/vcl/source/window/ |
| H A D | scrwnd.cxx | 207 nCurTime = (sal_uLong) ( MAX_TIME / pow( 10., fExp ) ); in ImplRecalcScrollValues()
|