Searched refs:rsqrt1 (Results 1 – 5 of 5) sorted by relevance
54 OP(sqrt) OP(rsqrt0) OP(rsqrt1) OP(rsqrt2)129 SkNx rsqrt1() const { return this->rsqrt0(); } in rsqrt1() function130 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2()
57 SkNx rsqrt1() const { return this->rsqrt0(); } in rsqrt1() function58 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2()108 SkNx rsqrt1() const { return this->rsqrt0(); } in rsqrt1() function109 SkNx rsqrt2() const { return this->rsqrt1(); } in rsqrt2()
92 SkNx rsqrt1() const { in rsqrt1() function97 float32x2_t est1 = this->rsqrt1().fVec; in rsqrt2()183 SkNx rsqrt1() const { in rsqrt1() function188 float32x4_t est1 = this->rsqrt1().fVec; in rsqrt2()
57 assert_nearly_eq(0.001f, fours.rsqrt1(), 0.5, 0.5, 0.5, 0.5); in test_Nf()
97 return R * R.rsqrt1(); in fast_sqrt()