Lines Matching refs:cplx
67 const bool cplx = pffft::Fft<T>::isComplexTransform(); in Ttest() local
104 for (k = m = 0; k < (cplx ? N : (1 + N / 2)); k += N / 16, ++m) { in Ttest()
122 if (cplx) { in Ttest()
147 for (j = 0; j < (cplx ? N : (1 + N / 2)); ++j) { in Ttest()
148 if (!cplx && !j) /* special treatment for DC for real input */ in Ttest()
150 else if (!cplx && j == N / 2) /* treat 0.5 * samplerate */ in Ttest()
157 (cplx ? "cplx" : "real"), in Ttest()
172 (cplx ? "cplx" : "real"), in Ttest()
198 (cplx ? "cplx" : "real"), in Ttest()
207 expextedMag = cplx ? amp : ((k == 0 || k == N / 2) ? amp : (amp / 2)); in Ttest()
212 (cplx ? "cplx" : "real"), in Ttest()
227 for (j = 0; j < (cplx ? (2 * N) : N); ++j) { in Ttest()
239 (cplx ? "cplx" : "real"), in Ttest()