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

  /external/skia/include/private/
SkFloatingPoint.h 123 static inline float sk_float_rsqrt(float x) { function
  /external/skia/bench/
MathBench.cpp 104 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {}
108 dst[i] = sk_float_rsqrt(src[i]);
135 dst[i] = sk_float_rsqrt(src[i]);
  /external/skia/src/core/
SkPoint.cpp 193 scale = length * sk_float_rsqrt(mag2); // <--- this is the difference
  /external/skia/tests/
MathTest.cpp 579 test_rsqrt(reporter, sk_float_rsqrt);
  /external/skia/src/effects/
SkLightingImageFilter.cpp 74 SkScalar scale = sk_float_rsqrt(magSq);
    [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.cpp     [all...]

Completed in 240 milliseconds