Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumeric.cpp37 EXPECT_EQ(RTNAME(Exponent8_8)(std::numeric_limits<Real<8>>::infinity()), in TEST()
39 EXPECT_EQ(RTNAME(Exponent8_8)(std::numeric_limits<Real<8>>::quiet_NaN()), in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dnumeric.h82 CppTypeFor<TypeCategory::Integer, 8> RTNAME(Exponent8_8)(
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DNumeric.cpp227 func = fir::runtime::getRuntimeFunc<mkRTKey(Exponent8_8)>(loc, builder); in genExponent()
/llvm-project-15.0.7/flang/runtime/
H A Dnumeric.cpp364 CppTypeFor<TypeCategory::Integer, 8> RTNAME(Exponent8_8)( in RTNAME() argument