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
517
int32_t
gglDivQ
(GGLfixed n, GGLfixed d, int32_t i) CONST;
521
return
gglDivQ
(n, d, 16);
526
return
gglDivQ
(n, d, 16);
/system/core/libpixelflinger/
fixed.cpp
174
int32_t
gglDivQ
(GGLfixed n, GGLfixed d, int32_t i)
Completed in 92 milliseconds