Searched refs:NUM_FRAC_DENOM (Results 1 – 3 of 3) sorted by relevance
289 POSITION perden = (percent * (NUM_FRAC_DENOM / 100)) + (fraction / 100);293 return (POSITION) muldiv(pos, perden, (POSITION) NUM_FRAC_DENOM);
199 jump_sline = sc_height * jump_sline_fraction / NUM_FRAC_DENOM; in calc_jump_sline()263 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM; in calc_shift_count()
338 #define NUM_FRAC_DENOM 1000000 macro