| /aoo42x/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 735 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR() 802 fResult = pow( fResult, 1.0 / (nCount - 1) ); in ScMIRR() 837 fBw = (fZw * pow(1.0 + fZins, -fZzr)) in ScGetBw() 841 fBw = (fZw * pow(1.0 + fZins, -fZzr)) in ScGetBw() 842 + (fRmz * (1.0 - pow(1.0 + fZins, -fZzr)) / fZins); in ScGetBw() 895 fAlterWert = fWert * pow(1.0 - fZins, fPeriode - 1.0); in ScGetGDA() 896 fNeuerWert = fWert * pow(1.0 - fZins, fPeriode); in ScGetGDA() 953 double nAbRate = 1.0 - pow(nRest / nWert, 1.0 / nDauer); in ScGDA2() 1190 double fTerm = pow(1.0 + fZins, fZzr); in ScGetZw() 1264 fPowNminus1 = pow( 1.0+fX, fNper-1.0); in RateIteration() [all …]
|
| H A D | interpr3.cxx | 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() 1383 fFactor = pow(q, n); in ScBinomDist() 1429 double fFactor = pow(q,n); in ScCritBinom() 1432 fFactor = pow(p, n); in ScCritBinom() 1477 double fFactor = pow(p,r); in ScNegBinomDist() [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()
|
| H A D | interpr5.cxx | 95 return ::pow( lhs,rhs); in operator ()() 1613 pResMat->PutDouble(pow(fVal,pMat->GetDouble(i)), i); in ScPow() 1620 pResMat->PutDouble(pow(pMat->GetDouble(i),fVal), i); in ScPow() 1630 PushDouble(pow(fVal1,fVal2)); in ScPow()
|
| /aoo42x/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()
|
| /aoo42x/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_); 1060 - double bleft = VIGRA_CSTD::pow(b, w); 1061 + double bleft = VIGRA_CSTD::pow(b, (double)w); 1146 - sum += *k * VIGRA_CSTD::pow(-x, int(derivativeOrder)) / faculty; [all …]
|
| /aoo42x/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() 606 fRet += *aValList.Get( i ) / ( pow( fRate, ( *aDateList.Get( i ) - fNull ) / 365.0 ) ); in getXnpv()
|
| H A D | analysishelper.cxx | 642 nNum = sal_Int64( pow( double( nBase ), double( nMaxPlaces ) ) ) + nNum; in ConvertFromDec() 979 fDur += ( t + nDiff ) * ( fCoup ) / pow( fYield, t + nDiff ); in GetDuration() 985 p += fCoup / pow( fYield, t + nDiff ); in GetDuration() 987 p += ( fCoup + f100 ) / pow( fYield, fNumOfCoups + nDiff ); in GetDuration() 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() 1976 p = pow( p, fPower ); in Power() 2479 f *= pow( 2.0, nLevFrom ); in Convert() 2482 f *= ( r.fConst / fConst ) * ( pow( 2.0, nLevFrom ) / pow( 10.0, nLevTo ) ); in Convert() [all …]
|
| /aoo42x/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()
|
| /aoo42x/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()
|
| /aoo42x/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()
|
| /aoo42x/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)
|
| /aoo42x/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() 1126 return pow(fValue, fExp); in rtl_math_powr()
|
| /aoo42x/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
|
| /aoo42x/main/icc/source/create_sRGB_profile/ |
| H A D | create_sRGB_profile.cpp | 162 retval = pow( (indata + 0.055)/1.055 , 2.4); in computeIEC_RGBtoXYZ() 173 retval = 1.055*pow( indata , icFloatNumber(1.0/2.4)) - 0.055; in computeIEC_XYZtoRGB()
|
| /aoo42x/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()
|
| /aoo42x/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()
|
| /aoo42x/main/sal/qa/inc/ |
| H A D | valueequal.hxx | 83 long double nPrec = pow(0.1, -nPrecOfN); in is_equal()
|
| /aoo42x/main/drawinglayer/source/attribute/ |
| H A D | sdrlightingattribute3d.cxx | 204 fCosFac2 = pow(fCosFac2, (double)nSpecularIntensity); in solveColorModel()
|
| /aoo42x/main/connectivity/source/drivers/file/ |
| H A D | FNumericFunctions.cxx | 153 return pow((double)lhs,(double)rhs); in operate()
|
| /aoo42x/test/testgui/source/testlib/gui/ |
| H A D | SCTool.java | 97 ret += Math.pow(26, i) * (c - 'A' + 1); in toIntColumnNo()
|
| /aoo42x/main/libtextcat/data/new_fingerprints/lm/ |
| H A D | polish.lm | 324 pow 151
|
| /aoo42x/main/vcl/source/window/ |
| H A D | scrwnd.cxx | 207 nCurTime = (sal_uLong) ( MAX_TIME / pow( 10., fExp ) ); in ImplRecalcScrollValues()
|