Lines Matching refs:rx

128           [&](Expr<SomeReal> &&rx,  in ConvertRealOperands()
131 std::move(rx), ConvertTo(rx, std::move(iy)))}; in ConvertRealOperands()
133 [&](Expr<SomeReal> &&rx, in ConvertRealOperands() argument
136 std::move(rx), std::move(ry))}; in ConvertRealOperands()
154 [&](Expr<SomeReal> &&rx, in ConvertRealOperands() argument
157 std::move(rx), ConvertTo(rx, std::move(by)))}; in ConvertRealOperands()
192 Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) { in MixedRealLeft() argument
205 std::move(rx.u))); in MixedRealLeft()
377 [](Expr<SomeReal> &&rx, Expr<SomeReal> &&ry) { in NumericOperation() argument
379 std::move(rx), std::move(ry))); in NumericOperation()
382 [](Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) { in NumericOperation() argument
383 return MixedRealLeft<OPR>(std::move(rx), std::move(iy)); in NumericOperation()
412 [&](Expr<SomeReal> &&rx, Expr<SomeComplex> &&zy) { in NumericOperation() argument
414 messages, std::move(rx), std::move(zy), defaultRealKind); in NumericOperation()
431 [&](Expr<SomeReal> &&rx, BOZLiteralConstant &&by) { in NumericOperation() argument
433 AsGenericExpr(ConvertTo(rx, std::move(by))), defaultRealKind); in NumericOperation()
527 [=](Expr<SomeReal> &&rx, in Relate()
529 return PromoteAndRelate(opr, std::move(rx), std::move(ry)); in Relate()
531 [&](Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) { in Relate() argument
533 AsGenericExpr(ConvertTo(rx, std::move(iy)))); in Relate()
562 [&](Expr<SomeReal> &&rx, Expr<SomeComplex> &&zy) { in Relate() argument
564 AsGenericExpr(ConvertTo(zy, std::move(rx))), std::move(y)); in Relate()