Searched defs:sk_float_log2 (Results 1 – 2 of 2) sorted by relevance
63 static inline float sk_float_log2(float x) { in sk_float_log2() function68 #define sk_float_log2(x) log2f(x) macro
78 static inline float sk_float_log2(float x) { in sk_float_log2() function83 #define sk_float_log2(x) log2f(x) macro