Home
last modified time | relevance | path

Searched refs:sk_float_sqrt (Results 1 – 12 of 12) sorted by relevance

/external/skia/include/private/
DSkFloatingPoint.h45 #define sk_float_sqrt(x) sqrtf(x) macro
221 static inline float sk_float_rsqrt_portable(float x) { return 1.0f / sk_float_sqrt(x); } in sk_float_rsqrt_portable()
222 static inline float sk_float_rsqrt (float x) { return 1.0f / sk_float_sqrt(x); } in sk_float_rsqrt()
/external/skqp/src/core/
DSkPoint.cpp92 mag = sk_float_sqrt(mag2); in set_point_length()
134 return sk_float_sqrt(mag2); in Length()
DSkPoint3.cpp29 return sk_float_sqrt(magSq); in Length()
/external/skia/src/core/
DSkPoint3.cpp29 return sk_float_sqrt(magSq); in Length()
DSkPoint.cpp78 return sk_float_sqrt(mag2); in Length()
/external/skqp/tests/
DMathTest.cpp173 float len = sk_float_sqrt(x*x + y*y); in check_length()
263 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt()
273 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt()
283 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt()
/external/skia/tests/
DMathTest.cpp171 float len = sk_float_sqrt(x*x + y*y); in check_length()
261 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt()
271 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt()
281 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt()
/external/skqp/include/private/
DSkFloatingPoint.h38 #define sk_float_sqrt(x) sqrtf(x) macro
/external/skia/include/core/
DSkScalar.h41 #define SkScalarSqrt(x) sk_float_sqrt(x)
/external/skqp/include/core/
DSkScalar.h41 #define SkScalarSqrt(x) sk_float_sqrt(x)
/external/skqp/bench/
DMathBench.cpp122 dst[i] = 1.0f / sk_float_sqrt(src[i]); in performTest()
/external/skia/bench/
DMathBench.cpp122 dst[i] = 1.0f / sk_float_sqrt(src[i]); in performTest()