Lines Matching +full:150 +full:m
430 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local
545 M = 10; in create_pa_curve()
547 M = 9; in create_pa_curve()
549 M = 8; in create_pa_curve()
572 (x_est_fxp1_nonlin * (1 << M) + y_est[i + I]) / y_est[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()
638 order_1 = 3 * M - Q_x - Q_B1 - Q_beta + 10 + Q_scale_B; in create_pa_curve()
639 order_2 = 3 * M - Q_x - Q_B2 - Q_alpha + 10 + Q_scale_B; 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()
691 order_1 = 3 * M - Q_x - Q_B1 - Q_beta + 10 + Q_scale_B + 5; in create_pa_curve()
692 order_2 = 3 * M - Q_x - Q_B2 - Q_alpha + 10 + Q_scale_B + 5; in create_pa_curve()
733 if (PA_angle < -150) in create_pa_curve()
734 PA_angle = -150; in create_pa_curve()
735 else if (PA_angle > 150) in create_pa_curve()
736 PA_angle = 150; in create_pa_curve()
849 capdiv_offset = (int)((1000 - pa_in[23] + 75) / 150); in ar9003_paprd_retrain_pa_in()