Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h144 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function
/external/skia/src/core/
DSkPoint.cpp194 scale = length * sk_float_rsqrt(mag2); // <--- this is the difference in setLengthFast()
/external/skia/bench/
DMathBench.cpp106 dst[i] = sk_float_rsqrt(src[i]); in performTest()
/external/skia/tests/
DMathTest.cpp557 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()
/external/skia/src/effects/
DSkLightingImageFilter.cpp71 SkScalar scale = sk_float_rsqrt(magSq); in fast_normalize()