Home
last modified time | relevance | path

Searched refs:EIGEN_ALIGN64 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/arch/CUDA/
DPacketMathHalf.h422 EIGEN_ALIGN64 half aux[16];
452 EIGEN_ALIGN64 float aux[16];
511 EIGEN_ALIGN64 half aux[16];
641 EIGEN_ALIGN64 half in[8][16];
651 EIGEN_ALIGN64 half out[8][16];
674 EIGEN_ALIGN64 half in[4][16];
680 EIGEN_ALIGN64 half out[4][16];
/external/eigen/Eigen/src/Core/util/
DMacros.h753 #define EIGEN_ALIGN64 EIGEN_ALIGN_TO_BOUNDARY(64) macro