Home
last modified time | relevance | path

Searched refs:theta (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1400 int theta[NUM_BIN + 1]; in create_pa_curve() local
1476 theta[bin + 1] = in create_pa_curve()
1479 theta[bin + 1] = theta[bin + 1] / (int) accum_cnt[bin]; in create_pa_curve()
1486 theta[bin + 1] = in create_pa_curve()
1505 theta_low_bin += theta[bin]; in create_pa_curve()
1509 theta[bin] = theta_low_bin; in create_pa_curve()
1513 theta[0] = theta_low_bin; in create_pa_curve()
1516 theta[bin] = theta[bin] - theta_low_bin; in create_pa_curve()
1718 ((theta[bin + half_lo] << m) + y_est[bin + half_lo]) / in create_pa_curve()