/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/ |
D | math.cc | 79 struct Sqrt : public SqlFunction { struct 80 static base::Status Run(Context*, in Run()
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 145 template<> inline RValue<SIMD::Float> Sqrt<Highp>(RValue<SIMD::Float> x) { return Sqrt(x, false); } in Sqrt() function 146 template<> inline RValue<SIMD::Float> Sqrt<Mediump>(RValue<SIMD::Float> x) { return Sqrt(x, true); } in Sqrt() function 169 template<> inline RValue<Float4> Sqrt<Highp>(RValue<Float4> x) { return Sqrt(x, false); } in Sqrt() function 170 template<> inline RValue<Float4> Sqrt<Mediump>(RValue<Float4> x) { return Sqrt(x, true); } in Sqrt() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/ |
D | Sqrt.java | 32 public class Sqrt implements UnivariateDifferentiableFunction, DifferentiableUnivariateFunction { class
|
/external/executorch/backends/xnnpack/test/ops/ |
D | sqrt.py | 14 class Sqrt(torch.nn.Module): class in TestSqrt
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | sqrt_test.cc | 97 TEST(Sqrt, MultiThreading) { in TEST() argument
|
/external/webrtc/modules/audio_processing/aec3/ |
D | vector_math.h | 44 void Sqrt(rtc::ArrayView<float> x) { in Sqrt() function
|
D | vector_math_unittest.cc | 23 TEST(VectorMath, Sqrt) { in TEST() argument
|
/external/libcxx/utils/google-benchmark/src/ |
D | statistics.cc | 60 auto Sqrt = [](const double dat) { in __anon8f3d661a0402() variable
|
/external/google-benchmark/src/ |
D | statistics.cc | 61 auto Sqrt = [](const double dat) { in __anon631cf7010402() variable
|
/external/cronet/tot/third_party/google_benchmark/src/src/ |
D | statistics.cc | 61 auto Sqrt = [](const double dat) { in __anonf23cc3430402() variable
|
/external/cronet/stable/third_party/google_benchmark/src/src/ |
D | statistics.cc | 61 auto Sqrt = [](const double dat) { in __anon5d231ba70402() variable
|
/external/armnn/include/armnn/ |
D | Types.hpp | 96 Sqrt = 8, enumerator 128 Sqrt = 2, enumerator
|
/external/cronet/stable/third_party/llvm-libc/src/utils/MPFRWrapper/ |
D | MPFRUtils.h | 60 Sqrt, enumerator
|
/external/cronet/tot/third_party/llvm-libc/src/utils/MPFRWrapper/ |
D | MPFRUtils.h | 60 Sqrt, enumerator
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 53 Sqrt, enumerator
|
/external/tensorflow/tensorflow/c/experimental/ops/ |
D | math_ops.cc | 262 Status Sqrt(AbstractContext* ctx, AbstractTensorHandle* const x, in Sqrt() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | elementwise_test.cc | 239 TEST(ElementWise, Sqrt) { in TEST() argument
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|