template <> \
struct conj_helper<PACKET_REAL, PACKET_CPLX, false, false> { \
const PACKET_CPLX&
c)
const { \
return padd(
c, this->pmul(
x,
y)); \
} \
const PACKET_CPLX&
y)
const { \
} \
}; \
\
template <> \
struct conj_helper<PACKET_CPLX, PACKET_REAL, false, false> { \
const PACKET_CPLX&
c)
const { \
} \
const PACKET_REAL&
y)
const { \
} \
};
#define EIGEN_STRONG_INLINE
Definition Macros.h:917
Scalar Scalar * c
Definition benchVecAdd.cpp:17
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
Definition gnuplot_common_settings.hh:12
Scalar * y
Definition level1_cplx_impl.h:124
EIGEN_DEVICE_FUNC Packet padd(const Packet &a, const Packet &b)
Definition GenericPacketMath.h:215
EIGEN_STRONG_INLINE Packet4f pmadd(const Packet4f &a, const Packet4f &b, const Packet4f &c)
Definition PacketMath.h:827
EIGEN_DEVICE_FUNC Packet pmul(const Packet &a, const Packet &b)
Definition GenericPacketMath.h:237
Definition ForwardDeclarations.h:17