Home
last modified time | relevance | path

Searched refs:EIGEN_STACK_ALLOCATION_LIMIT (Results 1 – 10 of 10) sorted by relevance

/external/eigen/test/eigen2/
Deigen2_nomalloc.cpp16 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
/external/eigen/test/
Dexceptions.cpp15 #define EIGEN_STACK_ALLOCATION_LIMIT 100000000 macro
Dnomalloc.cpp22 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
Djacobisvd.cpp12 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
/external/eigen/Eigen/src/Core/util/
DMacros.h299 #ifndef EIGEN_STACK_ALLOCATION_LIMIT
301 #define EIGEN_STACK_ALLOCATION_LIMIT 131072 macro
DMemory.h592 … (sizeof(TYPE)*SIZE<=EIGEN_STACK_ALLOCATION_LIMIT) ? EIGEN_ALIGNED_ALLOCA(sizeof(TYPE)*SIZE) \
594 …tack_memory_destructor)((BUFFER)==0 ? NAME : 0,SIZE,sizeof(TYPE)*SIZE>EIGEN_STACK_ALLOCATION_LIMIT)
/external/eigen/Eigen/src/Core/
DDenseStorage.h30 #if EIGEN_STACK_ALLOCATION_LIMIT in check_static_allocation_size()
31 …EIGEN_STATIC_ASSERT(Size * sizeof(T) <= EIGEN_STACK_ALLOCATION_LIMIT, OBJECT_ALLOCATED_ON_STACK_IS… in check_static_allocation_size()
DProductBase.h91 …c) || (BasePlainObject::SizeAtCompileTime*int(sizeof(Scalar)) < int(EIGEN_STACK_ALLOCATION_LIMIT)),
/external/eigen/unsupported/test/
Dsvd_common.h17 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
/external/eigen/doc/
DPreprocessorDirectives.dox75 …- \b EIGEN_STACK_ALLOCATION_LIMIT - defines the maximum bytes for a buffer to be allocated on the …