Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkNx_neon.h96 SkNx rsqrt2() const { in rsqrt2() function
105 return *this * this->rsqrt2(); in sqrt()
187 SkNx rsqrt2() const { in rsqrt2() function
196 return *this * this->rsqrt2(); in sqrt()
DSkNx_sse.h58 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2() function
109 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2() function
/external/skia/src/core/
DSkNx.h54 OP(sqrt) OP(rsqrt0) OP(rsqrt1) OP(rsqrt2)
130 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2() function
/external/skia/tests/
DSkNxTest.cpp58 assert_nearly_eq(0.001f, fours.rsqrt2(), 0.5, 0.5, 0.5, 0.5); in test_Nf()