OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsqrtf
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
fp.h
57
inline GLfloat
rsqrtf
(GLfloat) CONST;
185
GLfloat
rsqrtf
(GLfloat v) {
function in namespace:android::gl
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c
153
static float
rsqrtf
(float x)
function
234
{"rsqrt", &lp_build_rsqrt, &
rsqrtf
, rsqrt_values, Elements(rsqrt_values), 20.0 },
Completed in 456 milliseconds