OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unpacket_traits
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h
54
template<> struct
unpacket_traits
<Packet2cf> { typedef std::complex<float> type; enum {size=2}; };
struct in namespace:Eigen::internal
PacketMath.h
100
template<> struct
unpacket_traits
<Packet4f> { typedef float type; enum {size=4}; };
struct in namespace:Eigen::internal
101
template<> struct
unpacket_traits
<Packet4i> { typedef int type; enum {size=4}; };
struct in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/SSE/
Complex.h
46
template<> struct
unpacket_traits
<Packet2cf> { typedef std::complex<float> type; enum {size=2}; };
struct in namespace:Eigen::internal
266
template<> struct
unpacket_traits
<Packet1cd> { typedef std::complex<double> type; enum {size=1}; };
struct in namespace:Eigen::internal
PacketMath.h
96
template<> struct
unpacket_traits
<Packet4f> { typedef float type; enum {size=4}; };
struct in namespace:Eigen::internal
97
template<> struct
unpacket_traits
<Packet2d> { typedef double type; enum {size=2}; };
struct in namespace:Eigen::internal
98
template<> struct
unpacket_traits
<Packet4i> { typedef int type; enum {size=4}; };
struct in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/NEON/
Complex.h
49
template<> struct
unpacket_traits
<Packet2cf> { typedef std::complex<float> type; enum {size=2}; };
struct in namespace:Eigen::internal
PacketMath.h
92
template<> struct
unpacket_traits
<Packet4f> { typedef float type; enum {size=4}; };
struct in namespace:Eigen::internal
93
template<> struct
unpacket_traits
<Packet4i> { typedef int type; enum {size=4}; };
struct in namespace:Eigen::internal
Completed in 912 milliseconds