Home
last modified time | relevance | path

Searched defs:DotProduct (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/runtime/
H A Ddot-product.cpp122 template <TypeCategory RCAT, int RKIND> struct DotProduct { global() struct
123 ResultFortran::runtime::DotProduct global() argument
124 DP1Fortran::runtime::DotProduct global() argument
147 operator ()Fortran::runtime::DotProduct operator ()() argument
[all...]
/llvm-project/flang/unittests/Runtime/
H A DReduction.cpp588 TEST(Reductions, DotProduct) { in TEST() argument