Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/tool/
H A Dinterpr3.cxx3155 double ScInterpreter::GetPercentile( vector<double> & rArray, double fPercentile ) in GetPercentile() argument
3168 size_t nIndex = (size_t)::rtl::math::approxFloor( fPercentile * (nSize-1)); in GetPercentile()
3169 double fDiff = fPercentile * (nSize-1) - ::rtl::math::approxFloor( fPercentile * (nSize-1)); in GetPercentile()
/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx774 double GetPercentile( ::std::vector<double> & rArray, double fPercentile );

Completed in 28 milliseconds