Searched defs:rsqrt (Results 1 – 16 of 16) sorted by relevance
170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
169 rsqrt() const in rsqrt() function
235 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
275 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } in rsqrt() function
115 AI SkNx rsqrt() const { return { fLo. rsqrt(), fHi. rsqrt() }; } in rsqrt() function
118 AI SkNx rsqrt() const { in rsqrt() function243 AI SkNx rsqrt() const { in rsqrt() function
103 AI SkNx rsqrt() const { return _mm_rsqrt_ps(fVec); } in rsqrt() function196 AI SkNx rsqrt() const { return _mm_rsqrt_ps(fVec); } in rsqrt() function
96 rsqrt() const { in rsqrt() function
257 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
255 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
1624 auto* rsqrt = computation_->AddInstruction( in HandleDivide() local4316 Status AlgebraicSimplifierVisitor::HandleRsqrt(HloInstruction* rsqrt) { in HandleRsqrt()
1479 HloInstruction* rsqrt = builder.AddInstruction( in TEST_F() local
5133 def rsqrt(x, name=None): function
1803 std::string rsqrt = node.name() + "_rsqrt"; in ConvertBatchNormWithGlobalNormalizationOperator() local
139 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function
124 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function