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.java1200 int iterations_needed = -p/2 + 2; // conservative estimate > 0. in approximate() local
1242 int iterations_needed = -p/2 + 4; // conservative estimate > 0. in approximate() local
1287 int iterations_needed = -p/2 + 2; // conservative estimate > 0. in approximate() local
1338 int iterations_needed = -p; // conservative estimate > 0. in approximate() local
1387 int iterations_needed = -3 * p / 2 + 4; in approximate() local