Searched refs:prob_now (Results 1 – 2 of 2) sorted by relevance
270 int prob_now; in predict_normal_temp() local288 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_normal_temp()290 prob_last = prob_now; in predict_normal_temp()305 int prob_now; in predict_cur_temp() local324 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_cur_temp()326 prob_last = prob_now; in predict_cur_temp()
1033 int prob_now; in predict_temp() local1078 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_temp()1080 prob_last = prob_now; in predict_temp()