OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_float_rsqrt
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h
131
static inline float
sk_float_rsqrt
(const float x) {
function
/external/chromium_org/third_party/skia/src/core/
SkPoint.cpp
201
scale = length *
sk_float_rsqrt
(mag2); // <--- this is the difference
/external/chromium_org/third_party/skia/bench/
MathBench.cpp
99
SkRSqrtMathBench() : INHERITED("
sk_float_rsqrt
") {}
105
dst[i] =
sk_float_rsqrt
(src[i]);
Completed in 446 milliseconds