Searched refs:fF1 (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr3.cxx | 667 double ScInterpreter::GetFDist(double x, double fF1, double fF2) in GetFDist() argument 670 double arg = fF2/(fF2+fF1*x); in GetFDist() 672 double beta = fF1/2.0; in GetFDist() 1596 double fF1 = ::rtl::math::approxFloor(GetDouble()); in ScFDist() local 1598 if (fF < 0.0 || fF1 < 1.0 || fF2 < 1.0 || fF1 >= 1.0E10 || fF2 >= 1.0E10) in ScFDist() 1603 PushDouble(GetFDist(fF, fF1, fF2)); in ScFDist() 2147 double fp, fF1, fF2; member in ScFDistFunction 2151 rInt(rI), fp(fpVal), fF1(fF1Val), fF2(fF2Val) {} in ScFDistFunction() 2153 double GetValue( double x ) const { return fp - rInt.GetFDist(x, fF1, fF2); } in GetValue() 2162 double fF1 = ::rtl::math::approxFloor(GetDouble()); in ScFInv() local [all …]
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 723 double GetFDist(double x, double fF1, double fF2);
|