HomeSort by relevance Sort by last modified time
    Searched defs:arg1Expr (Results 1 - 5 of 5) 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> >{};
  /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)
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 534 milliseconds