OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Unrolling
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
Assign.h
20
* Part 1 : the logic deciding a strategy for traversal and
unrolling
*
89
Unrolling
= (int(Traversal) == int(InnerVectorizedTraversal) || int(Traversal) == int(DefaultTraversal))
121
EIGEN_DEBUG_VAR(
Unrolling
)
241
int
Unrolling
= assign_traits<Derived1, Derived2>::
Unrolling
,
249
template<typename Derived1, typename Derived2, int
Unrolling
, int Version>
250
struct assign_impl<Derived1, Derived2, InvalidTraversal,
Unrolling
, Version>
Redux.h
23
* Part 1 : the logic deciding a strategy for vectorization and
unrolling
64
Unrolling
= Cost != Dynamic && Cost <= UnrollingLimit
164
int
Unrolling
= redux_traits<Func, Derived>::
Unrolling
SolveTriangular.h
35
Unrolling
= (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompileTime <= 8)
44
int
Unrolling
= trsolve_traits<Lhs,Rhs,Side>::
Unrolling
,
108
* meta-
unrolling
implementation
Completed in 1087 milliseconds