Home
last modified time | relevance | path

Searched defs:rsqrt (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h169 rsqrt() const in rsqrt() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h235 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
D__clang_cuda_math.h275 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } in rsqrt() function
/external/skqp/include/private/
DSkNx.h115 AI SkNx rsqrt() const { return { fLo. rsqrt(), fHi. rsqrt() }; } in rsqrt() function
DSkNx_neon.h118 AI SkNx rsqrt() const { in rsqrt() function
243 AI SkNx rsqrt() const { in rsqrt() function
DSkNx_sse.h103 AI SkNx rsqrt() const { return _mm_rsqrt_ps(fVec); } in rsqrt() function
196 AI SkNx rsqrt() const { return _mm_rsqrt_ps(fVec); } in rsqrt() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h96 rsqrt() const { in rsqrt() function
/external/skqp/tests/
DMathTest.cpp257 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
/external/skia/tests/
DMathTest.cpp255 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1624 auto* rsqrt = computation_->AddInstruction( in HandleDivide() local
4316 Status AlgebraicSimplifierVisitor::HandleRsqrt(HloInstruction* rsqrt) { in HandleRsqrt()
Dalgebraic_simplifier_test.cc1479 HloInstruction* rsqrt = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py5133 def rsqrt(x, name=None): function
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc1803 std::string rsqrt = node.name() + "_rsqrt"; in ConvertBatchNormWithGlobalNormalizationOperator() local
/external/skqp/src/opts/
DSkRasterPipeline_opts.h139 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function
/external/skia/src/opts/
DSkRasterPipeline_opts.h124 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function