Home
last modified time | relevance | path

Searched refs:fIntEnd (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx982 double fIntEnd = ::rtl::math::approxCeil(fPeriode); in ScInterVDB() local
983 sal_uLong nLoopEnd = (sal_uLong) fIntEnd; in ScInterVDB()
1016 fTerm *= ( fPeriode + 1.0 - fIntEnd ); in ScInterVDB()
1057 double fIntEnd = ::rtl::math::approxCeil(fEnde); in ScVDB() local
1059 sal_uLong nLoopEnd = (sal_uLong) fIntEnd; in ScVDB()
1072 fTerm *= ( fEnde + 1.0 - fIntEnd ); in ScVDB()

Completed in 55 milliseconds