Searched refs:f_h (Results 1 – 2 of 2) sorted by relevance
376 BigInteger h, f_h; in approximate() local386 f_h = f_high[0].get_appr(working_eval_prec); in approximate()391 if (f_h.compareTo(arg_appr.subtract(big1)) < 0 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()440 trace("f(l) = " + f_l); trace("f(h) = " + f_h); in approximate()445 BigInteger f_difference = f_h.subtract(f_l); in approximate()522 f_h = f_high[0].get_appr(working_eval_prec); in approximate()524 f_h = fn.execute(h_cr) in approximate()546 f_h = f_guess; in approximate()
50 f_h="${BITS_DIR}/${m_type}.h"76 -f "$MPERS_AWK" "${f_d2}" > "${f_h}"