Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumeric.cpp81 EXPECT_EQ(RTNAME(Nearest4)(Real<4>{0}, true), in TEST()
83 EXPECT_EQ(RTNAME(Nearest4)(Real<4>{3.0}, true), in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dnumeric.h303 CppTypeFor<TypeCategory::Real, 4> RTNAME(Nearest4)(
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DNumeric.cpp283 func = fir::runtime::getRuntimeFunc<mkRTKey(Nearest4)>(loc, builder); in genNearest()
/llvm-project-15.0.7/flang/runtime/
H A Dnumeric.cpp644 CppTypeFor<TypeCategory::Real, 4> RTNAME(Nearest4)( in RTNAME() argument