16 double a_r =(
REAL)*scalep;
17 double a_i =(
REAL)*(scalep+1);
39 i0r = (double)In[inptr++];
40 i0i = (double)In[inptr++];
41 i1r = (double)In[inptr++];
42 i1i = (double)In[inptr++];
43 i2r = (double)In[inptr++];
44 i2i = (double)In[inptr++];
47 for(counter = 0; counter < len-1 ; counter++) {
50 i0r = (double)In[inptr++];
52 Out[outptr++] = (
REAL)o0r;
54 Out[outptr++] = (
REAL)o0i;
55 i0i = (double)In[inptr++];
59 i1r = (double)In[inptr++];
61 Out[outptr++] = (
REAL)o1r;
63 Out[outptr++] = (
REAL)o1i;
64 i1i = (double)In[inptr++];
68 i2r = (double)In[inptr++];
70 Out[outptr++] = (
REAL)o2r;
72 Out[outptr++] = (
REAL)o2i;
73 i2i = (double)In[inptr++];
79 Out[outptr++] = (
REAL)o0r;
81 Out[outptr++] = (
REAL)o0i;
86 Out[outptr++] = (
REAL)o1r;
88 Out[outptr++] = (
REAL)o1i;
93 Out[outptr++] = (
REAL)o2r;
95 Out[outptr++] = (
REAL)o2i;