Home
last modified time | relevance | path

Searched refs:Sqrt (Results 1 – 25 of 132) sorted by relevance

123456

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner_test.cc64 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/
Dapi_def_Sqrt.pbtxt2 graph_op_name: "Sqrt"
4 name: "math.Sqrt"
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DStats.cs83 return Math.Sqrt( s2 ); in Stddev()
99 return Math.Sqrt( s2 ); in Stddev()
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc245 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/
DStats.cs75 return Math.Sqrt(s2); in Stddev()
88 return Math.Sqrt(s2); in Stddev()
/external/skia/tests/
DSkVxTest.cpp32 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/
DRouteGuideUtil.cs71 double c = 2 * Math.Atan2(Math.Sqrt(a), Math.Sqrt(1 - a)); in GetDistance()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath_test.cc133 &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()
Dmath.cc271 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()
Dsvd.cc138 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()
Dself_adjoint_eig.cc92 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/
Dunary_ops.cc110 XLAJIT_MAKE_UNARY(Sqrt, xla::Sqrt(x));
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Sqrt.pbtxt2 graph_op_name: "Sqrt"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Sqrt.pbtxt2 graph_op_name: "Sqrt"
/external/google-benchmark/src/
Dstatistics.cc60 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/
Dstatistics.cc60 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/
DSimplifyLibCalls.cpp1129 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/
DShaderCore.cpp227 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/
DShaderCore.cpp227 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/
DOpenCL.std.h96 Sqrt = 61, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCL.std.h96 Sqrt = 61, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h93 Sqrt = 61, enumerator

123456