Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumeric.cpp85 EXPECT_EQ(RTNAME(Nearest8)(Real<8>{1.0}, true), in TEST()
87 EXPECT_EQ(RTNAME(Nearest8)(Real<8>{1.0}, false), in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dnumeric.h305 CppTypeFor<TypeCategory::Real, 8> RTNAME(Nearest8)(
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DNumeric.cpp285 func = fir::runtime::getRuntimeFunc<mkRTKey(Nearest8)>(loc, builder); in genNearest()
/llvm-project-15.0.7/flang/runtime/
H A Dnumeric.cpp648 CppTypeFor<TypeCategory::Real, 8> RTNAME(Nearest8)( in RTNAME() argument