Searched refs:EIGEN_STACK_ALLOCATION_LIMIT (Results 1 - 8 of 8) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_nomalloc.cpp16 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
/external/eigen/test/
H A Dexceptions.cpp15 #define EIGEN_STACK_ALLOCATION_LIMIT 100000000 macro
H A Dnomalloc.cpp22 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
H A Djacobisvd.cpp12 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
/external/eigen/Eigen/src/Core/util/
H A DMacros.h291 #ifndef EIGEN_STACK_ALLOCATION_LIMIT
293 #define EIGEN_STACK_ALLOCATION_LIMIT 131072 macro
H A DMemory.h566 * if SIZE is smaller than EIGEN_STACK_ALLOCATION_LIMIT, and if stack allocation is supported by the platform
591 (sizeof(TYPE)*SIZE<=EIGEN_STACK_ALLOCATION_LIMIT) ? EIGEN_ALIGNED_ALLOCA(sizeof(TYPE)*SIZE) \
593 Eigen::internal::aligned_stack_memory_handler<TYPE> EIGEN_CAT(NAME,_stack_memory_destructor)((BUFFER)==0 ? NAME : 0,SIZE,sizeof(TYPE)*SIZE>EIGEN_STACK_ALLOCATION_LIMIT)
/external/eigen/Eigen/src/Core/
H A DDenseStorage.h29 // if EIGEN_STACK_ALLOCATION_LIMIT is defined to 0, then no limit
30 #if EIGEN_STACK_ALLOCATION_LIMIT
31 EIGEN_STATIC_ASSERT(Size * sizeof(T) <= EIGEN_STACK_ALLOCATION_LIMIT, OBJECT_ALLOCATED_ON_STACK_IS_TOO_BIG);
/external/eigen/unsupported/test/
H A Dsvd_common.h17 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro

Completed in 150 milliseconds