|
MOAB
4.9.3pre
|
#include <PacketMath.h>


Public Types | |
| enum | { Vectorizable = 1, AlignedOnScalar = 1, size = 4, HasHalfPacket = 1, HasDiv = 1, HasExp = 1, HasSqrt = 1, HasRsqrt = 1, HasBlend = 1, HasRound = 1, HasFloor = 1, HasCeil = 1 } |
| enum | { Vectorizable = 1, AlignedOnScalar = 1, size = 4, HasHalfPacket = 1, HasDiv = 1, HasExp = 1, HasSqrt = 1, HasRsqrt = 1, HasBlend = 1 } |
| typedef Packet4d | type |
| typedef Packet2d | half |
| typedef Packet2d | type |
| typedef Packet2d | half |
Definition at line 76 of file AVX/PacketMath.h.
| typedef Packet2d Eigen::internal::packet_traits< double >::half |
Definition at line 79 of file AVX/PacketMath.h.
| typedef Packet2d Eigen::internal::packet_traits< double >::half |
Definition at line 126 of file SSE/PacketMath.h.
| typedef Packet4d Eigen::internal::packet_traits< double >::type |
Definition at line 78 of file AVX/PacketMath.h.
| typedef Packet2d Eigen::internal::packet_traits< double >::type |
Definition at line 125 of file SSE/PacketMath.h.
| anonymous enum |
| Vectorizable | |
| AlignedOnScalar | |
| size | |
| HasHalfPacket | |
| HasDiv | |
| HasExp | |
| HasSqrt | |
| HasRsqrt | |
| HasBlend | |
| HasRound | |
| HasFloor | |
| HasCeil |
Definition at line 80 of file AVX/PacketMath.h.
{
Vectorizable = 1,
AlignedOnScalar = 1,
size=4,
HasHalfPacket = 1,
HasDiv = 1,
HasExp = 1,
HasSqrt = 1,
HasRsqrt = 1,
HasBlend = 1,
HasRound = 1,
HasFloor = 1,
HasCeil = 1
};
| anonymous enum |
Definition at line 127 of file SSE/PacketMath.h.
{
Vectorizable = 1,
AlignedOnScalar = 1,
size=2,
HasHalfPacket = 0,
HasDiv = 1,
HasExp = 1,
HasSqrt = 1,
HasRsqrt = 1,
HasBlend = 1
#ifdef EIGEN_VECTORIZE_SSE4_1
,
HasRound = 1,
HasFloor = 1,
HasCeil = 1
#endif
};