Lines Matching defs:Fout2
52 register int * restrict Fout2;
57 Fout2 = (int*)Fout + m;
63 f2_10 = ld32x(Fout2, i);
75 st32d(j, Fout2, f2_10);
92 register int * restrict Fout2;
103 Fout2 = (int*)Fout + (m << 1);
113 sc1 = ld32x(Fout2, i);
141 st32d(j, Fout2, sc1);
174 register int * restrict Fout2;
182 Fout2 = (int*)Fout + (m << 1);
192 sc2 = ld32x(Fout2,i);
224 st32d(j, Fout2, sc2);
242 register int * restrict Fout2;
252 Fout2=(int*)Fout+(m<<1);
276 sc2 = ld32x(Fout2,i);
328 st32d(j, Fout2, sc2);
400 register kiss_fft_cpx * restrict Fout2;
403 Fout2 = Fout + m;
409 _fout2 = *Fout2;
416 *Fout2 = _fout2;
420 ++Fout2;
435 register kiss_fft_cpx * restrict Fout1, * restrict Fout2, * restrict Fout3;
441 Fout2 = Fout + (m << 1);
452 C_MUL( sc1,*Fout2, *tw2);
458 C_SUB(*Fout2, _fout, sc3);
480 ++Fout; ++Fout1; ++Fout2; ++Fout3;
493 register kiss_fft_cpx * restrict Fout1, * restrict Fout2;
500 Fout2 = Fout + (m << 1);
510 C_MUL( sc2, *Fout2, *tw2);
522 Fout2->r = sc1.r + sc0.i;
523 Fout2->i = sc1.i - sc0.r;
528 ++Fout; ++Fout1; ++Fout2;
541 register kiss_fft_cpx * restrict Fout1,* restrict Fout2,* restrict Fout3,* restrict Fout4;
547 Fout2=Fout+(m<<1);
564 C_MUL( sc2,*Fout2, tw[2*u*fstride]);
589 C_ADD(*Fout2,sc11,sc12);
592 ++Fout1; ++Fout2; ++Fout3; ++Fout4;