Home
last modified time | relevance | path

Searched refs:CppDotProductComplex8 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Ddot-product.cpp202 void RTNAME(CppDotProductComplex8)(std::complex<double> &result, in RTNAME() argument
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp596 RTNAME(CppDotProductComplex8) in TEST()
599 RTNAME(CppDotProductComplex8) in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h365 void RTNAME(CppDotProductComplex8)(std::complex<double> &, const Descriptor &,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp799 func = fir::runtime::getRuntimeFunc<mkRTKey(CppDotProductComplex8)>( in genDotProduct()