Lines Matching refs:defaultRealKind
110 Expr<SomeType> &&y, int defaultRealKind) { in ConvertRealOperands() argument
119 defaultRealKind, std::move(ix)), in ConvertRealOperands()
121 defaultRealKind, std::move(iy)))}; in ConvertRealOperands()
142 defaultRealKind, std::move(ix)), in ConvertRealOperands()
144 defaultRealKind, std::move(by)))}; in ConvertRealOperands()
150 defaultRealKind, std::move(bx)), in ConvertRealOperands()
152 defaultRealKind, std::move(iy)))}; in ConvertRealOperands()
210 Expr<SomeType> &&imaginary, int defaultRealKind) { in ConstructComplex() argument
212 messages, std::move(real), std::move(imaginary), defaultRealKind)}) { in ConstructComplex()
224 std::optional<Expr<SomeType>> &&imaginary, int defaultRealKind) { in ConstructComplex() argument
227 std::get<1>(std::move(*parts)), defaultRealKind); in ConstructComplex()
271 Expr<SomeKind<RCAT>> &&iry, [[maybe_unused]] int defaultRealKind) { in MixedComplexLeft() argument
280 AsGenericExpr(std::move(iry)), defaultRealKind)}) { in MixedComplexLeft()
282 AsGenericExpr(std::move(zi)), defaultRealKind)); in MixedComplexLeft()
291 AsGenericExpr(std::move(iry)), defaultRealKind)}; in MixedComplexLeft()
293 AsGenericExpr(std::move(copy)), defaultRealKind)}; in MixedComplexLeft()
296 std::get<1>(std::move(*parts)), defaultRealKind)); in MixedComplexLeft()
330 Expr<SomeComplex> &&zy, [[maybe_unused]] int defaultRealKind) { in MixedComplexRight() argument
334 messages, std::move(zy), std::move(irx), defaultRealKind); in MixedComplexRight()
339 messages, std::move(zy), std::move(irx), defaultRealKind); in MixedComplexRight()
347 AsGenericExpr(std::move(zr)), defaultRealKind)}) { in MixedComplexRight()
349 AsGenericExpr(-std::move(zi)), defaultRealKind)); in MixedComplexRight()
370 Expr<SomeType> &&y, int defaultRealKind) { in NumericOperation() argument
402 messages, std::move(zx), std::move(iy), defaultRealKind); in NumericOperation()
406 messages, std::move(zx), std::move(ry), defaultRealKind); in NumericOperation()
410 messages, std::move(ix), std::move(zy), defaultRealKind); in NumericOperation()
414 messages, std::move(rx), std::move(zy), defaultRealKind); in NumericOperation()
420 defaultRealKind); in NumericOperation()
425 defaultRealKind); in NumericOperation()
429 AsGenericExpr(ConvertTo(ix, std::move(by))), defaultRealKind); in NumericOperation()
433 AsGenericExpr(ConvertTo(rx, std::move(by))), defaultRealKind); in NumericOperation()
447 int defaultRealKind);
450 int defaultRealKind);
453 int defaultRealKind);
456 int defaultRealKind);
459 int defaultRealKind);