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

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 33 #define sk_float_sqrt(x) (float)::sqrt(x) macro
47 #define sk_float_sqrt(x) sqrtf(x) macro
  /external/skia/include/core/
SkFloatingPoint.h 33 #define sk_float_sqrt(x) (float)::sqrt(x) macro
47 #define sk_float_sqrt(x) sqrtf(x) macro

Completed in 93 milliseconds