Searched refs:fIntEnd (Results 1 – 1 of 1) sorted by relevance
982 double fIntEnd = ::rtl::math::approxCeil(fPeriode); in ScInterVDB() local983 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() local1059 sal_uLong nLoopEnd = (sal_uLong) fIntEnd; in ScVDB()1072 fTerm *= ( fEnde + 1.0 - fIntEnd ); in ScVDB()
Completed in 19 milliseconds