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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAlphaMath.h66 * DIV16 divides the first operand by the second and normalizes the result
70 #define DIV16(a,b) (((a) * 65535) / (b)) macro

Completed in 30 milliseconds