Lines Matching refs:model_coeff_b
157 float model_coeff_a, model_coeff_b, model_coeff_c, model_coeff_den;
208 model_coeff_b = (var_x_y * var_x2_x - var_x2_y * var_x_x);
209 model_coeff_b /= model_coeff_den;
214 model_coeff_c = sum_y - (model_coeff_a * sum_x) - (model_coeff_b * sum_x2);
217 pmc_model_coeff[0] = model_coeff_b;
231 /*model_coeff_b = 0;*/
232 model_coeff_b = model_coeff_a;
234 pmc_model_coeff_lin[0] = model_coeff_b;
261 model_coeff_b = 0;
264 pmc_model_coeff_lin_wo_int[0] = model_coeff_b;
631 ((model_coeff_a * model_coeff_a) / (4 * model_coeff_b));*/
636 /*if ((model_coeff_a * model_coeff_b) > 0)