Home
last modified time | relevance | path

Searched refs:pow (Results 1 – 25 of 54) sorted by relevance

123

/aoo42x/main/sc/source/core/tool/
H A Dinterpr2.cxx735 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 Dinterpr3.cxx924 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 Dinterpr6.cxx164 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 Dinterpr5.cxx95 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 Dtp_3D_SceneGeometry.cxx103 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 Dres_ErrorBar.cxx244 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 Dvigra1.6.0.patch473 - 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 Dfinancial.cxx121 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 Danalysishelper.cxx642 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 Dbcolormodifier.cxx222 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 Dclass4.cxx420 …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 DScaling.cxx135 fResult = pow( m_fBase, value ); in doScaling()
235 fResult = pow( value, m_fExponent ); in doScaling()
H A DPotentialRegressionCurveCalculator.cxx112 fResult = m_fIntercept * pow( x, m_fSlope ); in getCurveValue()
/aoo42x/main/svtools/source/filter/
H A Dsgvspln.cxx84 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 Dmath.cxx62 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 DDBaseNumericFunctions.java184 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 Dcreate_sRGB_profile.cpp162 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 Dtool.cxx174 fValue /= pow((double)10, temp); in Snum32ToDouble()
176 fValue *= pow((double)10, temp); in Snum32ToDouble()
/aoo42x/main/basic/source/sbx/
H A Dsbxform.cxx403 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 Dvalueequal.hxx83 long double nPrec = pow(0.1, -nPrecOfN); in is_equal()
/aoo42x/main/drawinglayer/source/attribute/
H A Dsdrlightingattribute3d.cxx204 fCosFac2 = pow(fCosFac2, (double)nSpecularIntensity); in solveColorModel()
/aoo42x/main/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx153 return pow((double)lhs,(double)rhs); in operate()
/aoo42x/test/testgui/source/testlib/gui/
H A DSCTool.java97 ret += Math.pow(26, i) * (c - 'A' + 1); in toIntColumnNo()
/aoo42x/main/libtextcat/data/new_fingerprints/lm/
H A Dpolish.lm324 pow 151
/aoo42x/main/vcl/source/window/
H A Dscrwnd.cxx207 nCurTime = (sal_uLong) ( MAX_TIME / pow( 10., fExp ) ); in ImplRecalcScrollValues()

Completed in 313 milliseconds

123