HomeSort by relevance Sort by last modified time
    Searched refs:f_h (Results 1 - 2 of 2) sorted by null

  /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...]
  /external/libvncserver/x11vnc/
xrecord.c 862 int f_x, f_y, f_w, f_h; local
941 f_h = req->mask & CWHeight;
944 if (f_w && f_h) {
952 if ( (f_w && !f_h) || (!f_w && f_h) ) {
1018 if (! f_h) {
    [all...]

Completed in 468 milliseconds