/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_dict.py | 34 from ..fixer_util import Name, Call, Dot namespace
|
H A D | fix_execfile.py | 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node, namespace
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 534 SIMD::Float SpirvShader::Dot(unsigned numComponents, Operand const &x, Operand const &y) const in Dot() function in sw::SpirvShader
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 48 def Dot(): function
|
/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
|
/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
|
/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
|
/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 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
|
/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/ltp/tools/sparse/sparse-src/ |
H A D | tokenize.c | 500 Dot = 16, enumerator
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLCore.cpp | 542 DSLExpression Dot(DSLExpression x, DSLExpression y, PositionInfo pos) { in Dot() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1574 size_t Dot = Name.find('.'); in ParseInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2312 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 3836 class Dot : public DerivedFunc<Signature<T, Vector<T, Size>, Vector<T, Size> > > class 3879 class Dot<1, T> : public DerivedFunc<Signature<T, T, T> > class [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 2960 class Dot : public DerivedFunc<Signature<float, Vector<float, Size>, Vector<float, Size> > > class 3003 class Dot<1> : public DerivedFunc<Signature<float, float, float> > class
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 3825 class Dot : public DerivedFunc<Signature<T, Vector<T, Size>, Vector<T, Size> > > class 3868 class Dot<1, T> : public DerivedFunc<Signature<T, T, T> > class [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8325 MCSymbol *Dot = getContext().createTempSymbol(); in processInstruction() local
|