Home
last modified time | relevance | path

Searched refs:NumericOperation (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp234 NumericOperation<OPR>(messages, AsGenericExpr(std::move(zr)), in MixedComplexLeft()
245 auto rr{NumericOperation<OPR>(messages, AsGenericExpr(std::move(zr)), in MixedComplexLeft()
247 auto ri{NumericOperation<OPR>(messages, AsGenericExpr(std::move(zi)), in MixedComplexLeft()
298 NumericOperation<Subtract>(messages, AsGenericExpr(std::move(irx)), in MixedComplexRight()
320 std::optional<Expr<SomeType>> NumericOperation( in NumericOperation() function
370 return NumericOperation<OPR>(messages, in NumericOperation()
375 return NumericOperation<OPR>(messages, in NumericOperation()
380 return NumericOperation<OPR>(messages, std::move(x), in NumericOperation()
384 return NumericOperation<OPR>(messages, std::move(x), in NumericOperation()
397 template std::optional<Expr<SomeType>> NumericOperation<Power>(
[all …]
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h539 std::optional<Expr<SomeType>> NumericOperation(parser::ContextualMessages &,
542 extern template std::optional<Expr<SomeType>> NumericOperation<Power>(
545 extern template std::optional<Expr<SomeType>> NumericOperation<Multiply>(
548 extern template std::optional<Expr<SomeType>> NumericOperation<Divide>(
551 extern template std::optional<Expr<SomeType>> NumericOperation<Add>(
554 extern template std::optional<Expr<SomeType>> NumericOperation<Subtract>(
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp2369 return NumericOperation<OPR>(context.GetContextualMessages(), in NumericBinaryHelper()