Home
last modified time | relevance | path

Searched refs:Packet2l (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h88 static Packet2l p2l_1023 = { 1023, 1023 };
234 static inline Packet2l ConvertToPacket2l(const Packet2d& x) { in ConvertToPacket2l()
241 Packet2l l = { static_cast<long long>(tmp[0]), in ConvertToPacket2l()
253 Packet2l emm0;
303 emm0 = reinterpret_cast<Packet2l>(vec_perm(p4i_ZERO, emm04i, perm));
305 emm0 = reinterpret_cast<Packet2l>(vec_perm(emm04i, p4i_ZERO, perm));
DPacketMath.h60 Packet2l p2l_##NAME = pset1<Packet2l>(X)
758 typedef __vector long long Packet2l;
765 static Packet2l p2l_ONE = { 1, 1 };
766 static Packet2l p2l_ZERO = reinterpret_cast<Packet2l>(p4i_ZERO);
822 inline std::ostream & operator <<(std::ostream & s, const Packet2l & v)
825 Packet2l v;
1024 Packet2l select = { ifPacket.select[0], ifPacket.select[1] };
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h50 Packet2l emm0;
82 static const Packet2l p2l_1023 = { 1023, 1023 };
86 emm0 = emm0 << reinterpret_cast<Packet2l>(p2ul_52);
DPacketMath.h42 typedef __vector long long Packet2l; typedef
56 Packet2l v2l;
71 Packet2l p2l_##NAME = reinterpret_cast<Packet2l>(vec_splat_s64(X))
80 Packet2l p2l_##NAME = pset1<Packet2l>(X)
237 inline std::ostream & operator <<(std::ostream & s, const Packet2l & v)