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

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

Completed in 36 milliseconds