Home
last modified time | relevance | path

Searched defs:zy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp267 Expr<SomeComplex> zy{ConvertTo(zx, std::move(iry))}; in MixedComplexLeft() local
270 Expr<SomeComplex> zy{PromoteRealToComplex(std::move(iry))}; in MixedComplexLeft() local
285 Expr<SomeComplex> &&zy, int defaultRealKind) { in MixedComplexRight()
348 [](Expr<SomeComplex> &&zx, Expr<SomeComplex> &&zy) { in NumericOperation()
360 [&](Expr<SomeInteger> &&ix, Expr<SomeComplex> &&zy) { in NumericOperation()
364 [&](Expr<SomeReal> &&rx, Expr<SomeComplex> &&zy) { in NumericOperation()
500 Expr<SomeComplex> &&zy) -> std::optional<Expr<LogicalResult>> { in Relate()
518 [&](Expr<SomeInteger> &&ix, Expr<SomeComplex> &&zy) { in Relate()
522 [&](Expr<SomeReal> &&rx, Expr<SomeComplex> &&zy) { in Relate()
/external/swiftshader/src/Reactor/
DReactor.hpp1580 Swizzle2<Vector4, 0x2111> zy; member