Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java616 int max_delta_msd; field in monotoneDerivative_UnaryCRFunction.monotoneDerivativeCR
629 max_delta_msd = (max_delta_left_msd < max_delta_right_msd? in monotoneDerivativeCR()
637 if (log_delta > max_delta_msd) log_delta = max_delta_msd; in approximate()