/external/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 168 rsqrt() const in rsqrt() function
|
/external/skia/include/private/ |
D | SkNx.h | 115 AI SkNx rsqrt() const { return { fLo. rsqrt(), fHi. rsqrt() }; } in rsqrt() function
|
D | SkNx_neon.h | 118 AI SkNx rsqrt() const { in rsqrt() function 243 AI SkNx rsqrt() const { in rsqrt() function
|
D | SkNx_sse.h | 103 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/skqp/include/private/ |
D | SkNx.h | 115 AI SkNx rsqrt() const { return { fLo. rsqrt(), fHi. rsqrt() }; } in rsqrt() function
|
D | SkNx_neon.h | 118 AI SkNx rsqrt() const { in rsqrt() function 243 AI SkNx rsqrt() const { in rsqrt() function
|
D | SkNx_sse.h | 103 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/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 59 rsqrt = _core.rsqrt variable
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 96 rsqrt() const { in rsqrt() function
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 1108 rsqrt = define_unary_op('rsqrt', math_ops.rsqrt) variable
|
/external/skqp/tests/ |
D | MathTest.cpp | 257 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
|
/external/skia/tests/ |
D | MathTest.cpp | 257 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 675 Status HandleRsqrt(HloInstruction* rsqrt) override { in HandleRsqrt()
|
D | algebraic_simplifier.cc | 1036 auto* rsqrt = computation_->AddInstruction( in HandleDivide() local
|
/external/tensorflow/tensorflow/lite/toco/ |
D | import_tensorflow.cc | 1682 string rsqrt = node.name() + "_rsqrt"; in ConvertBatchNormWithGlobalNormalizationOperator() local
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 139 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 139 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 4608 int rsqrt = is_rsqrt ? 1 : 0; in EncodeNeonEstimateOp() local
|