Searched defs:gglMulx (Results 1 - 1 of 1) sorted by last modified time

/system/core/include/private/pixelflinger/
H A Dggl_fixed.h110 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) CONST;
111 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) { function
196 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) CONST;
197 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { function
462 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) CONST;
463 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { function
483 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b) CONST;
484 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b) { function
485 return gglMulx(a, b, 16);

Completed in 41 milliseconds