Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java293 final int deriv_msd[] = new int[1]; field in inverseMonotone_UnaryCRFunction
323 deriv_msd[0] = f_high[0].subtract(f_low[0]) in inverseMonotone_UnaryCRFunction()
354 int working_eval_prec = working_arg_prec + deriv_msd[0] - 20; in approximate()