Searched refs:x_tilde (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c428 int x_est_fxp1_nonlin, x_tilde[NUM_BIN + 1]; create_pa_curve() local
446 memset(x_tilde, 0, sizeof(x_tilde)); create_pa_curve()
571 x_tilde[i] = create_pa_curve()
574 x_tilde[i] = create_pa_curve()
575 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; create_pa_curve()
576 x_tilde[i] = create_pa_curve()
577 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; create_pa_curve()
582 tmp_abs = abs(x_tilde[i]); create_pa_curve()
617 x_tilde[i] = x_tilde[i] / (1 << Q_x); create_pa_curve()
620 beta_raw = beta_raw + B1_tmp[i] * x_tilde[i]; create_pa_curve()
621 alpha_raw = alpha_raw + B2_tmp[i] * x_tilde[i]; create_pa_curve()

Completed in 34 milliseconds