Home
last modified time | relevance | path

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

/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h95 inline GGLfixed gglRecip(GGLfixed x) CONST;
96 inline GGLfixed gglRecip(GGLfixed x) { in gglRecip() function
/system/core/libpixelflinger/
Dfixed.cpp79 return gglMulx(n, gglRecip(d)); in gglFastDivx()