HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_ALIGN_STATICALLY (Results 1 - 10 of 10) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/
Macros.h 18 #define EIGEN_ARCH_WANTS_ALIGNMENT EIGEN_ALIGN_STATICALLY
  /external/eigen/test/
unalignedassert.cpp 66 #if EIGEN_ALIGN_STATICALLY
82 #if EIGEN_ALIGN_STATICALLY
112 #if EIGEN_ALIGN_STATICALLY
dynalloc.cpp 107 #if EIGEN_ALIGN_STATICALLY
geo_parametrizedline.cpp 89 #if defined(EIGEN_VECTORIZE) && EIGEN_ALIGN_STATICALLY
geo_hyperplane.cpp 138 #if defined(EIGEN_VECTORIZE) && EIGEN_ALIGN_STATICALLY
geo_quaternion.cpp 221 #if defined(EIGEN_VECTORIZE) && EIGEN_ALIGN_STATICALLY
geo_transformations.cpp 431 #if defined(EIGEN_VECTORIZE) && EIGEN_ALIGN_STATICALLY
  /external/eigen/Eigen/src/Core/util/
Macros.h 78 // EIGEN_ALIGN_STATICALLY is the true test whether we want to align arrays on the stack or not. It takes into account both the user choice to explicitly disable
79 // alignment (EIGEN_DONT_ALIGN_STATICALLY) and the architecture config (EIGEN_ARCH_WANTS_STACK_ALIGNMENT). Henceforth, only EIGEN_ALIGN_STATICALLY should be used.
81 #define EIGEN_ALIGN_STATICALLY 1
83 #define EIGEN_ALIGN_STATICALLY 0
269 #if EIGEN_ALIGN_STATICALLY
XprHelper.h 116 #if EIGEN_ALIGN_STATICALLY
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 365 #if EIGEN_ALIGN_STATICALLY

Completed in 255 milliseconds