Searched refs:fFlag (Results 1 – 1 of 1) sorted by relevance
1573 double fFlag = ::rtl::math::approxFloor(GetDouble()); in ScTDist() local1576 if (fDF < 1.0 || T < 0.0 || (fFlag != 1.0 && fFlag != 2.0) ) in ScTDist()1582 if (fFlag == 1.0) in ScTDist()3205 double fFlag = ::rtl::math::approxFloor(GetDouble()); in ScQuartile() local3206 if (fFlag < 0.0 || fFlag > 4.0) in ScQuartile()3213 PushDouble( fFlag == 2.0 ? GetMedian( aArray) : GetPercentile( aArray, 0.25 * fFlag)); in ScQuartile()