Home
last modified time | relevance | path

Searched refs:small_step_deficit (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java345 int small_step_deficit = 0; // Number of ineffective steps not in approximate() local
397 small_step_deficit = 2; // Start with bin search steps. in approximate()
451 (small_step_deficit > 0 || f_difference.signum() == 0); in approximate()
457 --small_step_deficit; in approximate()
557 ++small_step_deficit; in approximate()
559 --small_step_deficit; in approximate()