Home
last modified time | relevance | path

Searched defs:approxInvert (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/opts/
DSkNx_neon.h57 SkNx approxInvert() const { in approxInvert() function
138 SkNx approxInvert() const { in approxInvert() function
DSkNx_sse.h61 SkNx approxInvert() const { return _mm_rcp_ps(fVec); } in approxInvert() function
112 SkNx approxInvert() const { return _mm_rcp_ps(fVec); } in approxInvert() function
/external/skia/src/core/
DSkNx.h133 SkNx approxInvert() const { return this->invert(); } in approxInvert() function