OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantBlock
(Results
1 - 3
of
3
) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
[
all
...]
Completed in 242 milliseconds