Searched refs:_EIGEN_DECLARE_CONST_Packet4f_FROM_INT (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 30 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inv_mant_mask, ~0x7f800000); 33 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(min_norm_pos, 0x00800000); 34 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(minus_inf, 0xff800000);//-1.f/0.f); 269 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(sign_mask, 0x80000000); 485 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inf, 0x7f800000); 486 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(nan, 0x7fc00000); 489 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(flt_min, 0x00800000);
|
D | PacketMath.h | 85 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 28 static _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inv_mant_mask, ~0x7f800000); 31 static _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(min_norm_pos, 0x00800000); 32 static _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(minus_inf, 0xff800000); // -1.f/0.f 33 static _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(minus_nan, 0xffffffff);
|
D | PacketMath.h | 62 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \ macro
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 29 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(sign_mask, 0x80000000); in pasin()
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 48 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \ macro
|