Searched defs:log2f (Results 1 – 5 of 5) sorted by relevance
131 #define log2f(f) (logf(f) * (float) (1.0 / M_LN2)) macro133 #define log2f(f) ((float) log2(f)) macro150 static inline float log2f(float x) { return logf(x) * 1.442695041f; } in log2f() function
1411 # define log2f rpl_log2f macro
154 float log2f(float f) in log2f() function
1711 #define log2f(x) (log(x) / (float)M_LOG2_E) macro
1939 #define log2f(x) (log(x) / (float)M_LOG2_E) macro