Searched refs:rsqrt1 (Results 1 – 5 of 5) sorted by relevance
83 SkNf rsqrt1() const { return this->rsqrt0(); } in rsqrt1() function84 SkNf rsqrt2() const { return this->rsqrt1(); } in rsqrt2()128 SkNf rsqrt1() const { return this->rsqrt0(); } in rsqrt1() function129 SkNf rsqrt2() const { return this->rsqrt1(); } in rsqrt2()213 SkNf rsqrt1() const { return this->rsqrt0(); } in rsqrt1() function214 SkNf rsqrt2() const { return this->rsqrt1(); } in rsqrt2()
107 SkNf rsqrt1() const { in rsqrt1() function112 float32x2_t est1 = this->rsqrt1().fVec; in rsqrt2()178 SkNf rsqrt1() const { in rsqrt1() function183 float64x2_t est1 = this->rsqrt1().fVec; in rsqrt2()284 SkNf rsqrt1() const { in rsqrt1() function289 float32x4_t est1 = this->rsqrt1().fVec; in rsqrt2()
136 SkNf rsqrt1() const { return SkNf(fLo.rsqrt1(), fHi.rsqrt1()); } in rsqrt1() function234 SkNf rsqrt1() const { return this->rsqrt0(); } in rsqrt1() function235 SkNf rsqrt2() const { return this->rsqrt1(); } in rsqrt2()
55 assert_nearly_eq(0.001, fours.rsqrt1(), 0.5, 0.5, 0.5, 0.5); in test_Nf()
287 return R * R.rsqrt1(); in fast_sqrt()