Searched refs:approxInvert (Results 1 – 4 of 4) sorted by relevance
74 SkNf approxInvert() const { in approxInvert() function80 float32x2_t est1 = this->approxInvert().fVec, in invert()187 SkNf approxInvert() const { in approxInvert() function194 float64x2_t est1 = this->approxInvert().fVec, in invert()251 SkNf approxInvert() const { in approxInvert() function257 float32x4_t est1 = this->approxInvert().fVec, in invert()
87 SkNf approxInvert() const { return _mm_rcp_ps(fVec); } in approxInvert() function132 SkNf approxInvert() const { return _mm_cvtps_pd(_mm_rcp_ps(_mm_cvtpd_ps(fVec))); } in approxInvert() function217 SkNf approxInvert() const { return _mm_rcp_ps(fVec); } in approxInvert() function
140 SkNf approxInvert() const { return SkNf(fLo.approxInvert(), fHi.approxInvert()); } in approxInvert() function238 SkNf approxInvert() const { return this->invert(); } in approxInvert() function
59 assert_nearly_eq(0.001, fours.approxInvert(), 0.25, 0.25, 0.25, 0.25); in test_Nf()