Searched refs:temp_squared (Results 1 – 4 of 4) sorted by relevance
190 int temp_squared, temp_cubed, temp_scaling_factor; in arm_model_static_power() local211 temp_squared = temp * temp; in arm_model_static_power()212 temp_cubed = temp_squared * temp; in arm_model_static_power()215 - (80 * temp_squared) in arm_model_static_power()
243 int temp_squared, temp_cubed, temp_scaling_factor; in rk_model_static_power() local263 temp_squared = temp * temp; in rk_model_static_power()264 temp_cubed = temp_squared * temp; in rk_model_static_power()267 + (ts[2] * temp_squared) in rk_model_static_power()
433 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local453 temp_squared = temp * temp; in model_static_power()454 temp_cubed = temp_squared * temp; in model_static_power()456 + (dec->ts[2] * temp_squared) + (dec->ts[1] * temp) + dec->ts[0]; in model_static_power()
3264 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local3288 temp_squared = temp * temp; in model_static_power()3289 temp_cubed = temp_squared * temp; in model_static_power()3291 + (dmcfreq->ts[2] * temp_squared) in model_static_power()