Lines Matching refs:pcj
334 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex,false> pcj; in apply_rotation_in_the_plane() local
353 pstore(px, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
354 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()
368 pstoreu(px, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
369 pstoreu(px+PacketSize, padd(pmul(pc,xi1),pcj.pmul(ps,yi1))); in apply_rotation_in_the_plane()
370 pstore (py, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()
371 pstore (py+PacketSize, psub(pcj.pmul(pc,yi1),pmul(ps,xi1))); in apply_rotation_in_the_plane()
379 pstoreu(x+peelingEnd, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
380 pstore (y+peelingEnd, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()
400 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex,false> pcj; in apply_rotation_in_the_plane() local
407 pstore(px, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
408 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()