Searched refs:mul2f (Results 1 – 2 of 2) sorted by relevance
60 inline GLfloat mul2f(GLfloat v) CONST;207 GLfloat mul2f(GLfloat v) { in mul2f() function
817 const GLfloat x = mul2f(zNear * r_width); in frustumf()818 const GLfloat y = mul2f(zNear * r_height); in frustumf()819 const GLfloat A = mul2f((right + left) * r_width); in frustumf()822 const GLfloat D = mul2f(zFar * zNear * r_depth); in frustumf()857 const GLfloat x = mul2f(r_width); in orthof()858 const GLfloat y = mul2f(r_height); in orthof()859 const GLfloat z = -mul2f(r_depth); in orthof()