Searched refs:sk_float_rsqrt (Results 1 – 5 of 5) sorted by relevance
144 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function
194 scale = length * sk_float_rsqrt(mag2); // <--- this is the difference in setLengthFast()
106 dst[i] = sk_float_rsqrt(src[i]); in performTest()
557 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()
71 SkScalar scale = sk_float_rsqrt(magSq); in fast_normalize()