Home
last modified time | relevance | path

Searched defs:Dot (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Ddot.rs50 pub struct Dot<'a, G> struct
64 impl<'a, G> Dot<'a, G> argument
147 impl<'a, G> Dot<'a, G> impl
204 impl<'a, G> fmt::Display for Dot<'a, G> implementation
215 impl<'a, G> fmt::Debug for Dot<'a, G> implementation
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers.h472 inline ::testing::Matcher<const ::xla::HloInstruction*> Dot() { in Dot() function
477 inline ::testing::Matcher<const ::xla::HloInstruction*> Dot( in Dot() function
492 inline ::testing::Matcher<const ::xla::HloInstruction*> Dot( in Dot() function
/aosp_15_r20/external/skia/include/core/
H A DSkM44.h25 static SkScalar Dot(SkV2 a, SkV2 b) { return a.x * b.x + a.y * b.y; } in Dot() function
64 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
106 static SkScalar Dot(const SkV4& a, const SkV4& b) { in Dot() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp594 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction() local
629 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dfinger_metrics.cc17 float Dot(const Vector2& left, const Vector2& right) { in Dot() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/cfg/
Dcfg.go220 func (g *CFG) Dot(fset *token.FileSet) string { func
/aosp_15_r20/external/rust/android-crates-io/crates/macaddr/src/parser/
Dmod.rs53 Dot, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dproto_path.rs20 Dot(String), enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md998 ## Dot section in Operation Semantics
/aosp_15_r20/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h53 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py50 def Dot(): function
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py48 def Dot(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/
Dfixer_util.py48 def Dot(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/
Dfixer_util.py48 def Dot(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/
Dfixer_util.py48 def Dot(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/
Dfixer_util.py48 def Dot(): function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp547 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Dmerge.py576 class Dot(_Merge): class
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp694 MCSymbol *Dot = Context.createTempSymbol(); in emitExceptionTable() local

1234