/external/tcpdump/ |
D | CREDITS | 4 Bill Fenner <fenner at research dot att dot com> 5 Denis Ovsienko <denis at ovsienko dot info> 6 Fulvio Risso <risso at polito dot it> 7 Guy Harris <guy at alum dot mit dot edu> 8 Hannes Gredler <hannes at gredler dot at> 9 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca> 10 Francois-Xavier Le Bail <fx dot lebail at yahoo dot com> 14 Aaron Campbell <aaron at arbor dot net> 15 A Costa <agcosta at gis dot net> 16 Albert Chin <china at thewrittenword dot com> [all …]
|
/external/libpcap/ |
D | CREDITS | 4 Denis Ovsienko <denis at ovsienko dot info> 5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr> 6 Guy Harris <guy at alum dot mit dot edu> 7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca> 10 Akos Vandra <axos88 at gmail dot com> 11 Alan Bawden <Alan at LCS dot MIT dot EDU> 12 Albert Chin <china at thewrittenword dot com> 13 Alexander 'Leo' Bergolth <Leo dot Bergolth at wu-wien dot ac dot at> 14 Alexey Kuznetsov <kuznet at ms2 dot inr dot ac dot ru> 15 Ali Abdulkadir <autostart dot ini at gmail dot com> [all …]
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_43.txt | 26 …dot.ca.gov, xxxxxxxxxxxxx@dot.ca.gov, xxxxxxxxxx@dot.ca.gov, xxxxxxxx@dot.ca.gov, xxxxxxxxxx@dot.c… 41 Reporting-MTA: dns; sacspam01.dot.ca.gov 42 Received-From-MTA: smtp; sacspam01.dot.ca.gov ([127.0.0.1]) 45 Final-Recipient: rfc822; xxxxxxx@dot.ca.gov 51 Final-Recipient: rfc822; xxxxxxxxxxxxx@dot.ca.gov 57 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov 63 Final-Recipient: rfc822; xxxxxxxx@dot.ca.gov 69 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov 75 Final-Recipient: rfc822; xxxxxx@dot.ca.gov 81 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov [all …]
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_43.txt | 26 …dot.ca.gov, xxxxxxxxxxxxx@dot.ca.gov, xxxxxxxxxx@dot.ca.gov, xxxxxxxx@dot.ca.gov, xxxxxxxxxx@dot.c… 41 Reporting-MTA: dns; sacspam01.dot.ca.gov 42 Received-From-MTA: smtp; sacspam01.dot.ca.gov ([127.0.0.1]) 45 Final-Recipient: rfc822; xxxxxxx@dot.ca.gov 51 Final-Recipient: rfc822; xxxxxxxxxxxxx@dot.ca.gov 57 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov 63 Final-Recipient: rfc822; xxxxxxxx@dot.ca.gov 69 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov 75 Final-Recipient: rfc822; xxxxxx@dot.ca.gov 81 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov [all …]
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 161 dot "."[ \t]* 238 {dot}ambient { return AMBIENT; } 239 {dot}attenuation { return ATTENUATION; } 240 {dot}back { return BACK; } 241 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); } 242 {dot}color { return COLOR; } 243 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); } 244 {dot}diffuse { return DIFFUSE; } 245 {dot}direction { return DIRECTION; } 246 {dot}emission { return EMISSION; } [all …]
|
/external/skqp/tests/ |
D | Point3Test.cpp | 56 SkScalar dot = xAxis.dot(yAxis); in test_dot() local 57 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 0.0f)); in test_dot() 59 dot = yAxis.dot(zAxis); in test_dot() 60 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 0.0f)); in test_dot() 62 dot = zAxis.dot(xAxis); in test_dot() 63 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 0.0f)); in test_dot() 68 dot = v.dot(v); in test_dot() 69 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 1.0f)); in test_dot() 73 dot = xAxis.dot(v); in test_dot() 74 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, SK_ScalarRoot2Over2)); in test_dot() [all …]
|
/external/skia/tests/ |
D | Point3Test.cpp | 56 SkScalar dot = xAxis.dot(yAxis); in test_dot() local 57 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 0.0f)); in test_dot() 59 dot = yAxis.dot(zAxis); in test_dot() 60 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 0.0f)); in test_dot() 62 dot = zAxis.dot(xAxis); in test_dot() 63 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 0.0f)); in test_dot() 68 dot = v.dot(v); in test_dot() 69 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, 1.0f)); in test_dot() 73 dot = xAxis.dot(v); in test_dot() 74 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dot, SK_ScalarRoot2Over2)); in test_dot() [all …]
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | DOTGenerator.java | 72 ST dot; in getDOT() local 75 dot = stlib.getInstanceOf("dfa"); in getDOT() 76 dot.add("startState", in getDOT() 78 dot.add("useBox", in getDOT() 80 walkCreatingDFADOT(dot, (DFAState)startState); in getDOT() 83 dot = stlib.getInstanceOf("nfa"); in getDOT() 84 dot.add("startState", in getDOT() 86 walkRuleNFACreatingDOT(dot, startState); in getDOT() 88 dot.add("rankdir", rankdir); in getDOT() 89 return dot.render(); in getDOT() [all …]
|
/external/eigen/test/ |
D | adjoint.cpp | 19 …test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), numext::conj(s1) * v1.dot(v3) + numext::conj… in run() 20 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), 0)); in run() 23 VERIFY(test_isApproxWithRef(v1.dot(square * v2), (square.adjoint() * v1).dot(v2), 0)); in run() 34 …test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), numext::conj(s1) * v1.dot(v3) + numext::conj… in run() 35 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), ref)); in run() 59 …VERIFY(internal::isMuchSmallerThan(abs(v1.dot(square * v2) - (square.adjoint() * v1).dot(v2)), ref… in run() 104 VERIFY_IS_APPROX(numext::conj(v1.dot(v2)), v2.dot(v1)); in adjoint() 105 VERIFY_IS_APPROX(numext::real(v1.dot(v1)), v1.squaredNorm()); in adjoint() 109 VERIFY_IS_MUCH_SMALLER_THAN(abs(vzero.dot(v1)), static_cast<RealScalar>(1)); in adjoint() 145 VERIFY_IS_APPROX(v1.dot(rv1.template cast<Scalar>()), v1.dot(rv1)); in adjoint() [all …]
|
/external/ppp/pppd/plugins/pppoatm/ |
D | text2atm.c | 78 int count,pos,dot; in do_try_nsap() local 82 count = dot = 0; in do_try_nsap() 86 dot = 1; in do_try_nsap() 89 else if (!dot) return FATAL; /* two dots in a row */ in do_try_nsap() 90 else dot = 0; in do_try_nsap() 96 if (!dot || *text == '0') return FATAL; in do_try_nsap() 114 for (dot = 0; *text; text++) in do_try_nsap() 122 dot = 1; in do_try_nsap() 128 if (!dot) return FATAL; /* two dots in a row */ in do_try_nsap() 129 dot = 0; in do_try_nsap() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | transpose_folding.cc | 35 const HloInstruction& dot, in CanFoldOperandsIntoDot() argument 38 if (HloOpcode::kDot != dot.opcode() || in CanFoldOperandsIntoDot() 39 dot.dot_dimension_numbers().lhs_batch_dimensions_size() != 0) { in CanFoldOperandsIntoDot() 44 for (int64 i = 0; i < dot.operand_count(); ++i) { in CanFoldOperandsIntoDot() 45 auto& operand = *dot.operand(i); in CanFoldOperandsIntoDot() 53 return transposable_gemm_operands(dot, operand_set); in CanFoldOperandsIntoDot() 81 HloInstruction* dot = pair.first; in FoldTransposeIntoDot() local 83 DotDimensionNumbers new_dim_numbers = dot->dot_dimension_numbers(); in FoldTransposeIntoDot() 84 HloInstruction* new_lhs = dot->mutable_operand(0); in FoldTransposeIntoDot() 85 HloInstruction* new_rhs = dot->mutable_operand(1); in FoldTransposeIntoDot() [all …]
|
D | bfloat16_propagation_test.cc | 119 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 122 ShapeUtil::MakeShape(F32, {4, 4}), HloOpcode::kAdd, dot, dot)); in TEST_F() 180 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 183 ShapeUtil::MakeShape(F32, {4, 4}), HloOpcode::kAdd, dot, dot)); in TEST_F() 219 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local 221 HloInstruction::CreateBinary(shape, HloOpcode::kAdd, dot, dot)); in TEST_F() 243 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, a, b)); in TEST_F() local 250 EXPECT_EQ(computation->root_instruction(), dot); in TEST_F() 251 EXPECT_TRUE(OutputsBF16(dot->operand(0))); in TEST_F() 252 EXPECT_TRUE(OutputsBF16(dot->operand(1))); in TEST_F() [all …]
|
D | dot_decomposer.cc | 34 Status DecomposeBatchDot(HloInstruction* dot) { in DecomposeBatchDot() argument 35 auto computation = dot->parent(); in DecomposeBatchDot() 36 const DotDimensionNumbers& dnums = dot->dot_dimension_numbers(); in DecomposeBatchDot() 37 HloInstruction* lhs = dot->mutable_operand(0); in DecomposeBatchDot() 38 HloInstruction* rhs = dot->mutable_operand(1); in DecomposeBatchDot() 41 const Shape& dot_shape = dot->shape(); in DecomposeBatchDot() 141 dot_dnums, dot->precision_config())); in DecomposeBatchDot() 158 return computation->ReplaceInstruction(dot, new_dot); in DecomposeBatchDot() 277 HloInstruction* dot = computation->AddInstruction(HloInstruction::CreateDot( in CanonicalizeDot() local 283 original_dot->shape(), dot))); in CanonicalizeDot() [all …]
|
D | algebraic_simplifier.cc | 206 Status HandleDot(HloInstruction* dot) override; 263 StatusOr<bool> HandleDotStrengthReduction(HloInstruction* dot); 392 StatusOr<HloInstruction*> OptimizeDotOfConcat(HloInstruction* dot); 394 const HloInstruction& dot, HloInstruction* lhs, int64 lhs_contracting_dim, 397 StatusOr<HloInstruction*> OptimizeDotOfGather(HloInstruction* dot); 1128 HloInstruction* dot) { in HandleDotStrengthReduction() argument 1130 CHECK(Match(dot, m::Dot(m::Op(&lhs), m::Op(&rhs)))); in HandleDotStrengthReduction() 1143 const int64 dot_rank = dot->shape().rank(); in HandleDotStrengthReduction() 1146 const auto& dnums = dot->dot_dimension_numbers(); in HandleDotStrengthReduction() 1178 hlo = AsType(hlo, dot->shape().element_type()); in HandleDotStrengthReduction() [all …]
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | vis_utils.py | 89 dot = pydot.Dot() 90 dot.set('rankdir', rankdir) 91 dot.set('concentrate', True) 92 dot.set_node_defaults(shape='record') 132 dot.add_node(node) 143 dot.add_edge(pydot.Edge(inbound_layer_id, layer_id)) 144 return dot 169 dot = model_to_dot(model, show_shapes, show_layer_names, rankdir) 170 if dot is None: 178 dot.write(to_file, format=extension)
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | io.c | 331 #define EXTRACT_DIGIT(s, x, d, dot) \ argument 332 if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d 334 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string() argument 338 case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ in word_to_string() 339 case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); in word_to_string() 340 case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); in word_to_string() 341 case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); in word_to_string() 342 case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); in word_to_string() 343 case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); in word_to_string() 344 case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); in word_to_string() [all …]
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | ConstrainedConjGrad.h | 77 alpha = rho / p.dot(q); in pseudo_inverse() 81 rho = r.dot(r); in pseudo_inverse() 121 iter.setRhsNorm(sqrt(b.dot(b))); // gael vect_sp(PS, b, b) in constrained_cg() 138 Scalar al = C.row(i).dot(x) - f.coeff(i); in constrained_cg() 146 Scalar bb = CINV.row(i).dot(z); in constrained_cg() 158 rho = r.dot(z); in constrained_cg() 164 else gamma = (std::max)(0.0, (rho - old_z.dot(z)) / rho_1); in constrained_cg() 170 lambda = rho / q.dot(p); in constrained_cg() 175 Scalar bb = C.row(i).dot(p) - f[i]; in constrained_cg() 177 lambda = (std::min)(lambda, (f.coeff(i)-C.row(i).dot(x)) / bb); in constrained_cg()
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.int.dot.frag | 8 i = dot(i, i); 9 i2 = dot(i2, i2); 10 i3 = dot(i3, i3); 11 i4 = dot(i4, i4); 12 i5 = dot(i5, i5);
|
/external/e2fsprogs/intl/ |
D | localcharset.c | 339 const char *dot = strchr (locale, '.'); in locale_charset() local 341 if (dot != NULL) in locale_charset() 345 dot++; in locale_charset() 347 modifier = strchr (dot, '@'); in locale_charset() 349 return dot; in locale_charset() 350 if (modifier - dot < sizeof (buf)) in locale_charset() 352 memcpy (buf, dot, modifier - dot); in locale_charset() 353 buf [modifier - dot] = '\0'; in locale_charset()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 65 bool DotImplementedAsGemm(const HloInstruction& dot) { in DotImplementedAsGemm() argument 66 CHECK_EQ(dot.opcode(), HloOpcode::kDot); in DotImplementedAsGemm() 67 const Shape& lhs_shape = dot.operand(0)->shape(); in DotImplementedAsGemm() 68 const Shape& rhs_shape = dot.operand(1)->shape(); in DotImplementedAsGemm() 69 const DotDimensionNumbers& dim_numbers = dot.dot_dimension_numbers(); in DotImplementedAsGemm() 73 if (AreValidGemmShapes(lhs_shape, rhs_shape, dot.shape(), in DotImplementedAsGemm() 97 const HloInstruction* dot = hlo.fused_expression_root()->operand(0); in ImplementedAsGemm() local 98 if (dot->opcode() != HloOpcode::kDot) { in ImplementedAsGemm() 99 dot = hlo.fused_expression_root()->operand(1); in ImplementedAsGemm() 101 if (dot->opcode() == HloOpcode::kDot) { in ImplementedAsGemm() [all …]
|
/external/toybox/toys/lsb/ |
D | hostname.c | 33 char *hostname = *toys.optargs, *dot; local 63 dot = strchr(toybuf, '.'); 64 if (FLAG(s) && dot) *dot = '\0'; 65 xputs(FLAG(d) ? dot+1 : toybuf);
|
/external/skia/src/core/ |
D | SkDraw_vertices.cpp | 31 fMat[ 0] = a.dot(0, b.getScaleX(), b.getSkewY()); in setConcat() 32 fMat[ 1] = a.dot(1, b.getScaleX(), b.getSkewY()); in setConcat() 33 fMat[ 2] = a.dot(2, b.getScaleX(), b.getSkewY()); in setConcat() 34 fMat[ 3] = a.dot(3, b.getScaleX(), b.getSkewY()); in setConcat() 36 fMat[ 4] = a.dot(0, b.getSkewX(), b.getScaleY()); in setConcat() 37 fMat[ 5] = a.dot(1, b.getSkewX(), b.getScaleY()); in setConcat() 38 fMat[ 6] = a.dot(2, b.getSkewX(), b.getScaleY()); in setConcat() 39 fMat[ 7] = a.dot(3, b.getSkewX(), b.getScaleY()); in setConcat() 41 fMat[ 8] = a.dot(0, b.getTranslateX(), b.getTranslateY()) + a.fMat[ 8]; in setConcat() 42 fMat[ 9] = a.dot(1, b.getTranslateX(), b.getTranslateY()) + a.fMat[ 9]; in setConcat() [all …]
|
/external/skqp/src/core/ |
D | SkDraw_vertices.cpp | 31 fMat[ 0] = a.dot(0, b.getScaleX(), b.getSkewY()); in setConcat() 32 fMat[ 1] = a.dot(1, b.getScaleX(), b.getSkewY()); in setConcat() 33 fMat[ 2] = a.dot(2, b.getScaleX(), b.getSkewY()); in setConcat() 34 fMat[ 3] = a.dot(3, b.getScaleX(), b.getSkewY()); in setConcat() 36 fMat[ 4] = a.dot(0, b.getSkewX(), b.getScaleY()); in setConcat() 37 fMat[ 5] = a.dot(1, b.getSkewX(), b.getScaleY()); in setConcat() 38 fMat[ 6] = a.dot(2, b.getSkewX(), b.getScaleY()); in setConcat() 39 fMat[ 7] = a.dot(3, b.getSkewX(), b.getScaleY()); in setConcat() 41 fMat[ 8] = a.dot(0, b.getTranslateX(), b.getTranslateY()) + a.fMat[ 8]; in setConcat() 42 fMat[ 9] = a.dot(1, b.getTranslateX(), b.getTranslateY()) + a.fMat[ 9]; in setConcat() [all …]
|
/external/curl/lib/ |
D | curl_gethostname.c | 62 char *dot; in Curl_gethostname() 93 dot = strchr(name, '.'); in Curl_gethostname() 94 if(dot) in Curl_gethostname() 95 *dot = '\0'; in Curl_gethostname()
|
/external/python/cpython2/Lib/importlib/ |
D | __init__.py | 10 dot = len(package) 13 dot = package.rindex('.', 0, dot) 17 return "%s.%s" % (package[:dot], name)
|