HomeSort by relevance Sort by last modified time
    Searched refs:ConstantBlock (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 403 typedef Replicate<const ConstantColumn,Rows,1> ConstantBlock;
405 typedef CwiseBinaryOp<internal::scalar_sum_op<typename Lhs::Scalar,typename Rhs::Scalar>, const LinearProduct, const ConstantBlock> Xpr;
414 typedef typename helper::ConstantBlock ConstantBlock;
420 + ConstantBlock(xpr.rhs().row(xpr.rhs().rows()-1),xpr.lhs().rows(), 1) )
456 typedef Replicate<const ConstantColumn,1,Cols> ConstantBlock;
458 typedef CwiseBinaryOp<internal::scalar_sum_op<typename Lhs::Scalar,typename Rhs::Scalar>, const LinearProduct, const ConstantBlock> Xpr;
467 typedef typename helper::ConstantBlock ConstantBlock;
473 + ConstantBlock(xpr.lhs().col(xpr.lhs().cols()-1),1,xpr.rhs().cols())
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]

Completed in 269 milliseconds