Home
last modified time | relevance | path

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

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