/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | model_pruner_test.cc | 64 Output b = ops::Sqrt(s.WithOpName("b"), {a}); in TEST_F() 67 Output e = ops::Sqrt(s.WithOpName("e"), {d}); in TEST_F() 107 Output b = ops::Sqrt(s.WithOpName("b"), {a}); in TEST_F() 110 Output e = ops::Sqrt(s.WithOpName("e"), {d}); in TEST_F() 151 Output b = ops::Sqrt(s.WithOpName("b"), {a}); in TEST_F() 157 Output g = ops::Sqrt(s.WithOpName("g"), {f[1]}); in TEST_F() 158 Output h = ops::Sqrt(s.WithOpName("h"), {f[2]}); in TEST_F() 211 Output b = ops::Sqrt(s.WithOpName("b"), {a}); in TEST_F() 443 Output b = ops::Sqrt(s.WithOpName("b"), {a}); in TEST_F() 477 Output a1 = ops::Sqrt(s.WithOpName("a1").WithDevice("/device:GPU:0"), {i1}); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Sqrt.pbtxt | 2 graph_op_name: "Sqrt" 4 name: "math.Sqrt"
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
D | Stats.cs | 83 return Math.Sqrt( s2 ); in Stddev() 99 return Math.Sqrt( s2 ); in Stddev()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition.cc | 245 REGISTER_COMPUTE_FN(Sqrt); in UnaryOpsCompositionSupport() 284 REGISTER_COMPUTE_FN_HELPER(Sqrt, functor::sqrt<T>); 312 REGISTER_COMPUTE_FN(Sqrt); in UnaryOpsCompositionSupport() 340 REGISTER_COMPUTE_FN_HELPER(Sqrt, functor::sqrt<T>); 375 REGISTER_COMPUTE_FN(Sqrt); in UnaryOpsCompositionSupport() 413 REGISTER_COMPUTE_FN_HELPER(Sqrt, functor::sqrt<T>);
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | Stats.cs | 75 return Math.Sqrt(s2); in Stddev() 88 return Math.Sqrt(s2); in Stddev()
|
/external/skia/tests/ |
D | SkVxTest.cpp | 32 float2 Sqrt(float2 x) { return sqrt(x); } in Sqrt() function 33 float4 Sqrt(float4 x) { return sqrt(x); } in Sqrt() function 34 float8 Sqrt(float8 x) { return sqrt(x); } in Sqrt() function
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuideUtil.cs | 71 double c = 2 * Math.Atan2(Math.Sqrt(a), Math.Sqrt(1 - a)); in GetDistance()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math_test.cc | 133 &b, {Sqrt(x), Pow(x, ScalarLike(x, 0.5)), Pow(x, ScalarLike(x, 0.3))}, in TestSqrtPowInequivalence() 222 Sqrt(zero); in XLA_TEST_F() 253 Sqrt(x); in XLA_TEST_F() 261 Sqrt(x); in XLA_TEST_F()
|
D | math.cc | 271 w = Select(lt, w - ScalarLike(x, 2.5), Sqrt(w) - ScalarLike(x, 3.0)); in ErfInv() 518 ScalarLike(x, 2.0) * Atan2(Sqrt(ScalarLike(x, 1.0) - x * x), in Acos() 526 Atan2(x, ScalarLike(x, 1.0) + Sqrt(ScalarLike(x, 1.0) - x * x)); in Asin() 538 return Log(x + Sqrt((x + ScalarLike(x, 1.0)) * (x - ScalarLike(x, 1.0)))); in Acosh() 542 XlaOp Asinh(XlaOp x) { return Log(x + Sqrt(x * x + ScalarLike(x, 1.0))); } in Asinh()
|
D | svd.cc | 138 Sqrt(Reduce(Square(v), ScalarLike(v, 0.0), in HouseRow() 145 auto mu = Mul(sigma, Sqrt(Square(Div(x_0j, sigma, broadcast_dims)) + one), in HouseRow() 204 Sqrt(Reduce(Square(v), ScalarLike(v, 0.0), in HouseCol() 212 auto mu = Mul(sigma, Sqrt(Square(Div(x_0i, sigma, broadcast_dims)) + one), in HouseCol() 374 auto t_pos = one / (tau + Sqrt(one + Square(tau))); in MakeJacobi() 375 auto t_neg = -one / (-tau + Sqrt(one + Square(tau))); in MakeJacobi() 579 Sqrt(Reduce(Square(w), ScalarLike(w, 0.0), in ComputeFrobeniusNorms() 591 Sqrt(Max(Square(frobenius_norm) - diag_square, ScalarLike(w, 0.0))); in ComputeFrobeniusNorms()
|
D | self_adjoint_eig.cc | 92 auto t_pos = one / (tau + Sqrt(one + Square(tau))); in SymmetricShurDecomposition2x2() 93 auto t_neg = -one / (-tau + Sqrt(one + Square(tau))); in SymmetricShurDecomposition2x2() 200 Sqrt(Reduce(Square(w), ScalarLike(w, 0.0), in ComputeFrobeniusNorms() 212 Sqrt(Max(Square(frobenius_norm) - diag_square, ScalarLike(w, 0.0))); in ComputeFrobeniusNorms()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | unary_ops.cc | 110 XLAJIT_MAKE_UNARY(Sqrt, xla::Sqrt(x));
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Sqrt.pbtxt | 2 graph_op_name: "Sqrt"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Sqrt.pbtxt | 2 graph_op_name: "Sqrt"
|
/external/google-benchmark/src/ |
D | statistics.cc | 60 auto Sqrt = [](const double dat) { in __anond0c9670b0402() variable 74 return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean))); in StatisticsStdDev()
|
/external/libcxx/utils/google-benchmark/src/ |
D | statistics.cc | 60 auto Sqrt = [](const double dat) { in __anon3e2216640402() variable 74 return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean))); in StatisticsStdDev()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1129 Value *Sqrt, *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1); in replacePowWithSqrt() local 1141 Sqrt = B.CreateCall(SqrtFn, Base); in replacePowWithSqrt() 1148 Sqrt = emitUnaryFloatFnCall(Base, TLI->getName(LibFunc_sqrt), B, in replacePowWithSqrt() 1155 Sqrt = B.CreateFDiv(ConstantFP::get(Ty, 1.0), Sqrt, "reciprocal"); in replacePowWithSqrt() 1157 return Sqrt; in replacePowWithSqrt() 1220 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow() local 1221 return Sqrt; in optimizePow() 1255 Value *Sqrt = emitUnaryFloatFnCall(Base, TLI->getName(LibFunc_sqrt), in optimizePow() local 1258 Value *FAbs = B.CreateCall(FAbsFn, Sqrt, "abs"); in optimizePow() 1260 Sqrt = B.CreateSelect(FCmp, PosInf, FAbs); in optimizePow() [all …]
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 227 rsq = Float4(1.0f) / Sqrt(abs); in reciprocalSquareRoot() 340 return x * (Float4(1.57079632e+0f) - Sqrt(Float4(1.0f) - x*x) * Float4(6.28318531e-1f)); in arcsin() 351 …return As<Float4>(As<Int4>(half_pi - Sqrt(Float4(1.0f) - absx) * (a0 + absx * (a1 + absx * (a2 + a… in arcsin() 446 return logarithm(x + Sqrt(x + Float4(1.0f)) * Sqrt(x - Float4(1.0f)), pp); in arccosh() 451 return logarithm(x + Sqrt(x * x + Float4(1.0f)), pp); in arcsinh() 930 dst.x = Sqrt(src.x); in sqrt() 931 dst.y = Sqrt(src.y); in sqrt() 932 dst.z = Sqrt(src.z); in sqrt() 933 dst.w = Sqrt(src.w); in sqrt() 946 dst = Sqrt(dot2(src, src)); in len2() [all …]
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 227 rsq = Float4(1.0f) / Sqrt(abs); in reciprocalSquareRoot() 340 return x * (Float4(1.57079632e+0f) - Sqrt(Float4(1.0f) - x*x) * Float4(6.28318531e-1f)); in arcsin() 351 …return As<Float4>(As<Int4>(half_pi - Sqrt(Float4(1.0f) - absx) * (a0 + absx * (a1 + absx * (a2 + a… in arcsin() 446 return logarithm(x + Sqrt(x + Float4(1.0f)) * Sqrt(x - Float4(1.0f)), pp); in arccosh() 451 return logarithm(x + Sqrt(x * x + Float4(1.0f)), pp); in arcsinh() 930 dst.x = Sqrt(src.x); in sqrt() 931 dst.y = Sqrt(src.y); in sqrt() 932 dst.z = Sqrt(src.z); in sqrt() 933 dst.w = Sqrt(src.w); in sqrt() 946 dst = Sqrt(dot2(src, src)); in len2() [all …]
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | OpenCL.std.h | 96 Sqrt = 61, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | OpenCL.std.h | 96 Sqrt = 61, enumerator
|
/external/deqp-deps/SPIRV-Headers/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
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|