Searched defs:log2f (Results 1 – 3 of 3) sorted by relevance
26 log2f (float x) in log2f() function
1731 #define log2f(x) (log(x) / (float)M_LOG2_E) macro
2049 #define log2f(x) (log(x) / (float)M_LOG2_E) macro