Searched refs:MULTIPLIER (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmorecfg.h346 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
347 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
350 #ifndef MULTIPLIER
351 #define MULTIPLIER int /* type for fastest integer multiply */ macro
H A Djdct.h65 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
67 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
/macosx-10.10/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp65 #define MULTIPLIER 1 macro
782 printf("spacewidth %d\n", n*MULTIPLIER);
828 k *= MULTIPLIER;
851 printf("%s\t%d", p->ch, m[0]*MULTIPLIER);
857 printf(",%d", m[k]*MULTIPLIER);
/macosx-10.10/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp39 (MULTIPLIER*SIZESCALE)/(RES*UNITWIDTH) == 1/(2^20 * 72.27)
43 The width in the groff font file is the product of MULTIPLIER and the
50 #define MULTIPLIER 1 macro
387 cur_h += scale(f->get_width(idx, UNITWIDTH)/MULTIPLIER,

Completed in 104 milliseconds