OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EIGEN_STACK_ALLOCATION_LIMIT
(Results
1 - 6
of
6
) sorted by null
/external/eigen/test/eigen2/
eigen2_nomalloc.cpp
16
#define
EIGEN_STACK_ALLOCATION_LIMIT
0
/external/eigen/test/
exceptions.cpp
15
#define
EIGEN_STACK_ALLOCATION_LIMIT
100000000
nomalloc.cpp
16
#define
EIGEN_STACK_ALLOCATION_LIMIT
0
jacobisvd.cpp
12
#define
EIGEN_STACK_ALLOCATION_LIMIT
0
/external/eigen/Eigen/src/Core/util/
Macros.h
284
#ifndef
EIGEN_STACK_ALLOCATION_LIMIT
285
#define
EIGEN_STACK_ALLOCATION_LIMIT
20000
Memory.h
542
* if SIZE is smaller than
EIGEN_STACK_ALLOCATION_LIMIT
, and if stack allocation is supported by the platform
567
(sizeof(TYPE)*SIZE<=
EIGEN_STACK_ALLOCATION_LIMIT
) ? EIGEN_ALIGNED_ALLOCA(sizeof(TYPE)*SIZE) \
569
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
)
[
all
...]
Completed in 39 milliseconds