Searched refs:power_term (Results 1 – 3 of 3) sorted by relevance
896 double power_term; in calc_correction_factor() local901 power_term = pt_low + (Q * 0.01); in calc_correction_factor()902 power_term = (power_term > pt_high) ? pt_high : power_term; in calc_correction_factor()908 correction_factor = pow(error_term, power_term); in calc_correction_factor()
147 const double power_term = in calc_correction_factor() local151 if (power_term < 1.0) assert(error_term >= 0.0); in calc_correction_factor()153 return fclamp(pow(error_term, power_term), 0.05, 5.0); in calc_correction_factor()
1493 double power_term; in calc_correction_factor() local1498 power_term = in calc_correction_factor()1503 if (power_term < 1.0) assert(error_term >= 0.0); in calc_correction_factor()1505 return fclamp(pow(error_term, power_term), 0.05, 5.0); in calc_correction_factor()