HomeSort by relevance Sort by last modified time
    Searched refs:sk_float_log2 (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkFloatingPoint.h 96 static inline float sk_float_log2(float x) { function
101 #define sk_float_log2(x) log2f(x) macro
SkScalar.h 61 #define SkScalarLog2(x) (float)sk_float_log2(x)

Completed in 116 milliseconds