int_tofp          989 drivers/cpufreq/intel_pstate.c 	turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100)));
int_tofp         1344 drivers/cpufreq/intel_pstate.c 		int_tofp(pstate - cpudata->pstate.min_pstate),
int_tofp         1392 drivers/cpufreq/intel_pstate.c 	cpudata->vid.min = int_tofp((value >> 8) & 0x7f);
int_tofp         1393 drivers/cpufreq/intel_pstate.c 	cpudata->vid.max = int_tofp((value >> 16) & 0x7f);
int_tofp         1396 drivers/cpufreq/intel_pstate.c 		int_tofp(cpudata->pstate.max_pstate -
int_tofp         1851 drivers/cpufreq/intel_pstate.c 			if (cpu->iowait_boost > int_tofp(1))
int_tofp         1852 drivers/cpufreq/intel_pstate.c 				cpu->iowait_boost = int_tofp(1);