Lines Matching refs:rot
609 int rot) { \
615 ASMFN(ztmp, zn, zm, index, rot); \
620 ASMFN(zd, zn, zm, index, rot); \
1932 int rot) {
1940 cdot(ztmp, zn, zm, index, rot);
1945 cdot(zd, zn, zm, index, rot);
1953 int rot) {
1960 cdot(zd, (zd.Aliases(zn) ? ztmp : zn), (zd.Aliases(zm) ? ztmp : zm), rot);
1963 cdot(zd, zn, zm, rot);
2108 int rot) {
2115 fcadd(scratch, pg, scratch, zm, rot);
2120 fcadd(zd, pg, zd, zm, rot);
2129 int rot) {
2136 fcmla(ztmp, pg, zn, zm, rot);
2141 fcmla(zd, pg, zn, zm, rot);
2257 int rot) {
2265 (this->*fn)(zd, zd, ztmp, rot);
2269 (this->*fn)(zd, zd, zm, rot);
2276 int rot) {
2277 ComplexAddition(&Assembler::cadd, zd, zn, zm, rot);
2283 int rot) {
2284 ComplexAddition(&Assembler::sqcadd, zd, zn, zm, rot);