Home
last modified time | relevance | path

Searched refs:Real8 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/unittests/Evaluate/
Dintrinsics.cpp154 using Real8 = Type<TypeCategory::Real, 8>; in TestIntrinsics() typedef
198 .Push(Const(Scalar<Real8>{})) in TestIntrinsics()
199 .DoCall(Real8::GetType()); in TestIntrinsics()
205 .DoCall(Real8::GetType()); in TestIntrinsics()
251 .Push(Const(Scalar<Real8>{})) in TestIntrinsics()
Dreal.cpp16 using Real8 = Scalar<Type<TypeCategory::Real, 8>>; typedef
517 basicTests<Real8>(rm, rounding); in roundTest()
522 subsetTests<std::uint64_t, double, Real8>(rm, rounding, opds); in roundTest()