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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAlphaMath.h64 * MUL16 multiplies its operands using the standard multiplication operator
69 #define MUL16(a,b) (((a) * (b)) / 65535) macro
281 MUL16(a, b)

Completed in 30 milliseconds