Searched refs:x_tilde (Results 1 – 1 of 1) sorted by relevance
428 int x_est_fxp1_nonlin, x_tilde[NUM_BIN + 1]; in create_pa_curve() local446 memset(x_tilde, 0, sizeof(x_tilde)); in create_pa_curve()571 x_tilde[i] = in create_pa_curve()574 x_tilde[i] = in create_pa_curve()575 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()576 x_tilde[i] = in create_pa_curve()577 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()582 tmp_abs = abs(x_tilde[i]); in create_pa_curve()617 x_tilde[i] = x_tilde[i] / (1 << Q_x); in create_pa_curve()620 beta_raw = beta_raw + B1_tmp[i] * x_tilde[i]; in create_pa_curve()[all …]