Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java287 final CR f_high[] = new CR[1]; field in inverseMonotone_UnaryCRFunction
314 f_high[0] = tmp_f_high.negate(); in inverseMonotone_UnaryCRFunction()
319 f_high[0] = tmp_f_high; in inverseMonotone_UnaryCRFunction()
323 deriv_msd[0] = f_high[0].subtract(f_low[0]) in inverseMonotone_UnaryCRFunction()
386 f_h = f_high[0].get_appr(working_eval_prec); in approximate()
414 f_h = f_high[0].get_appr(working_eval_prec); in approximate()
522 f_h = f_high[0].get_appr(working_eval_prec); in approximate()
584 final CR f_high[] = new CR[1]; field in monotoneDerivative_UnaryCRFunction
602 f_high[0] = func.execute(h); in monotoneDerivative_UnaryCRFunction()
609 CR appr_diff2 = f_high[0].subtract(f_mid[0].shiftLeft(1)).add(f_low[0]); in monotoneDerivative_UnaryCRFunction()