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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAlphaMath.h38 * DIV8 divides the first operand by the second, clipping to 0xff
39 * (Note that since the divisor for DIV8 is likely to be
46 #define DIV8(a,b) div8table[b][a] macro

Completed in 52 milliseconds