Searched refs:temp_cubed (Results 1 – 4 of 4) sorted by relevance
190 int temp_squared, temp_cubed, temp_scaling_factor; in arm_model_static_power() local212 temp_cubed = temp_squared * temp; in arm_model_static_power()214 (2 * temp_cubed) in arm_model_static_power()
243 int temp_squared, temp_cubed, temp_scaling_factor; in rk_model_static_power() local264 temp_cubed = temp_squared * temp; in rk_model_static_power()266 (ts[3] * temp_cubed) in rk_model_static_power()
433 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local454 temp_cubed = temp_squared * temp; in model_static_power()455 temp_scaling_factor = (dec->ts[3] * temp_cubed) in model_static_power()
3264 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local3289 temp_cubed = temp_squared * temp; in model_static_power()3290 temp_scaling_factor = (dmcfreq->ts[3] * temp_cubed) in model_static_power()