Home
last modified time | relevance | path

Searched defs:OuterSize (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h24 enum { OuterSize = IsRowMajor ? BlockRows : BlockCols }; enumerator
92 enum { OuterSize = IsRowMajor ? BlockRows : BlockCols }; enumerator
263 enum { OuterSize = IsRowMajor ? BlockRows : BlockCols }; enumerator
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1081 uint64_t OuterSize = Context.getTypeSize(DestType); in EmitConstantValue() local