Home
last modified time | relevance | path

Searched refs:SumReal8 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dsum.cpp128 CppTypeFor<TypeCategory::Real, 8> RTNAME(SumReal8)(const Descriptor &x, in RTNAME() argument
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h69 double RTNAME(SumReal8)(const Descriptor &, const char *source, int line,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp875 func = fir::runtime::getRuntimeFunc<mkRTKey(SumReal8)>(loc, builder); in genSum()