Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dhost.h85 inline constexpr HostType<FTN_T> CastFortranToHost(const Scalar<FTN_T> &x) { in CastFortranToHost() function
91 return HostType<FTN_T>{CastFortranToHost<typename FTN_T::Part>(x.REAL()), in CastFortranToHost()
92 CastFortranToHost<typename FTN_T::Part>(x.AIMAG())}; in CastFortranToHost()
Dintrinsics-library.cpp153 hostResult = func(host::CastFortranToHost<TA>( in ApplyHostFunctionHelper()
157 hostResult = func(host::CastFortranToHost<TA>(std::get<I>(scalarArgs))...); in ApplyHostFunctionHelper()
/external/llvm-project/flang/unittests/Evaluate/
Dfolding.cpp64 std::abs(host::CastFortranToHost<R4>(y1Flushing) + 88.) > 2); in TestHostRuntimeSubnormalFlushing()
66 std::abs(host::CastFortranToHost<R4>(y1NoFlushing) + 88.) < 2); in TestHostRuntimeSubnormalFlushing()