Lines Matching refs:I
430 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local
551 I = (max_index > 15) ? 7 : max_index >> 1; in create_pa_curve()
552 L = max_index - I; in create_pa_curve()
564 if (y_est[i + I] == 0) in create_pa_curve()
568 x_est[i + I] - ((1 << scale_factor) * y_est[i + I] + in create_pa_curve()
572 (x_est_fxp1_nonlin * (1 << M) + y_est[i + I]) / y_est[i + in create_pa_curve()
573 I]; in create_pa_curve()
575 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
577 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
579 (y_est[i + I] * y_est[i + I] + in create_pa_curve()
675 ((theta[i + I] << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
677 ((theta_tilde << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
679 ((theta_tilde << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()