Home
last modified time | relevance | path

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

/linux/lib/math/
H A Dcordic.c63 if (CORDIC_FLOAT(theta) > 90) { in cordic_calc_iq()
66 } else if (CORDIC_FLOAT(theta) < -90) { in cordic_calc_iq()
/linux/include/linux/
H A Dcordic.h26 #define CORDIC_FLOAT(X) (((X) >= 0) \ macro
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1791 buf[i] = CORDIC_FLOAT((sample.i * max) & 0xFF) << 8; in lpphy_start_tx_tone()
1792 buf[i] |= CORDIC_FLOAT((sample.q * max) & 0xFF); in lpphy_start_tx_tone()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23066 tone_buf[t].q = (s32)CORDIC_FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()
23067 tone_buf[t].i = (s32)CORDIC_FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()