Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h246 double RTNAME(MaxvalReal8)(const Descriptor &, const char *source, int line,
/llvm-project-15.0.7/flang/runtime/
H A Dextrema.cpp510 CppTypeFor<TypeCategory::Real, 8> RTNAME(MaxvalReal8)(const Descriptor &x, in RTNAME() argument
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp65 EXPECT_EQ(RTNAME(MaxvalReal8)(*array, __FILE__, __LINE__), 22.0); in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp553 func = fir::runtime::getRuntimeFunc<mkRTKey(MaxvalReal8)>(loc, builder); in genMaxval()