Home
last modified time | relevance | path

Searched refs:EIGEN_ALIGN (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMemory.h217 #if !EIGEN_ALIGN in aligned_malloc()
240 #if !EIGEN_ALIGN in aligned_free()
265 #if !EIGEN_ALIGN in aligned_realloc()
610 #if EIGEN_ALIGN
DMacros.h73 #define EIGEN_ALIGN 0 macro
75 #define EIGEN_ALIGN 1 macro
DXprHelper.h146 #if EIGEN_ALIGN
/external/eigen/test/
Ddynalloc.cpp12 #if EIGEN_ALIGN
/external/eigen/Eigen/src/Core/
DMap.h85 IsAligned = bool(EIGEN_ALIGN) && ((int(MapOptions)&Aligned)==Aligned),
/external/eigen/Eigen/
DCore34 // if alignment is disabled, then disable vectorization. Note: EIGEN_ALIGN is the proper check, it …
36 #if !EIGEN_ALIGN