OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglDivQ
(Results
1 - 2
of
2
) sorted by null
/system/core/include/private/pixelflinger/
ggl_fixed.h
251
int32_t
gglDivQ
(GGLfixed n, GGLfixed d, int32_t i) CONST;
255
return
gglDivQ
(n, d, 16);
260
return
gglDivQ
(n, d, 16);
/system/core/libpixelflinger/
fixed.cpp
173
int32_t
gglDivQ
(GGLfixed n, GGLfixed d, int32_t i)
Completed in 668 milliseconds