Searched defs:pinsertfirst (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h479 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
H A DPacketMath.h827 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
/external/eigen/Eigen/src/Core/arch/AVX/
H A DComplex.h459 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
H A DPacketMath.h609 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/
H A DGenericPacketMath.h563 pinsertfirst(const Packet& a, typename unpacket_traits<Packet>::type b) function in namespace:Eigen::internal

Completed in 125 milliseconds