Searched defs:LOG2 (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dimports.h162 *** LOG2: Log base 2 of float
169 static INLINE GLfloat LOG2(GLfloat x)
181 static INLINE GLfloat LOG2(GLfloat val) function
197 #define LOG2(x) ((GLfloat) (log(x) * 1.442695F)) macro

Completed in 41 milliseconds