Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h196 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function
222 static inline float sk_float_rsqrt (float x) { return 1.0f / sk_float_sqrt(x); } in sk_float_rsqrt() function
/external/skqp/include/private/
DSkFloatingPoint.h163 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function
/external/skqp/src/core/
DSkPoint.cpp90 scale = length * sk_float_rsqrt(mag2); in set_point_length()
/external/skqp/bench/
DMathBench.cpp108 dst[i] = sk_float_rsqrt(src[i]); in performTest()
135 dst[i] = sk_float_rsqrt(src[i]); in performTest()
/external/skia/bench/
DMathBench.cpp108 dst[i] = sk_float_rsqrt(src[i]); in performTest()
135 dst[i] = sk_float_rsqrt(src[i]); in performTest()
/external/skqp/tests/
DMathTest.cpp453 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()
/external/skia/tests/
DMathTest.cpp484 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()
/external/skia/src/gpu/
DGrSurfaceDrawContext.cpp1178 sk_float_rsqrt(viewMatrix[SkMatrix::kMScaleX] * viewMatrix[SkMatrix::kMScaleX] + in drawFastShadow()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1202 sk_float_rsqrt(viewMatrix[SkMatrix::kMScaleX] * viewMatrix[SkMatrix::kMScaleX] + in drawFastShadow()
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp80 SkScalar scale = sk_float_rsqrt(magSq); in fast_normalize()
/external/skqp/src/effects/imagefilters/
DSkLightingImageFilter.cpp73 SkScalar scale = sk_float_rsqrt(magSq); in fast_normalize()