Searched refs:GetComplexPart (Results 1 – 2 of 2) sorted by relevance
232 Expr<SomeReal> GetComplexPart(const Expr<SomeComplex> &z, bool isImaginary) { in GetComplexPart() function241 Expr<SomeReal> GetComplexPart(Expr<SomeComplex> &&z, bool isImaginary) { in GetComplexPart() function272 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()
150 Expr<SomeReal> GetComplexPart(152 Expr<SomeReal> GetComplexPart(Expr<SomeComplex> &&, bool isImaginary = false);