Searched refs:_EIGEN_DECLARE_CONST_Packet4i (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 28 _EIGEN_DECLARE_CONST_Packet4i(0x7f, 0x7f); 108 _EIGEN_DECLARE_CONST_Packet4i(0x7f, 0x7f); 184 _EIGEN_DECLARE_CONST_Packet4i(1, 1); 185 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1); 186 _EIGEN_DECLARE_CONST_Packet4i(2, 2); 187 _EIGEN_DECLARE_CONST_Packet4i(4, 4); 285 _EIGEN_DECLARE_CONST_Packet4i(1, 1); 286 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1); 287 _EIGEN_DECLARE_CONST_Packet4i(2, 2); 288 _EIGEN_DECLARE_CONST_Packet4i(4, 4);
|
D | PacketMath.h | 54 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 52 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \ macro
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 39 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \ macro
|