Home
last modified time | relevance | path

Searched defs:iterations_needed (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java1248 int iterations_needed = -p/2 + 2; // conservative estimate > 0. in approximate() local
1290 int iterations_needed = -p/2 + 4; // conservative estimate > 0. in approximate() local
1335 int iterations_needed = -p/2 + 2; // conservative estimate > 0. in approximate() local
1386 int iterations_needed = -p; // conservative estimate > 0. in approximate() local
1434 int iterations_needed = -3 * p / 2 + 4; in approximate() local