Searched refs:prob_mid (Results 1 – 1 of 1) sorted by relevance
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()