HomeSort by relevance Sort by last modified time
    Searched refs:pcast (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/arch/AVX/
TypeCasting.h 39 template<> EIGEN_STRONG_INLINE Packet8i pcast<Packet8f, Packet8i>(const Packet8f& a) { function in namespace:Eigen::internal
43 template<> EIGEN_STRONG_INLINE Packet8f pcast<Packet8i, Packet8f>(const Packet8i& a) { function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
TypeCasting.h 26 template<> EIGEN_STRONG_INLINE Packet4i pcast<Packet4f, Packet4i>(const Packet4f& a) { function in namespace:Eigen::internal
40 template<> EIGEN_STRONG_INLINE Packet4f pcast<Packet4i, Packet4f>(const Packet4i& a) { function in namespace:Eigen::internal
54 template<> EIGEN_STRONG_INLINE Packet4f pcast<Packet2d, Packet4f>(const Packet2d& a, const Packet2d& b) { function in namespace:Eigen::internal
67 template<> EIGEN_STRONG_INLINE Packet2d pcast<Packet4f, Packet2d>(const Packet4f& a) { function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/CUDA/
TypeCasting.h 83 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 pcast<half2, float4>(const half2& a, const half2& b) { function in namespace:Eigen::internal
98 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half2 pcast<float4, half2>(const float4& a) { function in namespace:Eigen::internal
113 template<> EIGEN_STRONG_INLINE Packet16f pcast<Packet16h, Packet16f>(const Packet16h& a) { function in namespace:Eigen::internal
126 template<> EIGEN_STRONG_INLINE Packet16h pcast<Packet16f, Packet16h>(const Packet16f& a) { function in namespace:Eigen::internal
141 template<> EIGEN_STRONG_INLINE Packet8f pcast<Packet8h, Packet8f>(const Packet8h& a) { function in namespace:Eigen::internal
154 template<> EIGEN_STRONG_INLINE Packet8h pcast<Packet8f, Packet8h>(const Packet8f& a) { function in namespace:Eigen::internal
171 template<> EIGEN_STRONG_INLINE Packet4f pcast<Packet4h, Packet4f>(const Packet4h& a) { function in namespace:Eigen::internal
193 template<> EIGEN_STRONG_INLINE Packet4h pcast<Packet4f, Packet4h>(const Packet4f& a) { function in namespace:Eigen::internal
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConversion.h 60 return internal::pcast<SrcPacket, TgtPacket>(m_impl.template packet<LoadMode>(index));
80 TgtPacket result = internal::pcast<SrcPacket, TgtPacket>(src1, src2);
102 TgtPacket result = internal::pcast<SrcPacket, TgtPacket>(src1, src2, src3, src4);
124 return internal::pcast<SrcPacket, TgtPacket>(m_impl.template packet<Unaligned>(index));
  /external/valgrind/memcheck/
mc_translate.c 774 /* PCast the arg, then clone it. */
780 /* PCast the arg, then clone it 4 times. */
787 /* PCast the arg, then clone it 8 times. */
795 /* PCast the arg. This gives all 0s or all 1s. Then throw away
804 away the upper half of the result, and PCast-I64-to-I64
819 // PCast-to-I64( UifU(vbits[127:64], vbits[63:0] )
820 // == PCast-to-I64( vbits[127:0] )
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 134 pcast(const SrcPacket& a) { function in namespace:Eigen::internal
139 pcast(const SrcPacket& a, const SrcPacket& /*b*/) { function in namespace:Eigen::internal
145 pcast(const SrcPacket& a, const SrcPacket& /*b*/, const SrcPacket& /*c*/, const SrcPacket& /*d*/) { function in namespace:Eigen::internal

Completed in 135 milliseconds