Home
last modified time | relevance | path

Searched refs: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
1248 int calc_precision = p - bound_log2(2*iterations_needed) in approximate()
1284 int iterations_needed = -p/2 + 4; // conservative estimate > 0. in approximate() local
1290 int calc_precision = p - bound_log2(2*iterations_needed) in approximate()
1329 int iterations_needed = -p/2 + 2; // conservative estimate > 0. in approximate() local
1335 int calc_precision = p - bound_log2(2*iterations_needed) in approximate()
1380 int iterations_needed = -p; // conservative estimate > 0. in approximate() local
1385 int calc_precision = p - bound_log2(2*iterations_needed) in approximate()
1428 int iterations_needed = -3 * p / 2 + 4; in approximate() local
1438 int calc_precision = p - bound_log2(2*iterations_needed) in approximate()