Home
last modified time | relevance | path

Searched refs:Dot (Results 1 – 25 of 40) 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/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyPath.cpp141 enum ParserState { Identifier, Dot, End }; in IDBParseKeyPath() enumerator
166 state = Dot; in IDBParseKeyPath()
175 case Dot: { in IDBParseKeyPath()
/external/chromium_org/ui/gfx/
Dtransform_util.cc33 SkMScalar Dot(const SkMScalar* a, const SkMScalar* b) { in Dot() function
68 double product = Dot<4>(q1, q2); in Slerp()
379 decomp->skew[0] = Dot<3>(row[0], row[1]); in DecomposeTransform()
390 decomp->skew[1] = Dot<3>(row[0], row[2]); in DecomposeTransform()
392 decomp->skew[2] = Dot<3>(row[1], row[2]); in DecomposeTransform()
408 if (Dot<3>(row[0], pdum3) < 0) { in DecomposeTransform()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h45 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/chromium_org/third_party/skia/src/utils/
DSkCamera.cpp98 SkUnitScalar SkUnit3D::Dot(const SkUnit3D& a, const SkUnit3D& b) { in Dot() function in SkUnit3D
272 SkScalar dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&fZenith), axis); in doUpdate()
316 dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&diff), in patchToMatrix()
/external/skia/src/utils/
DSkCamera.cpp98 SkUnitScalar SkUnit3D::Dot(const SkUnit3D& a, const SkUnit3D& b) { in Dot() function in SkUnit3D
272 SkScalar dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&fZenith), axis); in doUpdate()
316 dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&diff), in patchToMatrix()
/external/chromium_org/third_party/skia/include/utils/
DSkCamera.h41 static SkUnitScalar Dot(const SkUnit3D&, const SkUnit3D&);
/external/skia/include/utils/
DSkCamera.h41 static SkUnitScalar Dot(const SkUnit3D&, const SkUnit3D&);
/external/chromium_org/chrome/common/extensions/api/
Dbraille_display_private.idl29 // Dot 1 is stored in bit 0, dot2 in bit 1, etc.
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1123 case AsmToken::Dot: in ParseOperand()
1216 size_t Dot = Name.find('.'); in ParseInstruction() local
1217 StringRef Mnemonic = Name.slice(0, Dot); in ParseInstruction()
1223 if (Dot != StringRef::npos) { in ParseInstruction()
1224 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction()
1225 StringRef DotStr = Name.slice(Dot, StringRef::npos); in ParseInstruction()
/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/eigen/doc/
DC02_TutorialMatrixArithmetic.dox162 \section TutorialArithmeticDotAndCross Dot product and cross product
174 Remember that cross product is only for vectors of size 3. Dot product is for vectors of any sizes.
DAsciiQuickReference.txt137 // Dot products, norms, etc.
DA10_Eigen2SupportModes.dox47 \li Dot products over complex numbers. Eigen 2's dot product was linear in the first variable. Eige…
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp113 return AsmToken(AsmToken::Dot, StringRef(TokStart, 1)); in LexIdentifier()
DAsmParser.cpp848 case AsmToken::Dot: { in ParsePrimaryExpr()
1157 } else if (Lexer.is(AsmToken::Dot)) { in ParseStatement()
1795 case AsmToken::Dot: in IsOperator()
/external/clang/include/clang/AST/
DCommentCommands.td171 defm Dot : VerbatimBlockCommand<"dot", "enddot">;
/external/chromium_org/third_party/mesa/src/docs/
DRELNOTES-3.5105 Dot product texture environment.
/external/mesa3d/docs/
DRELNOTES-3.5105 Dot product texture environment.
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp280 case AsmToken::Dot: Out->os() << "Dot"; break; in AsLexInput()
/external/chromium_org/third_party/mesa/src/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/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/llvm/include/llvm/IR/
DIntrinsicsMips.td169 // Dot product with accumulate/subtract
/external/eigen/Eigen/
DCore293 #include "src/Core/Dot.h"

12