Searched refs:rsqrt2 (Results 1 – 4 of 4) sorted by relevance
96 SkNx rsqrt2() const { in rsqrt2() function105 return *this * this->rsqrt2(); in sqrt()187 SkNx rsqrt2() const { in rsqrt2() function196 return *this * this->rsqrt2(); in sqrt()
58 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2() function109 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2() function
54 OP(sqrt) OP(rsqrt0) OP(rsqrt1) OP(rsqrt2)130 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2() function
58 assert_nearly_eq(0.001f, fours.rsqrt2(), 0.5, 0.5, 0.5, 0.5); in test_Nf()