OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglSqrtRecipx
(Results
1 - 4
of
4
) sorted by null
/system/core/libpixelflinger/
fixed.cpp
88
GGLfixed
gglSqrtRecipx
(GGLfixed x)
trap.cpp
391
const GGLfixed norm = gglMulx(width,
gglSqrtRecipx
(nx*nx+ny*ny), 4);
[
all
...]
/frameworks/base/opengl/libagl/
light.cpp
187
n =
gglSqrtRecipx
(n);
192
n =
gglSqrtRecipx
(n);
386
vscale3(d.v, d.v,
gglSqrtRecipx
(sqDist));
/system/core/include/private/pixelflinger/
ggl_fixed.h
88
GGLfixed
gglSqrtRecipx
(GGLfixed x) CONST;
Completed in 244 milliseconds