Searched defs:LOG2 (Results 1 – 1 of 1) sorted by relevance
181 static INLINE GLfloat LOG2(GLfloat val) in LOG2() function197 #define LOG2(x) ((GLfloat) (log(x) * 1.442695F)) macro