20 for(
int i=0; i < len; i++) {
21 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++];
88 Out[index_z++] = (
REAL)z1i;
90 x2r = (double)xp[index_x++];
91 y2r = (double)yp[index_y++];
94 Out[index_z++] = (
REAL)z2r;
96 x2i = (double)xp[index_x++];
97 y2i = (double)yp[index_y++];
100 Out[index_z++] = (
REAL)z2i;