Home
last modified time | relevance | path

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

/external/skia/legacy/include/core/
DSkFloatingPoint.h34 #define sk_float_sqrt(x) (float)::sqrt(x) macro
48 #define sk_float_sqrt(x) sqrtf(x) macro
/external/skia/include/core/
DSkFloatingPoint.h33 #define sk_float_sqrt(x) (float)::sqrt(x) macro
47 #define sk_float_sqrt(x) sqrtf(x) macro