Searched refs:pnegate (Results 1 – 18 of 18) sorted by relevance
138 template<> EIGEN_STRONG_INLINE Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate(Pac…139 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate(Pac…
538 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return (-a); }539 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a)546 template<> EIGEN_STRONG_INLINE Packet2d pnegate(const Packet2d& a) { return (-a); }
77 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate<Pac…339 template<> EIGEN_STRONG_INLINE Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate<Pac…
136 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) { return vnegq_f32(a); }137 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return vnegq_s32(a); }592 template<> EIGEN_STRONG_INLINE Packet2d pnegate(const Packet2d& a) { return vnegq_f64(a); }
100 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate(a.v…332 template<> EIGEN_STRONG_INLINE Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate(Pac…
355 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) { return p4f_ZERO - a; }356 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return p4i_ZERO - a; }903 template<> EIGEN_STRONG_INLINE Packet2d pnegate(const Packet2d& a) { return p2d_ZERO - a; }
52 template<> EIGEN_STRONG_INLINE Packet4cf pnegate(const Packet4cf& a)54 return Packet4cf(pnegate(a.v));274 template<> EIGEN_STRONG_INLINE Packet2cd pnegate(const Packet2cd& a) { return Packet2cd(pnegate(a.v…
136 template<> EIGEN_STRONG_INLINE Packet8f pnegate(const Packet8f& a)140 template<> EIGEN_STRONG_INLINE Packet4d pnegate(const Packet4d& a)
57 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a)303 template<> EIGEN_STRONG_INLINE Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate(Pac…
206 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a)211 template<> EIGEN_STRONG_INLINE Packet2d pnegate(const Packet2d& a)216 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a)
117 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 pnegate(const float4& a) {120 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 pnegate(const double2& a) {
154 template<> __device__ EIGEN_STRONG_INLINE half2 pnegate(const half2& a) {
194 rc_swizzle * pswz, unsigned int * pnegate) in is_src_uniform_constant() argument214 *pnegate = GET_BIT(src.Negate, chan); in is_src_uniform_constant()217 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) { in is_src_uniform_constant()
34 return pdiv(one, padd(one, pexp(pnegate(x)))); in packetOp()58 { return internal::pnegate(a); }
73 return pdiv(one, padd(one, pexp(pnegate(x))));
161 pnegate(const Packet& a) { return -a; }
174 EIGEN_STRONG_INLINE Packet16f pnegate(const Packet16f& a) {178 EIGEN_STRONG_INLINE Packet8d pnegate(const Packet8d& a) {
188 CHECK_CWISE1(internal::negate, internal::pnegate); in packetmath()