Searched refs:pblend (Results 1 - 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h557 pblend(const Selector<unpacket_traits<Packet>::size>& ifPacket, const Packet& thenPacket, const Packet& elsePacket) { function in namespace:Eigen::internal
565 // Default implementation based on pblend.
572 return pblend(mask, pset1<Packet>(b), a);
579 // Default implementation based on pblend.
586 return pblend(mask, pset1<Packet>(b), a);
/external/eigen/Eigen/src/Core/arch/ZVector/
H A DComplex.h383 template<> EIGEN_STRONG_INLINE Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenPacket, const Packet2cf& elsePacket) { function in namespace:Eigen::internal
386 result.v = pblend<Packet4f>(ifPacket4, thenPacket.v, elsePacket.v);
H A DPacketMath.h918 template<> EIGEN_STRONG_INLINE Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPacket, const Packet4i& elsePacket) { function in namespace:Eigen::internal
924 template<> EIGEN_STRONG_INLINE Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPacket, const Packet4f& elsePacket) { function in namespace:Eigen::internal
935 template<> EIGEN_STRONG_INLINE Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPacket, const Packet2d& elsePacket) { function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h741 template<> EIGEN_STRONG_INLINE Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPacket, const Packet4i& elsePacket) { function in namespace:Eigen::internal
747 template<> EIGEN_STRONG_INLINE Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPacket, const Packet4f& elsePacket) { function in namespace:Eigen::internal
1023 template<> EIGEN_STRONG_INLINE Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPacket, const Packet2d& elsePacket) { function in namespace:Eigen::internal
H A DComplex.h266 template<> EIGEN_STRONG_INLINE Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenPacket, const Packet2cf& elsePacket) { function in namespace:Eigen::internal
268 result.v = reinterpret_cast<Packet4f>(pblend<Packet2d>(ifPacket, reinterpret_cast<Packet2d>(thenPacket.v), reinterpret_cast<Packet2d>(elsePacket.v)));
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h796 template<> EIGEN_STRONG_INLINE Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPacket, const Packet4i& elsePacket) { function in namespace:Eigen::internal
806 template<> EIGEN_STRONG_INLINE Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPacket, const Packet4f& elsePacket) { function in namespace:Eigen::internal
816 template<> EIGEN_STRONG_INLINE Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPacket, const Packet2d& elsePacket) { function in namespace:Eigen::internal
H A DComplex.h474 template<> EIGEN_STRONG_INLINE Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenPacket, const Packet2cf& elsePacket) { function in namespace:Eigen::internal
475 __m128d result = pblend<Packet2d>(ifPacket, _mm_castps_pd(thenPacket.v), _mm_castps_pd(elsePacket.v));
/external/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h596 template<> EIGEN_STRONG_INLINE Packet8f pblend(const Selector<8>& ifPacket, const Packet8f& thenPacket, const Packet8f& elsePacket) { function in namespace:Eigen::internal
602 template<> EIGEN_STRONG_INLINE Packet4d pblend(const Selector<4>& ifPacket, const Packet4d& thenPacket, const Packet4d& elsePacket) { function in namespace:Eigen::internal
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorEvaluator.h604 return internal::pblend(select,
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1298 EIGEN_STRONG_INLINE Packet16f pblend(const Selector<16>& /*ifPacket*/, function in namespace:Eigen::internal
1305 EIGEN_STRONG_INLINE Packet8d pblend(const Selector<8>& /*ifPacket*/, function in namespace:Eigen::internal
/external/eigen/test/
H A Dpacketmath.cpp299 Packet blend = internal::pblend(selector, thenPacket, elsePacket);

Completed in 166 milliseconds