Searched refs:sk_float_log2 (Results 1 – 3 of 3) sorted by relevance
62 static inline float sk_float_log2(float x) { in sk_float_log2() function67 #define sk_float_log2(x) log2f(x) macro
101 SkASSERT(sk_float_log2(kLast_GrPixelConfig) <= 5); in ComputeScratchKey()
52 #define SkScalarLog2(x) (float)sk_float_log2(x)