19 for(
int i=0; i < len; i++) {
20 Out[i] = a*xp[i] - b*yp[i];
64 for( counter = 0; counter < len; counter++) {
65 x0r = (double)xp[index_x++];
66 y0r = (double)yp[index_y++];
69 Out[index_z++] = (
REAL)z0r;
71 x0i = (double)xp[index_x++];
72 y0i = (double)yp[index_y++];
75 Out[index_z++] = (
REAL)z0i;
77 x1r = (double)xp[index_x++];
78 y1r = (double)yp[index_y++];
81 Out[index_z++] = (
REAL)z1r;
83 x1i = (double)xp[index_x++];
84 y1i = (double)yp[index_y++];
87 Out[index_z++] = (
REAL)z1i;
89 x2r = (double)xp[index_x++];
90 y2r = (double)yp[index_y++];
93 Out[index_z++] = (
REAL)z2r;
95 x2i = (double)xp[index_x++];
96 y2i = (double)yp[index_y++];
99 Out[index_z++] = (
REAL)z2i;