HomeSort by relevance Sort by last modified time
    Searched refs:_EIGEN_DECLARE_CONST_Packet4f_FROM_INT (Results 1 - 5 of 5) sorted by null

  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 29 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(sign_mask, 0x80000000);
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 30 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inv_mant_mask, ~0x7f800000);
33 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(min_norm_pos, 0x00800000);
189 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(sign_mask, 0x80000000);
PacketMath.h 51 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 49 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 36 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \

Completed in 51 milliseconds