Searched refs:reciprocalf (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dfp.h56 inline GLfloat reciprocalf(GLfloat) CONST;
180 GLfloat reciprocalf(GLfloat v) { function in namespace:android::gl
H A Dmatrix.cpp361 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 47 milliseconds