Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h30 _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);
DPacketMath.h85 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h28 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);
DPacketMath.h62 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \ macro
/external/eigen/unsupported/Eigen/src/MoreVectorization/
DMathFunctions.h29 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(sign_mask, 0x80000000); in pasin()
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h48 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \ macro