Home
last modified time | relevance | path

Searched defs:Packet2d (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h40 typedef eigen_packet_wrapper<__m128d> Packet2d; typedef
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/ZVector/
H A DPacketMath.h34 typedef __vector double Packet2d; typedef
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DMatrixProductMMA.h79 EIGEN_ALWAYS_INLINE void pgerMMA(__vector_quad* acc, const PacketBlock<Packet2d,2>& a, const Packet… in pgerMMA()