Home
last modified time | relevance | path

Searched refs:ploaddup (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h191 template<> EIGEN_STRONG_INLINE Packet4f ploaddup<Packet4f>(const float* from)
198 template<> EIGEN_STRONG_INLINE Packet4i ploaddup<Packet4i>(const int* from)
DComplex.h108 template<> EIGEN_STRONG_INLINE Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) { ret…
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h286 template<> EIGEN_STRONG_INLINE Packet4f ploaddup<Packet4f>(const float* from)
293 template<> EIGEN_STRONG_INLINE Packet4i ploaddup<Packet4i>(const int* from)
DComplex.h100 template<> EIGEN_STRONG_INLINE Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from)
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h296 template<> EIGEN_STRONG_INLINE Packet4f ploaddup<Packet4f>(const float* from)
300 template<> EIGEN_STRONG_INLINE Packet2d ploaddup<Packet2d>(const double* from)
302 template<> EIGEN_STRONG_INLINE Packet4i ploaddup<Packet4i>(const int* from)
DComplex.h105 template<> EIGEN_STRONG_INLINE Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) { ret…
311 template<> EIGEN_STRONG_INLINE Packet1cd ploaddup<Packet1cd>(const std::complex<double>* from) { re…
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h165 ploaddup(const typename unpacket_traits<Packet>::type* from) { return *from; } in ploaddup() function
/external/eigen/test/
Dpacketmath.cpp177 internal::pstore(data2,internal::ploaddup<Packet>(data1+offset)); in packetmath()
/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h479 dest = ploaddup<LhsPacket>(a);