Searched refs:_EIGEN_DECLARE_CONST_Packet4i (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 28 _EIGEN_DECLARE_CONST_Packet4i(0x7f, 0x7f); 112 _EIGEN_DECLARE_CONST_Packet4i(0x7f, 0x7f); 264 _EIGEN_DECLARE_CONST_Packet4i(1, 1); 265 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1); 266 _EIGEN_DECLARE_CONST_Packet4i(2, 2); 267 _EIGEN_DECLARE_CONST_Packet4i(4, 4); 365 _EIGEN_DECLARE_CONST_Packet4i(1, 1); 366 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1); 367 _EIGEN_DECLARE_CONST_Packet4i(2, 2); 368 _EIGEN_DECLARE_CONST_Packet4i(4, 4);
|
D | PacketMath.h | 88 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 25 static _EIGEN_DECLARE_CONST_Packet4i(0x7f, 0x7f); 26 static _EIGEN_DECLARE_CONST_Packet4i(23, 23); 293 _EIGEN_DECLARE_CONST_Packet4i(1023, 1023); 294 _EIGEN_DECLARE_CONST_Packet4i(20, 20); // 52 - 32
|
D | PacketMath.h | 53 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \ macro
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | MathFunctions.h | 27 _EIGEN_DECLARE_CONST_Packet4i(0x7f, 0x7f);
|
D | PacketMath.h | 51 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \ macro
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | MathFunctions.h | 300 _EIGEN_DECLARE_CONST_Packet4i(1023, 1023);
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 73 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \ macro
|