Searched refs:CORDIC_FIXED (Results 1 – 4 of 4) sorted by relevance
58 theta = CORDIC_FIXED(theta); in cordic_calc_iq()60 theta = ((theta + CORDIC_FIXED(180) * signtheta) % CORDIC_FIXED(360)) - in cordic_calc_iq()61 CORDIC_FIXED(180) * signtheta; in cordic_calc_iq()64 theta -= CORDIC_FIXED(180); in cordic_calc_iq()67 theta += CORDIC_FIXED(180); in cordic_calc_iq()
25 #define CORDIC_FIXED(X) ((s32)((X) << CORDIC_PRECISION_SHIFT)) macro
1789 sample = cordic_calc_iq(CORDIC_FIXED(theta)); in lpphy_start_tx_tone()
1561 samples[i] = cordic_calc_iq(CORDIC_FIXED(angle)); in b43_nphy_gen_load_samples()
Completed in 18 milliseconds