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.java1242 int iterations_needed = -p/2 + 2; // conservative estimate > 0. in approximate() local
1284 int iterations_needed = -p/2 + 4; // conservative estimate > 0. in approximate() local
1329 int iterations_needed = -p/2 + 2; // conservative estimate > 0. in approximate() local
1380 int iterations_needed = -p; // conservative estimate > 0. in approximate() local
1428 int iterations_needed = -3 * p / 2 + 4; in approximate() local