Searched refs:FLOAT (Results 1 – 3 of 3) sorted by relevance
227 #define FLOAT(X) \ macro
3366 i_samp = (u16) (FLOAT(tone_samp.i * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()3367 q_samp = (u16) (FLOAT(tone_samp.q * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()
23186 tone_buf[t].q = (s32) FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()23187 tone_buf[t].i = (s32) FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()