Searched refs:EIGEN_STACK_ALLOCATION_LIMIT (Results 1 – 10 of 10) sorted by relevance
15 #define EIGEN_STACK_ALLOCATION_LIMIT 100000000 macro
14 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
12 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
173 ) && (blockSize*sizeof(Scalar)*2<EIGEN_STACK_ALLOCATION_LIMIT) in stableNorm()
32 #if EIGEN_STACK_ALLOCATION_LIMIT in check_static_allocation_size()33 …EIGEN_STATIC_ASSERT(Size * sizeof(T) <= EIGEN_STACK_ALLOCATION_LIMIT, OBJECT_ALLOCATED_ON_STACK_IS… in check_static_allocation_size()
797 #ifndef EIGEN_STACK_ALLOCATION_LIMIT799 #define EIGEN_STACK_ALLOCATION_LIMIT 131072 macro
638 … (sizeof(TYPE)*SIZE<=EIGEN_STACK_ALLOCATION_LIMIT) ? EIGEN_ALIGNED_ALLOCA(sizeof(TYPE)*SIZE) \640 …tack_memory_destructor)((BUFFER)==0 ? NAME : 0,SIZE,sizeof(TYPE)*SIZE>EIGEN_STACK_ALLOCATION_LIMIT)
21 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
120 …- \b \c EIGEN_STACK_ALLOCATION_LIMIT - defines the maximum bytes for a buffer to be allocated on t…