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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAlphaMath.h55 * DIV16_8 divides the first (16-bit) operand by the second (8-bit) value
59 #define DIV16_8(a,b) (((a) * 255) / (b)) macro

Completed in 29 milliseconds