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

  /external/eigen/Eigen/src/Core/functors/
NullaryFunctors.h 69 res = pinsertfirst(res, m_low);
  /external/eigen/Eigen/src/Core/arch/AVX/
Complex.h 459 template<> EIGEN_STRONG_INLINE Packet4cf pinsertfirst(const Packet4cf& a, std::complex<float> b) function in namespace:Eigen::internal
464 template<> EIGEN_STRONG_INLINE Packet2cd pinsertfirst(const Packet2cd& a, std::complex<double> b) function in namespace:Eigen::internal
PacketMath.h 609 template<> EIGEN_STRONG_INLINE Packet8f pinsertfirst(const Packet8f& a, float b) function in namespace:Eigen::internal
614 template<> EIGEN_STRONG_INLINE Packet4d pinsertfirst(const Packet4d& a, double b) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 479 template<> EIGEN_STRONG_INLINE Packet2cf pinsertfirst(const Packet2cf& a, std::complex<float> b) function in namespace:Eigen::internal
484 template<> EIGEN_STRONG_INLINE Packet1cd pinsertfirst(const Packet1cd&, std::complex<double> b) function in namespace:Eigen::internal
PacketMath.h 827 template<> EIGEN_STRONG_INLINE Packet4f pinsertfirst(const Packet4f& a, float b) function in namespace:Eigen::internal
836 template<> EIGEN_STRONG_INLINE Packet2d pinsertfirst(const Packet2d& a, double b) function in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 563 pinsertfirst(const Packet& a, typename unpacket_traits<Packet>::type b) function in namespace:Eigen::internal
  /external/eigen/test/
packetmath.cpp 308 // pinsertfirst
313 internal::pstore(data2, internal::pinsertfirst(internal::pload<Packet>(data1),s));
314 VERIFY(areApprox(ref, data2, PacketSize) && "internal::pinsertfirst");

Completed in 117 milliseconds