Lines Matching refs:RDIV
52 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) macro
851 prob_pass_thru = RDIV (REG_BR_PROB_BASE * freq_le, freq_in); in duplicate_loop_to_header_edge()
853 RDIV (REG_BR_PROB_BASE * (freq_le + freq_out_orig), freq_in); in duplicate_loop_to_header_edge()
876 scale_act = RDIV (wanted_freq * REG_BR_PROB_BASE, freq_in); in duplicate_loop_to_header_edge()
880 wanted_freq = RDIV (wanted_freq * scale_step[i], REG_BR_PROB_BASE); in duplicate_loop_to_header_edge()
881 scale_main = RDIV (wanted_freq * REG_BR_PROB_BASE, freq_in); in duplicate_loop_to_header_edge()
893 p = RDIV (p * scale_step[i], REG_BR_PROB_BASE); in duplicate_loop_to_header_edge()
895 scale_main = RDIV (REG_BR_PROB_BASE * REG_BR_PROB_BASE, scale_main); in duplicate_loop_to_header_edge()
896 scale_act = RDIV (scale_main * prob_pass_main, REG_BR_PROB_BASE); in duplicate_loop_to_header_edge()
902 scale_main = RDIV (scale_main * scale_step[i], REG_BR_PROB_BASE); in duplicate_loop_to_header_edge()
1017 scale_act = RDIV (scale_act * scale_step[j], REG_BR_PROB_BASE); in duplicate_loop_to_header_edge()