Searched refs:NUM_FRAC_DENOM (Results 1 – 4 of 4) sorted by relevance
536 POSITION pctden = (percent * NUM_FRAC_DENOM) + fraction; in percent_pos()538 return (POSITION) muldiv(pos, pctden, 100 * NUM_FRAC_DENOM); in percent_pos()
240 jump_sline = (int) muldiv(sc_height, jump_sline_fraction, NUM_FRAC_DENOM); in calc_jump_sline()275 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()896 match_shift = (int) muldiv(sc_width, match_shift_fraction, NUM_FRAC_DENOM); in calc_match_shift()
355 #define NUM_FRAC_DENOM 1000000 macro
88 public long match_shift_fraction = NUM_FRAC_DENOM/2; /* 1/2 of screen width */