HomeSort by relevance Sort by last modified time
    Searched refs:sk_float_rsqrt (Results 1 - 5 of 5) sorted by null

  /external/skia/include/private/
SkFloatingPoint.h 144 static inline float sk_float_rsqrt(float x) { function
  /external/skia/src/core/
SkPoint.cpp 194 scale = length * sk_float_rsqrt(mag2); // <--- this is the difference
  /external/skia/bench/
MathBench.cpp 102 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {}
106 dst[i] = sk_float_rsqrt(src[i]);
  /external/skia/tests/
MathTest.cpp 557 test_rsqrt(reporter, sk_float_rsqrt);
  /external/skia/src/effects/
SkLightingImageFilter.cpp 71 SkScalar scale = sk_float_rsqrt(magSq);
    [all...]

Completed in 271 milliseconds