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

/gdk/samples/bitmap-plasma-llvm/jni/
H A Dplasma.cpp65 #define FIXED_MUL(x,y) (((int64_t)(x) * (y)) >> FIXED_BITS) macro

Completed in 30 milliseconds