Searched refs:shift_count_fraction (Results 1 – 2 of 2) sorted by relevance
52 extern int shift_count_fraction;222 shift_count_fraction = getfraction(&s, "#", &err);235 shift_count_fraction = -1;240 if (shift_count_fraction < 0)247 sprintf(buf, ".%06d", shift_count_fraction);261 if (shift_count_fraction < 0) in calc_shift_count()263 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM; in calc_shift_count()
43 public long shift_count_fraction = -1; variable