Searched refs:pmc_model_coeff (Results 1 – 3 of 3) sorted by relevance
135 model_coeff *pmc_model_coeff, in find_model_coeffs() argument217 pmc_model_coeff[0] = model_coeff_b; in find_model_coeffs()218 pmc_model_coeff[1] = model_coeff_a; in find_model_coeffs()219 pmc_model_coeff[2] = model_coeff_c; in find_model_coeffs()279 model_coeff *pmc_model_coeff, in refine_set_of_points() argument297 fl_estimated_bits = (pmc_model_coeff[0] * x_val * x_val) + (pmc_model_coeff[1] * x_val) + in refine_set_of_points()298 (pmc_model_coeff[2]); in refine_set_of_points()320 fl_estimated_bits = (pmc_model_coeff[0] * x_val * x_val) + (pmc_model_coeff[1] * x_val) + in refine_set_of_points()321 (pmc_model_coeff[2]); in refine_set_of_points()350 model_coeff *pmc_model_coeff, in calc_avg_sqr_dev_for_model() argument[all …]
173 number_t *pmc_model_coeff, in find_model_coeffs() argument389 pmc_model_coeff[0] = model_coeff_b; in find_model_coeffs()391 pmc_model_coeff[1] = model_coeff_a; in find_model_coeffs()393 pmc_model_coeff[2] = model_coeff_c; in find_model_coeffs()
109 model_coeff *pmc_model_coeff, in find_model_coeffs() argument131 UNUSED(pmc_model_coeff); in find_model_coeffs()