Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumeric.cpp117 std::isnan(RTNAME(Scale8)(std::numeric_limits<Real<8>>::quiet_NaN(), 1))); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dnumeric.h347 CppTypeFor<TypeCategory::Real, 8> RTNAME(Scale8)(
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DNumeric.cpp349 func = fir::runtime::getRuntimeFunc<mkRTKey(Scale8)>(loc, builder); in genScale()
/llvm-project-15.0.7/flang/runtime/
H A Dnumeric.cpp800 CppTypeFor<TypeCategory::Real, 8> RTNAME(Scale8)( in RTNAME() argument