Lines Matching refs:NumericOperation
279 NumericOperation<OPR>(messages, AsGenericExpr(std::move(zr)), in MixedComplexLeft()
290 auto rr{NumericOperation<OPR>(messages, AsGenericExpr(std::move(zr)), in MixedComplexLeft()
292 auto ri{NumericOperation<OPR>(messages, AsGenericExpr(std::move(zi)), in MixedComplexLeft()
346 NumericOperation<Subtract>(messages, AsGenericExpr(std::move(irx)), in MixedComplexRight()
368 std::optional<Expr<SomeType>> NumericOperation( in NumericOperation() function
418 return NumericOperation<OPR>(messages, in NumericOperation()
423 return NumericOperation<OPR>(messages, in NumericOperation()
428 return NumericOperation<OPR>(messages, std::move(x), in NumericOperation()
432 return NumericOperation<OPR>(messages, std::move(x), in NumericOperation()
445 template std::optional<Expr<SomeType>> NumericOperation<Power>(
448 template std::optional<Expr<SomeType>> NumericOperation<Multiply>(
451 template std::optional<Expr<SomeType>> NumericOperation<Divide>(
454 template std::optional<Expr<SomeType>> NumericOperation<Add>(
457 template std::optional<Expr<SomeType>> NumericOperation<Subtract>(