Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h196 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function
222 static inline float sk_float_rsqrt (float x) { return 1.0f / sk_float_sqrt(x); } in sk_float_rsqrt() function
/external/skqp/include/private/
DSkFloatingPoint.h163 static inline float sk_float_rsqrt(float x) { in sk_float_rsqrt() function