Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dos.c536 POSITION pctden = (percent * NUM_FRAC_DENOM) + fraction; in percent_pos()
538 return (POSITION) muldiv(pos, pctden, 100 * NUM_FRAC_DENOM); in percent_pos()
H A Doptfunc.c240 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()
H A Dless.h355 #define NUM_FRAC_DENOM 1000000 macro
H A Dopttbl.c88 public long match_shift_fraction = NUM_FRAC_DENOM/2; /* 1/2 of screen width */