OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alignmentmatch
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/Core/
Ref.h
44
AlignmentMatch
= (int(traits<PlainObjectType>::Alignment)==int(Unaligned)) || (DerivedAlignment >= int(Alignment)), // FIXME the first condition is not very clear, it should be replaced by the required alignment
46
MatchAtCompileTime = HasDirectAccess && StorageOrderMatch && InnerStrideMatch && OuterStrideMatch &&
AlignmentMatch
&& ScalarTypeMatch
Completed in 216 milliseconds