Searched refs:fFlag (Results 1 – 1 of 1) sorted by relevance
1575 double fFlag = ::rtl::math::approxFloor(GetDouble()); in ScTDist() local1578 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() local3208 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 54 milliseconds