Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx1575 double fFlag = ::rtl::math::approxFloor(GetDouble()); in ScTDist() local
1578 if (fDF < 1.0 || T < 0.0 || (fFlag != 1.0 && fFlag != 2.0) ) in ScTDist()
1584 if (fFlag == 1.0) in ScTDist()
3207 double fFlag = ::rtl::math::approxFloor(GetDouble()); in ScQuartile() local
3208 if (fFlag < 0.0 || fFlag > 4.0) in ScQuartile()
3215 PushDouble( fFlag == 2.0 ? GetMedian( aArray) : GetPercentile( aArray, 0.25 * fFlag)); in ScQuartile()

Completed in 34 milliseconds