Searched refs:temp_mid (Results 1 – 3 of 3) sorted by relevance
267 int temp_mid; in predict_normal_temp() local283 temp_mid = temp_last; in predict_normal_temp()287 temp_now = temp_mid + (gain * (milli_deg - temp_mid) >> BASE_SHIFT); in predict_normal_temp()302 int temp_mid; in predict_cur_temp() local318 temp_mid = cur_last; in predict_cur_temp()323 temp_mid + (gain * (milli_cur_temp - temp_mid) >> BASE_SHIFT); in predict_cur_temp()
1030 int temp_mid; in predict_temp() local1063 temp_mid = temp_last; in predict_temp()1072 temp_now = (temp_mid * BASE + gain * (temp - temp_mid)) >> BASE_SHIFT; in predict_temp()
1699 int temp_mid = (max_len - 16) / 2; local1702 (max_len - (6 + temp_mid));1712 int temp_mid = (max_len - 13) / 2; local1715 (max_len - (3 + temp_mid));