Home
last modified time | relevance | path

Searched refs:NUM_FRAC_DENOM (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/less/
HDos.c289 POSITION perden = (percent * (NUM_FRAC_DENOM / 100)) + (fraction / 100);
293 return (POSITION) muldiv(pos, perden, (POSITION) NUM_FRAC_DENOM);
HDoptfunc.c199 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()
HDless.h338 #define NUM_FRAC_DENOM 1000000 macro