OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_h
(Results
1 - 2
of
2
) sorted by null
/external/strace/
mpers.sh
47
f_h
="${BITS_DIR}/${m_type}.h"
73
-f "$MPERS_AWK" "${f_d2}" > "${
f_h
}"
/external/crcalc/src/com/hp/creals/
UnaryCRFunction.java
359
// F_l and
f_h
are always the approximate images of l and h.
360
// At any point, arg is between f_l and
f_h
, or no more than
361
// one outside [f_l,
f_h
].
369
// At the endpoints of the interval, f_l and
f_h
may correspond
376
BigInteger h,
f_h
;
local
386
f_h
= f_high[0].get_appr(working_eval_prec);
391
if (
f_h
.compareTo(arg_appr.subtract(big1)) < 0
414
f_h
= f_high[0].get_appr(working_eval_prec);
418
f_h
= fn.execute(h_cr).get_appr(working_eval_prec);
440
trace("f(l) = " + f_l); trace("f(h) = " +
f_h
);
[
all
...]
Completed in 221 milliseconds