Lines Matching refs:get_appr
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()
381 BigInteger arg_appr = arg.get_appr(working_eval_prec); in approximate()
386 f_h = f_high[0].get_appr(working_eval_prec); in approximate()
388 f_l = f_low[0].get_appr(working_eval_prec); in approximate()
405 BigInteger rough_appr = get_appr(rough_prec); in approximate()
414 f_h = f_high[0].get_appr(working_eval_prec); in approximate()
418 f_h = fn.execute(h_cr).get_appr(working_eval_prec); in approximate()
423 f_l = f_low[0].get_appr(working_eval_prec); in approximate()
427 f_l = fn.execute(l_cr).get_appr(working_eval_prec); in approximate()
496 f_guess = f_guess_cr.get_appr(working_eval_prec); in approximate()
516 f_l = f_low[0].get_appr(working_eval_prec); in approximate()
519 .get_appr(working_eval_prec); in approximate()
522 f_h = f_high[0].get_appr(working_eval_prec); in approximate()
525 .get_appr(working_eval_prec); in approximate()
527 arg_appr = arg.get_appr(working_eval_prec); in approximate()
648 BigInteger appr_left_deriv = left_deriv.get_appr(eval_prec); in approximate()
649 BigInteger appr_right_deriv = right_deriv.get_appr(eval_prec); in approximate()