Searched refs:prob_mid (Results 1 – 2 of 2) sorted by relevance
269 int prob_mid; in predict_normal_temp() local284 prob_mid = prob_last + cov_q; in predict_normal_temp()285 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_normal_temp()288 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_normal_temp()304 int prob_mid; in predict_cur_temp() local319 prob_mid = prob_last + cov_q; in predict_cur_temp()320 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_cur_temp()324 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_cur_temp()
1032 int prob_mid; in predict_temp() local1066 prob_mid = prob_last + cov_q; in predict_temp()1069 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_temp()1078 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_temp()