Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumeric.cpp23 EXPECT_EQ(RTNAME(Ceiling8_8)(Real<8>{-3.7}), -3); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dnumeric.h40 CppTypeFor<TypeCategory::Integer, 8> RTNAME(Ceiling8_8)(
/llvm-project-15.0.7/flang/runtime/
H A Dnumeric.cpp294 CppTypeFor<TypeCategory::Integer, 8> RTNAME(Ceiling8_8)( in RTNAME() argument