Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp232 Expr<SomeReal> GetComplexPart(const Expr<SomeComplex> &z, bool isImaginary) { in GetComplexPart() function
241 Expr<SomeReal> GetComplexPart(Expr<SomeComplex> &&z, bool isImaginary) { in GetComplexPart() function
272 Expr<SomeReal> zr{GetComplexPart(zx, false)}; in MixedComplexLeft()
273 Expr<SomeReal> zi{GetComplexPart(zx, true)}; in MixedComplexLeft()
343 Expr<SomeReal> zr{GetComplexPart(zy, false)}; in MixedComplexRight()
344 Expr<SomeReal> zi{GetComplexPart(zy, true)}; in MixedComplexRight()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h150 Expr<SomeReal> GetComplexPart(
152 Expr<SomeReal> GetComplexPart(Expr<SomeComplex> &&, bool isImaginary = false);