Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Ddot-product.cpp196 void RTNAME(CppDotProductComplex4)(std::complex<float> &result, in RTNAME() argument
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h363 void RTNAME(CppDotProductComplex4)(std::complex<float> &, const Descriptor &,
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp603 RTNAME(CppDotProductComplex4) in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp796 func = fir::runtime::getRuntimeFunc<mkRTKey(CppDotProductComplex4)>( in genDotProduct()