Searched refs:OtherPacket (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 310 typedef typename packet_traits<OtherScalar>::type OtherPacket; in apply_rotation_in_the_plane() typedef 337 const OtherPacket pc = pset1<OtherPacket>(c); in apply_rotation_in_the_plane() 338 const OtherPacket ps = pset1<OtherPacket>(s); in apply_rotation_in_the_plane() 339 conj_helper<OtherPacket,Packet,NumTraits<OtherScalar>::IsComplex,false> pcj; in apply_rotation_in_the_plane() 340 conj_helper<OtherPacket,Packet,false,false> pm; in apply_rotation_in_the_plane() 405 const OtherPacket pc = pset1<OtherPacket>(c); in apply_rotation_in_the_plane() 406 const OtherPacket ps = pset1<OtherPacket>(s); in apply_rotation_in_the_plane() 407 conj_helper<OtherPacket,Packet,NumTraits<OtherPacket>::IsComplex,false> pcj; in apply_rotation_in_the_plane() 408 conj_helper<OtherPacket,Packet,false,false> pm; in apply_rotation_in_the_plane()
|