Searched defs:LOG2 (Results 1 – 5 of 5) sorted by relevance
179 static inline GLfloat LOG2(GLfloat val) in LOG2() function195 #define LOG2(x) ((GLfloat) (log(x) * 1.442695F)) macro
114 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
96 private static final double LOG2 = Math.log(2); field in DDSLoader
96 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
269 private static final double LOG2 = Math.log(2); field in ImageToAwt