OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reciprocalf
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
fp.h
56
inline GLfloat
reciprocalf
(GLfloat) CONST;
180
GLfloat
reciprocalf
(GLfloat v) {
function in namespace:android::gl
matrix.cpp
361
const GLfloat recipLen =
reciprocalf
(len);
825
const GLfloat r_width =
reciprocalf
(right - left);
826
const GLfloat r_height =
reciprocalf
(top - bottom);
827
const GLfloat r_depth =
reciprocalf
(zNear - zFar);
865
const GLfloat r_width =
reciprocalf
(right - left);
866
const GLfloat r_height =
reciprocalf
(top - bottom);
867
const GLfloat r_depth =
reciprocalf
(zFar - zNear);
Completed in 80 milliseconds