Searched defs:sk_float_rsqrt_portable (Results 1 – 2 of 2) sorted by relevance
180 static inline float sk_float_rsqrt_portable(float x) { in sk_float_rsqrt_portable() function221 static inline float sk_float_rsqrt_portable(float x) { return 1.0f / sk_float_sqrt(x); } in sk_float_rsqrt_portable() function
147 static inline float sk_float_rsqrt_portable(float x) { in sk_float_rsqrt_portable() function