Searched refs:sk_float_rsqrt (Results 1 – 6 of 6) sorted by relevance
129 static inline float sk_float_rsqrt(const float x) { in sk_float_rsqrt() function
190 scale = length * sk_float_rsqrt(mag2); // <--- this is the difference in setLengthFast()
105 dst[i] = sk_float_rsqrt(src[i]); in performTest()