Searched refs:sk_float_log (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkFloatingPoint.h44 #define sk_float_log(x) (float)::log(x) macro
65 #define sk_float_log(x) logf(x) macro
H A DSkScalar.h202 #define SkScalarLog(x) (float)sk_float_log(x)

Completed in 21 milliseconds