Home
last modified time | relevance | path

Searched refs:Dot (Results 1 – 25 of 34) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternLexer.cs45 public const int Dot = 7; field in Antlr.Runtime.Tree.TreePatternLexer
116 return Dot; in NextToken()
DTreePatternParser.cs84 ttype == TreePatternLexer.Dot ) in ParseTree()
130 if ( ttype == TreePatternLexer.Dot ) in ParseNode()
/external/skia/src/utils/
DSkCamera.cpp48 SkScalar SkUnit3D::Dot(const SkUnit3D& a, const SkUnit3D& b) { in Dot() function in SkUnit3D
220 SkScalar dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&fZenith), axis); in doUpdate()
264 dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&diff), in patchToMatrix()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/skia/include/utils/
DSkCamera.h23 static SkScalar Dot(const SkUnit3D&, const SkUnit3D&);
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
Dusage.apt.vm98 for each rule in <a href="http://www.graphviz.org">Dot format</a>
107 for each decision in the grammar in <a href="http://www.graphviz.org">Dot format</a>
/external/llvm/lib/Object/
DMachOObjectFile.cpp1067 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
1133 Dot = Name.slice(a-2, a-1); in guessLibraryShortName()
1134 if (Dot == ".") in guessLibraryShortName()
1154 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
1155 if (Dot == ".") in guessLibraryShortName()
1171 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
1172 if (Dot == ".") in guessLibraryShortName()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1469 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()
/external/eigen/doc/
DTutorialMatrixArithmetic.dox149 \section TutorialArithmeticDotAndCross Dot product and cross product
161 Remember that cross product is only for vectors of size 3. Dot product is for vectors of any sizes.
DA10_Eigen2SupportModes.dox41 \li Dot products over complex numbers. Eigen 2's dot product was linear in the first variable. Eige…
DAsciiQuickReference.txt160 // Dot products, norms, etc.
DA05_PortingFrom2To3.dox27 \section ComplexDot Dot products over complex numbers
/external/clang/include/clang/AST/
DCommentCommands.td176 defm Dot : VerbatimBlockCommand<"dot", "enddot">;
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp162 return AsmToken(AsmToken::Dot, StringRef(TokStart, 1)); in LexIdentifier()
DAsmParser.cpp902 case AsmToken::Dot: { in parsePrimaryExpr()
1211 } else if (Lexer.is(AsmToken::Dot)) { in parseStatement()
1882 case AsmToken::Dot: in isOperator()
/external/mesa3d/docs/
DRELNOTES-3.5105 Dot product texture environment.
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp279 case AsmToken::Dot: OS << "Dot"; break; in AsLexInput()
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js2524 exports = module.exports = Dot;
2533 function Dot(runner) { class
2576 Dot.prototype = new F; class
2577 Dot.prototype.constructor = Dot;
2929 exports.Dot = require('./dot');
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst144 .. opcode:: DP3 - 3-component Dot Product
153 .. opcode:: DP4 - 4-component Dot Product
279 .. opcode:: DP2A - 2-component Dot Product And Add
409 .. opcode:: DPH - Homogeneous Dot Product
812 .. opcode:: DP2 - 2-component Dot Product
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2905 class Dot : public DerivedFunc<Signature<float, Vector<float, Size>, Vector<float, Size> > > class
2908 typedef typename Dot::ArgExprs ArgExprs;
2928 class Dot<1> : public DerivedFunc<Signature<float, float, float> > class
2945 return app<Dot<Size> >(x, y); in dot()
2950 return app<Dot<1> >(x, y); in dot()
5223 funcs->addFactory(SharedPtr<const CaseFactory>(new TemplateFuncCaseFactory<Dot>())); in createES3BuiltinCases()
/external/eigen/Eigen/
DCore301 #include "src/Core/Dot.h"
/external/llvm/lib/Target/Mips/
DMipsDSPInstrInfo.td744 // Dot product with accumulate/subtract
1000 // Dot product with accumulate/subtract
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5153 case AsmToken::Dot: { // . as a branch target in parseOperand()
6753 MCSymbol *Dot = getContext().CreateTempSymbol(); in processInstruction() local
6754 Out.EmitLabel(Dot); in processInstruction()
6756 const MCExpr *InstPC = MCSymbolRefExpr::Create(Dot, in processInstruction()
/external/llvm/include/llvm/IR/
DIntrinsicsMips.td173 // Dot product with accumulate/subtract
/external/antlr/antlr-3.4/runtime/C/
DREADME1792 * Dot star ".*" syntax didn't work; in lexer it is nongreedy by

12