Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimports.h95 static inline GLfloat LOG2(GLfloat x) in LOG2() function
/external/u-boot/include/
Dpart.h19 #define LOG2(x) (((x & 0xaaaaaaaa) ? 1 : 0) + ((x & 0xcccccccc) ? 2 : 0) + \ macro
/external/aac/libSBRenc/src/
Dsbr_def.h131 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
/external/libxaac/decoder/
Dixheaacd_sbr_const.h153 #define LOG2 0.69314718056f macro
/external/aac/libAACenc/src/
Dmetadata_compressor.cpp106 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro