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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h353 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
354 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
357 #ifndef MULTIPLIER
358 #define MULTIPLIER int /* type for fastest integer multiply */ macro

Completed in 27 milliseconds