Searched refs:EIGEN_ALIGN16 (Results 1 – 18 of 18) sorted by relevance
108 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath()109 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath()110 EIGEN_ALIGN16 Packet packets[PacketSize*2]; in packetmath()111 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath()215 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath_real()216 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath_real()217 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath_real()260 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath_notcomplex()261 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath_notcomplex()262 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath_notcomplex()[all …]
31 EIGEN_ALIGN16 float array_float[100]; in test_first_aligned()39 EIGEN_ALIGN16 double array_double[100]; in test_first_aligned()
184 EIGEN_ALIGN16 Scalar array1[4]; in mapQuaternion()185 EIGEN_ALIGN16 Scalar array2[4]; in mapQuaternion()186 EIGEN_ALIGN16 Scalar array3[4+1]; in mapQuaternion()235 EIGEN_ALIGN16 Scalar array1[4]; in quaternionAlignment()236 EIGEN_ALIGN16 Scalar array2[4]; in quaternionAlignment()237 EIGEN_ALIGN16 Scalar array3[4+1]; in quaternionAlignment()
69 EIGEN_ALIGN16 Scalar array1[8]; in parametrizedline_alignment()70 EIGEN_ALIGN16 Scalar array2[8]; in parametrizedline_alignment()71 EIGEN_ALIGN16 Scalar array3[8+1]; in parametrizedline_alignment()
122 EIGEN_ALIGN16 Scalar array1[4]; in hyperplane_alignment()123 EIGEN_ALIGN16 Scalar array2[4]; in hyperplane_alignment()124 EIGEN_ALIGN16 Scalar array3[4+1]; in hyperplane_alignment()
407 EIGEN_ALIGN16 Scalar array1[16]; in transform_alignment()408 EIGEN_ALIGN16 Scalar array2[16]; in transform_alignment()409 EIGEN_ALIGN16 Scalar array3[16+1]; in transform_alignment()
16 #define EIGEN_ALIGN_128 EIGEN_ALIGN16
149 float EIGEN_ALIGN16 af[4];157 int EIGEN_ALIGN16 ai[4];344 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4…345 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4…438 EIGEN_ALIGN16 int aux[4];
112 std::complex<float> EIGEN_ALIGN16 res[2];
274 #define EIGEN_ALIGN16 EIGEN_ALIGN_TO_BOUNDARY(16) macro278 #define EIGEN_USER_ALIGN16 EIGEN_ALIGN16
289 EIGEN_ALIGN16 LhsScalar m_staticA[SizeA];290 EIGEN_ALIGN16 RhsScalar m_staticB[SizeB];291 EIGEN_ALIGN16 RhsScalar m_staticW[SizeW];
414 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);523 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);
216 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4…217 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4…
117 std::complex<float> EIGEN_ALIGN16 x[2];
490 EIGEN_ALIGN16 int aux[4];509 EIGEN_ALIGN16 int aux[4];530 EIGEN_ALIGN16 int aux[4];
117 EIGEN_ALIGN16 std::complex<float> res[2];321 EIGEN_ALIGN16 double res[2];
45 …EIGEN_ALIGN16 const unsigned int _Sign_PNNP[4] = { 0x00000000, 0x80000000, 0x80000000, 0x00000000 …
267 The EIGEN_ALIGN_128 macro has been renamed to EIGEN_ALIGN16. Don't be surprised, it's just that we …