OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglRecipQNormalized
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/
fixed.cpp
26
int32_t
gglRecipQNormalized
(int32_t x, int* exponent)
63
x =
gglRecipQNormalized
(x, &shift);
/system/core/libpixelflinger/include/private/pixelflinger/
ggl_fixed.h
92
int32_t
gglRecipQNormalized
(int32_t x, int* exponent);
[
all
...]
/frameworks/native/opengl/libagl/
primitives.cpp
268
//
gglRecipQNormalized
returns a number [-0.5, 0.5[ and an exponent.
269
d =
gglRecipQNormalized
(area, &q);
[
all
...]
Completed in 539 milliseconds