Searched refs:shift_count_fraction (Results 1 – 2 of 2) sorted by relevance
51 extern long shift_count_fraction;261 toggle_fraction(&shift_count, &shift_count_fraction, in opt_shift()265 query_fraction(shift_count, shift_count_fraction, in opt_shift()273 if (shift_count_fraction < 0) in calc_shift_count()275 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
46 public long shift_count_fraction = -1; variable