Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dos.c421 return (int) muldiv(num, 100, den);
438 return (POSITION) muldiv(pos, pctden, 100 * NUM_FRAC_DENOM);
398 public uintmax muldiv(uintmax val, uintmax num, uintmax den) muldiv() function
H A Doptfunc.c243 jump_sline = (int) muldiv(sc_height, jump_sline_fraction, NUM_FRAC_DENOM); in opt_shift()
271 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM);
868 match_shift = (int) muldiv(sc_width, match_shift_fraction, NUM_FRAC_DENOM);
H A Dfuncs.h
/freebsd/cddl/usr.sbin/dtrace/tests/common/arithmetic/
H A DMakefile15 err.D_SYNTAX.muldiv.d \