Searched refs:unsigned_to_signed (Results 1 – 2 of 2) sorted by relevance
2422 p_sfft->fft_peak_sidx = unsigned_to_signed(peak_sidx, 11); in target_if_process_sfft_report_gen3()2427 p_sfft->fft_peak_mag = unsigned_to_signed(peak_mag, 10); in target_if_process_sfft_report_gen3()3371 p_sfft->fft_peak_sidx = unsigned_to_signed(peak_sidx, in target_if_process_sfft_report_gen3()3380 p_sfft->fft_peak_mag = unsigned_to_signed(peak_mag, in target_if_process_sfft_report_gen3()
316 #define unsigned_to_signed(value, width) \ macro