Searched defs:Dot (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternLexer.cs45 public const int Dot = 7; field in class:Antlr.Runtime.Tree.TreePatternLexer
116 return Dot;
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/external/skia/src/utils/
H A DSkCamera.cpp48 SkScalar SkUnit3D::Dot(const SkUnit3D& a, const SkUnit3D& b) { function in class:SkUnit3D
220 SkScalar dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&fZenith), axis);
264 dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&diff),
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1469 case AsmToken::Dot:
1574 size_t Dot = Name.find('.'); local
1575 StringRef Mnemonic = Name.slice(0, Dot);
1581 if (Dot != StringRef::npos) {
1582 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot);
1583 StringRef DotStr = Name.slice(Dot, StringRef::npos);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1067 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; local
1133 Dot = Name.slice(a-2, a-1);
1134 if (Dot == ".")
1154 Dot = Lib.slice(Lib.size()-2, Lib.size()-1);
1155 if (Dot == ".")
1171 Dot = Lib.slice(Lib.size()-2, Lib.size()-1);
1172 if (Dot == ".")
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2905 class Dot : public DerivedFunc<Signature<float, Vector<float, Size>, Vector<float, Size> > > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2908 typedef typename Dot::ArgExprs ArgExprs;
2928 class Dot<1> : public DerivedFunc<Signature<float, float, float> > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2945 return app<Dot<Size> >(x, y);
2950 return app<Dot<1> >(x, y);
5223 funcs->addFactory(SharedPtr<const CaseFactory>(new TemplateFuncCaseFactory<Dot>()));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5153 case AsmToken::Dot: { // . as a branch target
6753 MCSymbol *Dot = getContext().CreateTempSymbol(); local
6754 Out.EmitLabel(Dot);
6756 const MCExpr *InstPC = MCSymbolRefExpr::Create(Dot,

Completed in 344 milliseconds