OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
107
// Compare to name-brand "1.0f /
sk_float_sqrt
(x)". Should be around 10x faster on SSE, 2x on NEON.
/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
107
// Compare to name-brand "1.0f /
sk_float_sqrt
(x)". Should be around 10x faster on SSE, 2x on NEON.
Completed in 103 milliseconds