Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5494 const int32_t result_shift = 1 << 15; in ar9300_solve_iq_cal() local
5496 … f2 = (((int64_t)f1 * (int64_t)f1) / result_shift) + (((int64_t)f3 * (int64_t)f3) / result_shift); in ar9300_solve_iq_cal()
5514 mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) / result_shift; in ar9300_solve_iq_cal()
5517 phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) / result_shift; in ar9300_solve_iq_cal()