Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java350 int working_arg_prec = p - extra_arg_prec; in approximate() local
351 if (working_arg_prec > max_arg_prec[0]) { in approximate()
352 working_arg_prec = max_arg_prec[0]; in approximate()
354 int working_eval_prec = working_arg_prec + deriv_msd[0] - 20; in approximate()
377 BigInteger low_appr = low[0].get_appr(working_arg_prec) in approximate()
379 BigInteger high_appr = high[0].get_appr(working_arg_prec) in approximate()
409 .shiftLeft(rough_prec - working_arg_prec); in approximate()
411 .shiftLeft(rough_prec - working_arg_prec); in approximate()
417 CR h_cr = CR.valueOf(h).shiftLeft(working_arg_prec); in approximate()
426 CR l_cr = CR.valueOf(l).shiftLeft(working_arg_prec); in approximate()
[all …]