Home
last modified time | relevance | path

Searched refs:gglMulSubx (Results 1 – 1 of 1) sorted by relevance

/system/core/include/private/pixelflinger/
Dggl_fixed.h154 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
155 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulSubx() function
364 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
365 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() function
470 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
471 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() function
491 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) CONST;
492 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx() function
493 return gglMulSubx(a, b, c, 16); in gglMulSubx()