Home
last modified time | relevance | path

Searched defs:sk_float_rsqrt (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/include/private/
DSkFloatingPoint.h203 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function
229 static inline float sk_float_rsqrt (float x) { return 1.0f / sk_float_sqrt(x); } in sk_float_rsqrt() function