Searched refs:reciprocalf (Results 1 – 2 of 2) sorted by relevance
56 inline GLfloat reciprocalf(GLfloat) CONST;180 GLfloat reciprocalf(GLfloat v) { in reciprocalf() function
361 const GLfloat recipLen = reciprocalf(len); in rotate()825 const GLfloat r_width = reciprocalf(right - left); in frustumf()826 const GLfloat r_height = reciprocalf(top - bottom); in frustumf()827 const GLfloat r_depth = reciprocalf(zNear - zFar); in frustumf()865 const GLfloat r_width = reciprocalf(right - left); in orthof()866 const GLfloat r_height = reciprocalf(top - bottom); in orthof()867 const GLfloat r_depth = reciprocalf(zFar - zNear); in orthof()