Searched refs:sk_float_rsqrt_portable (Results 1 – 2 of 2) sorted by relevance
130 static inline float sk_float_rsqrt_portable(float x) { in sk_float_rsqrt_portable() function164 return sk_float_rsqrt_portable(x); in sk_float_rsqrt()
558 test_rsqrt(reporter, sk_float_rsqrt_portable); in DEF_TEST()