Lines Matching refs:pcj
339 conj_helper<OtherPacket,Packet,NumTraits<OtherScalar>::IsComplex,false> pcj; in apply_rotation_in_the_plane() local
359 pstore(px, padd(pm.pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
360 pstore(py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()
374 pstoreu(px, padd(pm.pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
375 pstoreu(px+PacketSize, padd(pm.pmul(pc,xi1),pcj.pmul(ps,yi1))); in apply_rotation_in_the_plane()
376 pstore (py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()
377 pstore (py+PacketSize, psub(pcj.pmul(pc,yi1),pm.pmul(ps,xi1))); in apply_rotation_in_the_plane()
385 pstoreu(x+peelingEnd, padd(pm.pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
386 pstore (y+peelingEnd, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()
407 conj_helper<OtherPacket,Packet,NumTraits<OtherPacket>::IsComplex,false> pcj; in apply_rotation_in_the_plane() local
415 pstore(px, padd(pm.pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
416 pstore(py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()