Searched refs:fMaxIteration (Results 1 – 1 of 1) sorted by relevance
85 const double fMaxIteration = 9000000.0; //experimental, for to return in < 3 seconds in BesselJ() local88 if (fEstimateIteration > fMaxIteration) in BesselJ()163 while (!bHasfound && k <= fMaxIteration); in BesselJ()345 const double fMaxIteration = 9000000.0; // should not be reached in Bessely0() local386 while (!bHasFound && k<fMaxIteration); in Bessely0()399 const double fMaxIteration = 9000000.0; // should not be reached in Bessely1() local444 while (!bHasFound && k<fMaxIteration); in Bessely1()
Completed in 11 milliseconds