/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreePatternLexer.cs | 45 public const int Dot = 7; field in Antlr.Runtime.Tree.TreePatternLexer 116 return Dot; in NextToken()
|
D | TreePatternParser.cs | 84 ttype == TreePatternLexer.Dot ) in ParseTree() 130 if ( ttype == TreePatternLexer.Dot ) in ParseNode()
|
/external/skia/src/utils/ |
D | SkCamera.cpp | 48 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/ |
D | MCAsmLexer.h | 47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
/external/skia/include/utils/ |
D | SkCamera.h | 23 static SkScalar Dot(const SkUnit3D&, const SkUnit3D&);
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
D | usage.apt.vm | 98 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/ |
D | MachOObjectFile.cpp | 1067 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/ |
D | PPCAsmParser.cpp | 1469 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/ |
D | TutorialMatrixArithmetic.dox | 149 \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.
|
D | A10_Eigen2SupportModes.dox | 41 \li Dot products over complex numbers. Eigen 2's dot product was linear in the first variable. Eige…
|
D | AsciiQuickReference.txt | 160 // Dot products, norms, etc.
|
D | A05_PortingFrom2To3.dox | 27 \section ComplexDot Dot products over complex numbers
|
/external/clang/include/clang/AST/ |
D | CommentCommands.td | 176 defm Dot : VerbatimBlockCommand<"dot", "enddot">;
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 162 return AsmToken(AsmToken::Dot, StringRef(TokStart, 1)); in LexIdentifier()
|
D | AsmParser.cpp | 902 case AsmToken::Dot: { in parsePrimaryExpr() 1211 } else if (Lexer.is(AsmToken::Dot)) { in parseStatement() 1882 case AsmToken::Dot: in isOperator()
|
/external/mesa3d/docs/ |
D | RELNOTES-3.5 | 105 Dot product texture environment.
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 279 case AsmToken::Dot: OS << "Dot"; break; in AsLexInput()
|
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/ |
D | mocha.js | 2524 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/ |
D | tgsi.rst | 144 .. 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/ |
D | glsBuiltinPrecisionTests.cpp | 2905 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/ |
D | Core | 301 #include "src/Core/Dot.h"
|
/external/llvm/lib/Target/Mips/ |
D | MipsDSPInstrInfo.td | 744 // Dot product with accumulate/subtract 1000 // Dot product with accumulate/subtract
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 5153 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/ |
D | IntrinsicsMips.td | 173 // Dot product with accumulate/subtract
|
/external/antlr/antlr-3.4/runtime/C/ |
D | README | 1792 * Dot star ".*" syntax didn't work; in lexer it is nongreedy by
|