Home
last modified time | relevance | path

Searched defs:dot (Results 1 – 25 of 158) sorted by relevance

1234567

/external/eigen/Eigen/src/SparseCore/
DSparseDot.h18 SparseMatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const in dot() function
43 SparseMatrixBase<Derived>::dot(const SparseMatrixBase<OtherDerived>& other) const in dot() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DDOTGenerator.java72 ST dot = null; in getDOT() local
111 protected void walkCreatingDFADOT(ST dot, in walkCreatingDFADOT()
161 protected void walkRuleNFACreatingDOT(ST dot, in walkRuleNFACreatingDOT()
/external/cblas/src/
Dcblas_ddot.c15 double dot; in cblas_ddot() local
Dcblas_sdot.c15 float dot; in cblas_sdot() local
Dcblas_dsdot.c15 double dot; in cblas_dsdot() local
Dcblas_sdsdot.c15 float dot; in cblas_sdsdot() local
/external/tensorflow/tensorflow/contrib/solvers/python/ops/
Dutil.py66 def dot(x, y): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding.cc35 const HloInstruction& dot, in CanFoldOperandsIntoDot()
80 auto* dot = pair.first; in FoldTransposeIntoDot() local
Dtranspose_folding_test.cc45 const TransposeFolding::OperandIndices& candidate_operands) { in FoldTranspose()
70 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
113 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
181 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
Ddot_decomposer.cc32 Status DecomposeBatchDot(HloInstruction* dot) { in DecomposeBatchDot()
177 for (auto* dot : batch_dots) { in Run() local
/external/ppp/pppd/plugins/pppoatm/
Dtext2atm.c78 int count,pos,dot; in do_try_nsap() local
163 int i,dot,result; in try_e164() local
/external/eigen/blas/
Dlevel1_real_impl.h27 Scalar EIGEN_BLAS_FUNC(dot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) in EIGEN_BLAS_FUNC() argument
/external/swiftshader/src/Shader/
DVertexPipeline.cpp297 Float4 dot; in pipeline() local
348 Float4 dot = Max(dot3(C, normal), Float4(0.0f)); // FIXME: max(dot3(C, normal), 0) in pipeline() local
649 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local
700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc51 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
70 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
91 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
113 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
132 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
151 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
180 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F()
638 auto* dot = builder.AddInstruction( in CreateComputationForDotAddOutputFusionTest() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java678 String dot = dotGenerator.getDOT(dfa.startState); in generateDFAs() local
701 String dot = dotGenerator.getDOT(r.startState); in generateNFAs() local
711 protected void writeDOTFile(Grammar g, Rule r, String dot) throws IOException { in writeDOTFile()
715 protected void writeDOTFile(Grammar g, String name, String dot) throws IOException { in writeDOTFile()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultioutput_fusion_test.cc84 HloInstruction* dot = builder.AddInstruction( in RunTest2D() local
143 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in RunTest1D() local
/external/skqp/src/sksl/lex/
DRegexParser.cpp101 void RegexParser::dot() { in dot() function in RegexParser
/external/skia/src/sksl/lex/
DRegexParser.cpp101 void RegexParser::dot() { in dot() function in RegexParser
/external/perf_data_converter/src/quipper/
Dconversion_utils.cc29 auto dot = format.find('.'); in ParseFormatOptions() local
/external/pdfium/core/fxge/freetype/
Dfx_freetype.cpp139 const char* dot = nullptr; in FXFT_unicode_from_adobe_name() local
/external/libchrome/base/files/
Dfile_path.cc371 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local
380 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local
391 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local
402 const StringType::size_type dot = FinalExtensionSeparatorPosition(path_); in RemoveFinalExtension() local
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c382 GLfloat dot = ((arg0[i][RCOMP] - 0.5F) * (arg1[i][RCOMP] - 0.5F) + in texture_combine() local
394 GLfloat dot = ((arg0[i][RCOMP] - 0.5F) * (arg1[i][RCOMP] - 0.5F) + in texture_combine() local
/external/python/cpython3/Modules/_decimal/libmpdec/
Dio.c325 #define EXTRACT_DIGIT(s, x, d, dot) \ argument
328 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string()
397 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot()
968 const char *dot, /* location of optional decimal point */ in _mpd_add_sep_dot()
1073 const char *sign = NULL, *intpart = NULL, *dot = NULL; in _mpd_apply_lconv() local
/external/eigen/Eigen/src/Geometry/
DQuaternion.h134 …template<class OtherDerived> EIGEN_DEVICE_FUNC inline Scalar dot(const QuaternionBase<OtherDerived… in dot() function
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dalgebra.hpp154 dot(U &&u, V &&v) { in dot() function

1234567