AltiVec/TypeCasting.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::type_casting_traits< float, int >
 
struct  Eigen::internal::type_casting_traits< int, float >
 
struct  Eigen::internal::type_casting_traits< bfloat16, unsigned short int >
 
struct  Eigen::internal::type_casting_traits< unsigned short int, bfloat16 >
 
struct  Eigen::internal::type_casting_traits< bfloat16, float >
 
struct  Eigen::internal::type_casting_traits< float, bfloat16 >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Functions

template<>
EIGEN_STRONG_INLINE Packet4i Eigen::internal::pcast< Packet4f, Packet4i > (const Packet4f &a)
 
template<>
EIGEN_STRONG_INLINE Packet4ui Eigen::internal::pcast< Packet4f, Packet4ui > (const Packet4f &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::pcast< Packet4i, Packet4f > (const Packet4i &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::pcast< Packet4ui, Packet4f > (const Packet4ui &a)
 
template<>
EIGEN_STRONG_INLINE Packet8us Eigen::internal::pcast< Packet8bf, Packet8us > (const Packet8bf &a)
 
template<>
EIGEN_STRONG_INLINE Packet8bf Eigen::internal::pcast< Packet8us, Packet8bf > (const Packet8us &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::pcast< Packet8bf, Packet4f > (const Packet8bf &a)
 
template<>
EIGEN_STRONG_INLINE Packet8bf Eigen::internal::pcast< Packet4f, Packet8bf > (const Packet4f &a, const Packet4f &b)
 
template<>
EIGEN_STRONG_INLINE Packet4i Eigen::internal::preinterpret< Packet4i, Packet4f > (const Packet4f &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::preinterpret< Packet4f, Packet4i > (const Packet4i &a)