Home
last modified time | relevance | path

Searched defs:fPercentile (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolorscale.cxx542 double GetPercentile( const std::vector<double>& rArray, double fPercentile ) in GetPercentile()
577 double fPercentile = (*itr)->GetValue()/100.0; in CalcValue() local
800 double fPercentile = mpFormatData->mpLowerLimit->GetValue()/100.0; in getMin() local
824 double fPercentile = mpFormatData->mpUpperLimit->GetValue()/100.0; in getMax() local
1186 double fPercentile = (*itr)->GetValue()/100.0; in CalcValue() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcolorscale.cxx541 double GetPercentile( const std::vector<double>& rArray, double fPercentile ) in GetPercentile()
576 double fPercentile = (*itr)->GetValue()/100.0; in CalcValue() local
799 double fPercentile = mpFormatData->mpLowerLimit->GetValue()/100.0; in getMin() local
823 double fPercentile = mpFormatData->mpUpperLimit->GetValue()/100.0; in getMax() local
1185 double fPercentile = (*itr)->GetValue()/100.0; in CalcValue() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpr3.cxx3401 double ScInterpreter::GetPercentile( vector<double> & rArray, double fPercentile ) in GetPercentile()
3425 double ScInterpreter::GetPercentileExclusive( vector<double> & rArray, double fPercentile ) in GetPercentileExclusive()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinterpr3.cxx3409 double ScInterpreter::GetPercentile( vector<double> & rArray, double fPercentile ) in GetPercentile()
3433 double ScInterpreter::GetPercentileExclusive( vector<double> & rArray, double fPercentile ) in GetPercentileExclusive()