Home
last modified time | relevance | path

Searched defs:Packet2cf (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/arch/MSA/
H A DComplex.h23 struct Packet2cf { struct
24 EIGEN_STRONG_INLINE Packet2cf() { in Packet2cf() function
26 EIGEN_STRONG_INLINE explicit Packet2cf(const std::complex<float>& a, in Packet2cf() argument
31 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) { in Packet2cf() argument
33 EIGEN_STRONG_INLINE Packet2cf(const Packet2cf& a) : v(a.v) { in Packet2cf() argument
39 EIGEN_STRONG_INLINE Packet2cf conjugate(void) const { in conjugate() argument
54 v2 = Packet2cf(v2).conjugate().v; argument
85 EIGEN_STRONG_INLINE Packet2cf operator/(const Packet2cf& b) const { argument
95 inline std::ostream& operator<<(std::ostream& os, const Packet2cf& value) { argument
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DComplex.h30 struct Packet2cf struct
32 EIGEN_STRONG_INLINE explicit Packet2cf() {} in Packet2cf() function
33 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) {} in Packet2cf() argument
35 EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& b) in pmul() argument
85 typedef Packet2cf type; argument
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/ZVector/
H A DComplex.h32 struct Packet2cf struct
34 EIGEN_STRONG_INLINE Packet2cf() {} in Packet2cf() argument
35 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) {} in Packet2cf() function
48 typedef Packet2cf type; argument
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h18 struct Packet2cf struct
20 EIGEN_STRONG_INLINE Packet2cf() {} in Packet2cf() function
21 EIGEN_STRONG_INLINE explicit Packet2cf(const __m128& a) : v(a) {} in Packet2cf() function
30 typedef Packet2cf type; argument
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h44 struct Packet2cf struct
46 EIGEN_STRONG_INLINE Packet2cf() {} in Packet2cf() argument
47 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) {} in Packet2cf() function
53 typedef Packet2cf type; argument