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

  /external/eigen/Eigen/src/Core/functors/
NullaryFunctors.h 77 res = pinsertlast(res, m_high);
  /external/eigen/Eigen/src/Core/arch/AVX/
Complex.h 469 template<> EIGEN_STRONG_INLINE Packet4cf pinsertlast(const Packet4cf& a, std::complex<float> b) function in namespace:Eigen::internal
474 template<> EIGEN_STRONG_INLINE Packet2cd pinsertlast(const Packet2cd& a, std::complex<double> b) function in namespace:Eigen::internal
PacketMath.h 619 template<> EIGEN_STRONG_INLINE Packet8f pinsertlast(const Packet8f& a, float b) function in namespace:Eigen::internal
624 template<> EIGEN_STRONG_INLINE Packet4d pinsertlast(const Packet4d& a, double b) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 489 template<> EIGEN_STRONG_INLINE Packet2cf pinsertlast(const Packet2cf& a, std::complex<float> b) function in namespace:Eigen::internal
494 template<> EIGEN_STRONG_INLINE Packet1cd pinsertlast(const Packet1cd&, std::complex<double> b) function in namespace:Eigen::internal
PacketMath.h 845 template<> EIGEN_STRONG_INLINE Packet4f pinsertlast(const Packet4f& a, float b) function in namespace:Eigen::internal
855 template<> EIGEN_STRONG_INLINE Packet2d pinsertlast(const Packet2d& a, double b) function in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 577 pinsertlast(const Packet& a, typename unpacket_traits<Packet>::type b) function in namespace:Eigen::internal
  /external/eigen/test/
packetmath.cpp 318 // pinsertlast
323 internal::pstore(data2, internal::pinsertlast(internal::pload<Packet>(data1),s));
324 VERIFY(areApprox(ref, data2, PacketSize) && "internal::pinsertlast");

Completed in 628 milliseconds