Home
last modified time | relevance | path

Searched refs:nFreq (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3555 long nFreq; in ImplDrawWaveLine() local
3597 nFreq = nCount / (nDiffX+nDiffY); in ImplDrawWaveLine()
3598 while ( nFreq-- ) in ImplDrawWaveLine()
3617 nFreq = nCount % (nDiffX+nDiffY); in ImplDrawWaveLine()
3618 if ( nFreq ) in ImplDrawWaveLine()
3620 for( i = nDiffY; i && nFreq; --i, --nFreq ) in ImplDrawWaveLine()
3629 for( i = nDiffX; i && nFreq; --i, --nFreq ) in ImplDrawWaveLine()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx971 fYield /= nFreq; in GetDuration()
974 double nDiff = fYearfrac * nFreq - fNumOfCoups; in GetDuration()
990 fDur /= double( nFreq ); in GetDuration()
1140 double fFreq = nFreq; in getPrice_()
1221 double fFreq = double( nFreq ); in GetOddlprice()
1237 double fFreq = double( nFreq ); in GetOddlyield()
1318 rDate.addMonths( -12 / nFreq ); in lcl_GetCouppcd()
1343 rDate.addMonths( 12 / nFreq ); in lcl_GetCoupncd()
1388 …eturn GetCoupdays( nNullDate, nSettle, nMat, nFreq, nBase ) - GetCoupdaybs( nNullDate, nSettle, nM… in GetCoupdaysnc()
1405 aNextDate.addMonths( 12 / nFreq ); in GetCoupdays()
[all …]
H A Danalysis.hxx205 … nFirstInter, sal_Int32 nSettle, double fRate, const ANY& rVal, sal_Int32 nFreq, const ANY& rOptBa…
209 …sal_Int32 nSettle, sal_Int32 nMat, double fCoup, double fYield, sal_Int32 nFreq, const ANY& rOptBa…
213 …e, sal_Int32 nMat, double fRate, double fYield, double fRedemp, sal_Int32 nFreq, const ANY& rOptBa…
216 …sal_Int32 nSettle, sal_Int32 nMat, double fCoup, double fYield, sal_Int32 nFreq, const ANY& rOptBa…
220 …e, sal_Int32 nMat, double fCoup, double fPrice, double fRedemp, sal_Int32 nFreq, const ANY& rOptBa…
233 …tCoupncd( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOptBa…
234 …Coupdays( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOptBa…
235 …updaysnc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOptBa…
236 …oupdaybs( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOptBa…
237 …tCouppcd( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOptBa…
[all …]
H A Danalysisdefs.hxx46 #define CHK_Freq ( nFreq != 1 && nFreq != 2 && nFreq != 4 )
H A Danalysishelper.hxx109 double fYield, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
114 sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
116 double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
118 double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
121 sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
123 … double fRate, double fYield, double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
130 double GetCouppcd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq,
132 …e GetCoupncd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq,
136 double GetCoupdaysnc( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq,
140 sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
[all …]
H A Dfinancial.cxx56 const ANY &rVal, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getAccrint() argument
103 sal_Int32 nSettle, sal_Int32 nMat, double fCoup, double fYield, sal_Int32 nFreq, const ANY& rOB ) in getDuration() argument
203 sal_Int32 nSettle, sal_Int32 nMat, double fRate, double fYield, double fRedemp, sal_Int32 nFreq, in getPrice() argument
256 fRet /= 1.0 + ( fYield / double( nFreq ) ); in getMduration()
412 double fRate, double fYield, double fRedemp, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getOddfprice() argument
624 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getCoupncd() argument
632 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getCoupdays() argument
640 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getCoupdaysnc() argument
648 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getCoupdaybs() argument
656 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getCouppcd() argument
[all …]

Completed in 82 milliseconds