Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h41 #define sk_float_sqrt(x) (float)::sqrt(x) macro
55 #define sk_float_sqrt(x) sqrtf(x) macro