Home
last modified time | relevance | path

Searched refs:EIGEN_MALLOC_ALREADY_ALIGNED (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMemory.h23 #ifndef EIGEN_MALLOC_ALREADY_ALIGNED
55 #define EIGEN_MALLOC_ALREADY_ALIGNED 1 macro
57 #define EIGEN_MALLOC_ALREADY_ALIGNED 0 macro
158 #if (EIGEN_DEFAULT_ALIGN_BYTES==0) || EIGEN_MALLOC_ALREADY_ALIGNED in aligned_malloc()
176 #if (EIGEN_DEFAULT_ALIGN_BYTES==0) || EIGEN_MALLOC_ALREADY_ALIGNED in aligned_free()
193 #if (EIGEN_DEFAULT_ALIGN_BYTES==0) || EIGEN_MALLOC_ALREADY_ALIGNED in aligned_realloc()
/external/eigen/Eigen/
DQtAlignedMalloc13 #if (!EIGEN_MALLOC_ALREADY_ALIGNED)
/external/eigen/doc/
DPreprocessorDirectives.dox100 …- \b \c EIGEN_MALLOC_ALREADY_ALIGNED - Can be set to 0 or 1 to tell whether default system \c mall…