Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h96 static inline float sk_float_log2(float x) { in sk_float_log2() function
101 #define sk_float_log2(x) log2f(x) macro