Home
last modified time | relevance | path

Searched refs:sk_float_rsqrt_portable (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/private/
DSkFloatingPoint.h130 static inline float sk_float_rsqrt_portable(float x) { in sk_float_rsqrt_portable() function
164 return sk_float_rsqrt_portable(x); in sk_float_rsqrt()
/external/skia/tests/
DMathTest.cpp558 test_rsqrt(reporter, sk_float_rsqrt_portable); in DEF_TEST()