Searched refs:temp_now (Results 1 – 1 of 1) sorted by relevance
1031 int temp_now; in predict_temp() local1072 temp_now = (temp_mid * BASE + gain * (temp - temp_mid)) >> BASE_SHIFT; in predict_temp()1081 temp_last = temp_now; in predict_temp()