Searched defs:LOG2 (Results 1 – 5 of 5) sorted by relevance
95 static inline GLfloat LOG2(GLfloat x) in LOG2() function
19 #define LOG2(x) (((x & 0xaaaaaaaa) ? 1 : 0) + ((x & 0xcccccccc) ? 2 : 0) + \ macro
131 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
153 #define LOG2 0.69314718056f macro
106 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro