Home
last modified time | relevance | path

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

/third_party/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
/third_party/flutter/skia/bench/
DMathBench.cpp108 dst[i] = sk_float_rsqrt(src[i]); in performTest()
135 dst[i] = sk_float_rsqrt(src[i]); in performTest()
/third_party/skia/bench/
DMathBench.cpp108 dst[i] = sk_float_rsqrt(src[i]); in performTest()
135 dst[i] = sk_float_rsqrt(src[i]); in performTest()
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h195 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function
/third_party/flutter/skia/tests/
DMathTest.cpp453 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()
/third_party/skia/tests/
DMathTest.cpp484 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1175 sk_float_rsqrt(viewMatrix[SkMatrix::kMScaleX] * viewMatrix[SkMatrix::kMScaleX] + in drawFastShadow()
/third_party/flutter/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp75 SkScalar scale = sk_float_rsqrt(magSq); in fast_normalize()
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp76 SkScalar scale = sk_float_rsqrt(magSq); in fast_normalize()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1140 sk_float_rsqrt(viewMatrix[SkMatrix::kMScaleX] * viewMatrix[SkMatrix::kMScaleX] + in drawFastShadow()