Searched refs:temp_decay_factor (Results 1 – 1 of 1) sorted by relevance
890 static const u16 temp_decay_factor = 2; variable896 ret = (val * 100 / temp_decay_factor) + in update_average_temp()897 (((temp_decay_factor - 1) * avg) / temp_decay_factor); in update_average_temp()