Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java376 BigInteger h, f_h; in approximate() local
386 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()
/external/strace/
Dmpers.sh48 f_h="${BITS_DIR}/${m_type}.h"
74 -f "$MPERS_AWK" "${f_d2}" > "${f_h}"