OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arg1expr
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclExtractFunctors.h
79
template <template <class, class, class, class> class TernaryCategory, typename OP, typename
Arg1Expr
, typename Arg2Expr, typename Arg3Expr,typename Dev>
80
struct FunctorExtractor<TensorEvaluator<const TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev> > {
81
FunctorExtractor<TensorEvaluator<
Arg1Expr
, Dev> >
arg1Expr
;
85
FunctorExtractor(const TensorEvaluator<const TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev>& expr)
86
:
arg1Expr
(expr.arg1Impl()), arg2Expr(expr.arg2Impl()), arg3Expr(expr.arg3Impl()), func(expr.functor()) {}
91
template <template <class, class, class, class> class TernaryCategory, typename OP, typename
Arg1Expr
, typename Arg2Expr, typename Arg3Expr, typename Dev>
92
struct FunctorExtractor<TensorEvaluator< TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev> >
93
:FunctorExtractor<TensorEvaluator<const TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev> >{};
TensorSyclExprConstructor.h
104
typename
Arg1Expr
, typename Arg2Expr, typename Arg3Expr, typename... Params>\
105
struct ExprConstructor<CVQual TernaryCategory<OP, OrigArg1Expr, OrigArg2Expr, OrigArg3Expr>, CVQual TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Params...> {\
106
typedef ExprConstructor<OrigArg1Expr,
Arg1Expr
, Params...> my_arg1_type;\
110
my_arg1_type
arg1Expr
;\
116
:
arg1Expr
(funcD.
arg1Expr
, t), arg2Expr(funcD.arg2Expr, t), arg3Expr(funcD.arg3Expr, t), expr(
arg1Expr
.expr, arg2Expr.expr, arg3Expr.expr, funcD.func) {}\
TensorSyclExtractAccessor.h
96
template <template<class, class, class, class> class TernaryCategory, typename OP, typename
Arg1Expr
, typename Arg2Expr, typename Arg3Expr, typename Dev>
97
struct ExtractAccessor<TensorEvaluator<const TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev> > {
98
static inline auto getTuple(cl::sycl::handler& cgh, const TensorEvaluator<const TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev> eval)
105
template <template<class, class, class, class> class TernaryCategory, typename OP, typename
Arg1Expr
, typename Arg2Expr, typename Arg3Expr, typename Dev>
106
struct ExtractAccessor<TensorEvaluator<TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev> >
107
: ExtractAccessor<TensorEvaluator<const TernaryCategory<OP,
Arg1Expr
, Arg2Expr, Arg3Expr>, Dev> >{};
/external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java
82
Expression
arg1Expr
= this.getArg1();
84
if (null !=
arg1Expr
)
91
XObject arg2 =
arg1Expr
.execute(xctxt);
163
if (null ==
arg1Expr
&& DTM.NULL != pos)
Completed in 250 milliseconds