Searched refs:is_increasing (Results 1 – 1 of 1) sorted by relevance
349 bool is_increasing = (time_to_cur_slew_.a_to_b_numer > 0); in setTargetCorrection_l() local350 if (( needs_increase && !is_increasing) || in setTargetCorrection_l()351 (!needs_increase && is_increasing)) { in setTargetCorrection_l()