Home | History | Annotate | Download | only in test

Lines Matching defs:test_complex

175 void test_complex(int nfft)
233 CALL_SUBTEST( test_complex<float>(32) ); CALL_SUBTEST( test_complex<double>(32) );
234 CALL_SUBTEST( test_complex<float>(256) ); CALL_SUBTEST( test_complex<double>(256) );
235 CALL_SUBTEST( test_complex<float>(3*8) ); CALL_SUBTEST( test_complex<double>(3*8) );
236 CALL_SUBTEST( test_complex<float>(5*32) ); CALL_SUBTEST( test_complex<double>(5*32) );
237 CALL_SUBTEST( test_complex<float>(2*3*4) ); CALL_SUBTEST( test_complex<double>(2*3*4) );
238 CALL_SUBTEST( test_complex<float>(2*3*4*5) ); CALL_SUBTEST( test_complex<double>(2*3*4*5) );
239 CALL_SUBTEST( test_complex<float>(2*3*4*5*7) ); CALL_SUBTEST( test_complex<double>(2*3*4*5*7) );
248 CALL_SUBTEST( test_complex<long double>(32) );
249 CALL_SUBTEST( test_complex<long double>(256) );
250 CALL_SUBTEST( test_complex<long double>(3*8) );
251 CALL_SUBTEST( test_complex<long double>(5*32) );
252 CALL_SUBTEST( test_complex<long double>(2*3*4) );
253 CALL_SUBTEST( test_complex<long double>(2*3*4*5) );
254 CALL_SUBTEST( test_complex<long double>(2*3*4*5*7) );