/third_party/alsa-utils/bat/tests/ |
H A D | alsabat_main.sh | 88 Dot="$Dot". 89 echo "Now doing $TestItem test$Dot"
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_execfile.py | 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node, namespace 37 read = [Node(syms.trailer, [Dot(), Name('read')]),
|
H A D | fix_dict.py | 34 from ..fixer_util import Name, Call, Dot namespace 69 [Dot(),
|
/third_party/skia/include/core/ |
H A D | SkM44.h | 21 static SkScalar Dot(SkV2 a, SkV2 b) { return a.x * b.x + a.y * b.y; } in Dot() function 40 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() 43 SkScalar dot(SkV2 v) const { return Dot(*this, v); } in dot() 59 static SkScalar Dot(const SkV3& a, const SkV3& b) { return a.x*b.x + a.y*b.y + a.z*b.z; } in Dot() function 82 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() 83 SkScalar length() const { return SkScalarSqrt(Dot(*this, *this)); } in length() 85 SkScalar dot(const SkV3& v) const { return Dot(*this, v); } in dot()
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | mod.rs | 477 Dot(Span), 500 Ast::Dot(ref span) => span, in span() 525 | Ast::Dot(_) in has_subexprs() 1367 | Ast::Dot(_) in drop() 1386 | Ast::Dot(_) in drop()
|
H A D | parse.rs | 27 Dot(Span), 38 Primitive::Dot(ref span) => span, in span() 49 Primitive::Dot(span) => Ast::Dot(span), in into_ast() 1395 let ast = Primitive::Dot(self.span_char()); in parse_primitive() 2183 | Ast::Dot(_) in visit_pre() 2204 | Ast::Dot(_) in visit_post() 2900 Ast::Dot(span_range(pat, 0..1)), in parse_newlines() 2902 Ast::Dot(span_range(pat, 2..3)), in parse_newlines() 4132 Ok(Primitive::Dot(spa in parse_primitive_non_escape() [all...] |
/third_party/skia/samplecode/ |
H A D | SamplePath.cpp | 595 static void Dot(SkCanvas* canvas, SkPoint p, SkScalar radius, SkColor c) { in Dot() function in CubicCurve2 620 Dot(canvas, storage[i], 4, SK_ColorBLUE); in showFrame() 679 Dot(canvas, p0, 4, SK_ColorRED); in showInnerQuads() 682 Dot(canvas, p1, 4, SK_ColorBLUE); in showInnerQuads() 688 Dot(canvas, p2, 4, 0xFF00AA00); in showInnerQuads() 731 Dot(canvas, p, 7, SK_ColorBLACK);
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | Common.h | 127 inline float Dot(const vec3& lhs, const vec3& rhs)
in Dot() function 313 -Dot(xAxis, eye), -Dot(yAxis, eye), -Dot(zAxis, eye), 1.0f);
in LookAt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
/third_party/typescript/tests/baselines/reference/ |
H A D | jsDeclarationsFunctionLikeClasses2.js | 20 throw new Error(`Dot product only applicable for vectors of equal length`); 99 throw new Error("Dot product only applicable for vectors of equal length");
|
H A D | parserRealSource2.js | 24 Dot = 1 << 7, // Dot 52 Postfix = Dot | LParen | LBrack, 296 ErrorRecoverySet[ErrorRecoverySet["Dot"] = 128] = "Dot";
|
H A D | parserRealSource3.js | 29 Dot, 150 NodeType[NodeType["Dot"] = 19] = "Dot";
|
H A D | parserRealSource10.js | 112 Dot, 311 setTokenInfo(TokenID.Dot, Reservation.None, OperatorPrecedence.Unary, NodeType.None, OperatorPrecedence.None, NodeType.None, ".", ErrorRecoverySet.Dot); // . 584 TokenID[TokenID["Dot"] = 101] = "Dot";
779 setTokenInfo(TokenID.Dot, Reservation.None, OperatorPrecedence.Unary, NodeType.None, OperatorPrecedence.None, NodeType.None, ".", ErrorRecoverySet.Dot); // .
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 67 case AsmToken::Dot: OS << "Dot"; break; in dump()
|
H A D | AsmLexer.cpp | 160 return AsmToken(AsmToken::Dot, StringRef(TokStart, 1)); in LexIdentifier()
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 42 return [obj, Node(syms.trailer, [Dot(), attr])] 48 def Dot(): function
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionCall.cpp | 645 return (N() * Select(Dot(NRef(), I()) < 0, 1, -1)).release(); in optimize_intrinsic_call() 650 return (I() - 2.0 * Dot(N(), I()) * N()).release(); in optimize_intrinsic_call() 658 (1 - Pow(Eta(), 2) * (1 - Pow(Dot(N(), I()), 2))).release(); in optimize_intrinsic_call() 665 (Eta() * I() - (Eta() * Dot(N(), I()) + std::sqrt(kValue)) * N())).release(); in optimize_intrinsic_call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1463 case AsmToken::Dot: in ParseOperand() 1574 size_t Dot = Name.find('.'); in ParseInstruction() local 1575 StringRef Mnemonic = Name.slice(0, Dot); in ParseInstruction() 1581 if (Dot != StringRef::npos) { in ParseInstruction() 1582 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() 1583 StringRef DotStr = Name.slice(Dot, StringRef::npos); in ParseInstruction()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrConvexPolyEffect.cpp | 117 edge = Dot(edgeArray[i], Half3(Swizzle(sk_FragCoord(), X, Y, ONE))); in onMakeProgramImpl()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | tokenize.c | 500 Dot = 16, enumerator 520 ['.' + 1] = Dot | ValidSecond, 554 if (!(class & (Dot | Digit | Letter))) in get_one_number()
|
/third_party/rust/crates/syn/src/ |
H A D | token.rs | 801 "." pub struct Dot/1 /// field access, tuple index 976 [.] => { $crate::token::Dot };
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGLSLstd450.cpp | 298 SIMD::Float d = Dot(type.componentCount, I, N); in EmitExtGLSLstd450() 312 SIMD::Float d = Dot(type.componentCount, I, N); in EmitExtGLSLstd450() 329 SIMD::Float d = Dot(type.componentCount, I, Nref); in EmitExtGLSLstd450() 342 SIMD::Float d = Dot(getObjectType(insn.word(5)).componentCount, x, x); in EmitExtGLSLstd450() 350 SIMD::Float d = Dot(getObjectType(insn.word(5)).componentCount, x, x); in EmitExtGLSLstd450()
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 531 Dot = namedtuple('Dot', 'd') 532 self.assertEqual(Dot(1), (1,)) 533 self.assertEqual(Dot._make([1]), (1,)) 534 self.assertEqual(Dot(1).d, 1) 535 self.assertEqual(repr(Dot(1)), 'Dot(d=1)') 536 self.assertEqual(Dot(1)._asdict(), {'d':1}) 537 self.assertEqual(Dot(1)._replace(d=999), (999,)) 538 self.assertEqual(Dot( [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 547 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop() local 550 .addImm(0).addExpr(Dot), STI); in EmitNop()
|
/third_party/skia/include/sksl/ |
H A D | DSLCore.h | 287 DSLExpression Dot(DSLExpression x, DSLExpression y, PositionInfo pos = PositionInfo::Capture());
|