Home
last modified time | relevance | path

Searched refs:sk_float_rsqrt (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkFloatingPoint.h129 static inline float sk_float_rsqrt(const float x) { in sk_float_rsqrt() function
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h129 static inline float sk_float_rsqrt(const float x) { in sk_float_rsqrt() function
/external/skia/src/core/
DSkPoint.cpp190 scale = length * sk_float_rsqrt(mag2); // <--- this is the difference in setLengthFast()
/external/chromium_org/third_party/skia/src/core/
DSkPoint.cpp190 scale = length * sk_float_rsqrt(mag2); // <--- this is the difference in setLengthFast()
/external/skia/bench/
DMathBench.cpp105 dst[i] = sk_float_rsqrt(src[i]); in performTest()
/external/chromium_org/third_party/skia/bench/
DMathBench.cpp105 dst[i] = sk_float_rsqrt(src[i]); in performTest()