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

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h66 #define sk_float_log(x) (float)::log(x) macro
87 #define sk_float_log(x) logf(x) macro
/external/skia/include/core/
H A DSkFloatingPoint.h64 #define sk_float_log(x) (float)::log(x) macro
85 #define sk_float_log(x) logf(x) macro

Completed in 532 milliseconds