Home
last modified time | relevance | path

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

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