Home
last modified time | relevance | path

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

/external/skia/bench/
DMathBench.cpp128 static inline float SkFastInvSqrt(float x) { in SkFastInvSqrt() function
146 dst[i] = SkFastInvSqrt(src[i]); in performTest()