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

/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1407 int b2_tmp[NUM_BIN + 1]; local
1619 b2_tmp[bin] = sum_y_quad - sum_y_sqr * y_sqr[bin];
1621 b2_abs[bin] = paprd_abs(b2_tmp[bin]);
1625 * "bin=%d, b1_tmp[bin] = %d, b2_tmp[bin] = %d\n",
1626 * bin, b1_tmp[bin], b2_tmp[bin]);
1640 b2_tmp[bin] = b2_tmp[bin] / (1 << q_b2);
1644 * "bin=%d, b1_tmp[bin]=%d b2_tmp[bin]=%d x_tilde[bin] = %d\n",
1645 * bin, b1_tmp[bin], b2_tmp[bin], x_tilde[bin]);
1648 alpha_raw = alpha_raw + b2_tmp[bi
[all...]

Completed in 47 milliseconds