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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAlphaMath.h53 * MUL8_16 multiplies an 8-bit value by a 16-bit value (the order of operands
58 #define MUL8_16(a,b) (((a) * (b)) / 255) macro

Completed in 29 milliseconds