Lines Matching refs:re
130 /* Temp pointers to make it really clear to the compiler what we're doing */
173 kiss_fft_scalar re, im, yr, yi;
174 re = yp[0];
176 yr = -S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
177 yi = -S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
189 /* Temp pointers to make it really clear to the compiler what we're doing */
194 /* Temp pointers to make it really clear to the compiler what we're doing */
233 /* Temp pointers to make it really clear to the compiler what we're doing */
264 kiss_fft_scalar re, im, yr, yi;
266 re = yp0[0];
271 yr = S_MUL(re,t0) - S_MUL(im,t1);
272 yi = S_MUL(im,t0) + S_MUL(re,t1);
273 re = yp1[0];
282 yr = S_MUL(re,t0) - S_MUL(im,t1);
283 yi = S_MUL(im,t0) + S_MUL(re,t1);