Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkFloatingPoint.h63 static inline float sk_float_log2(float x) { in sk_float_log2() function
68 #define sk_float_log2(x) log2f(x) macro
/external/skia/include/private/
DSkFloatingPoint.h78 static inline float sk_float_log2(float x) { in sk_float_log2() function
83 #define sk_float_log2(x) log2f(x) macro