Lines Matching refs:CALL_SUBTEST

230   CALL_SUBTEST( test_return_by_value(32) );  in test_FFTW()
233 CALL_SUBTEST( test_complex<float>(32) ); CALL_SUBTEST( test_complex<double>(32) ); in test_FFTW()
234 CALL_SUBTEST( test_complex<float>(256) ); CALL_SUBTEST( test_complex<double>(256) ); in test_FFTW()
235 CALL_SUBTEST( test_complex<float>(3*8) ); CALL_SUBTEST( test_complex<double>(3*8) ); in test_FFTW()
236 CALL_SUBTEST( test_complex<float>(5*32) ); CALL_SUBTEST( test_complex<double>(5*32) ); in test_FFTW()
237 CALL_SUBTEST( test_complex<float>(2*3*4) ); CALL_SUBTEST( test_complex<double>(2*3*4) ); in test_FFTW()
238 CALL_SUBTEST( test_complex<float>(2*3*4*5) ); CALL_SUBTEST( test_complex<double>(2*3*4*5) ); in test_FFTW()
239 CALL_SUBTEST( test_complex<float>(2*3*4*5*7) ); CALL_SUBTEST( test_complex<double>(2*3*4*5*7) ); in test_FFTW()
241 CALL_SUBTEST( test_scalar<float>(32) ); CALL_SUBTEST( test_scalar<double>(32) ); in test_FFTW()
242 CALL_SUBTEST( test_scalar<float>(45) ); CALL_SUBTEST( test_scalar<double>(45) ); in test_FFTW()
243 CALL_SUBTEST( test_scalar<float>(50) ); CALL_SUBTEST( test_scalar<double>(50) ); in test_FFTW()
244 CALL_SUBTEST( test_scalar<float>(256) ); CALL_SUBTEST( test_scalar<double>(256) ); in test_FFTW()
245 CALL_SUBTEST( test_scalar<float>(2*3*4*5*7) ); CALL_SUBTEST( test_scalar<double>(2*3*4*5*7) ); in test_FFTW()
248 CALL_SUBTEST( test_complex<long double>(32) ); in test_FFTW()
249 CALL_SUBTEST( test_complex<long double>(256) ); in test_FFTW()
250 CALL_SUBTEST( test_complex<long double>(3*8) ); in test_FFTW()
251 CALL_SUBTEST( test_complex<long double>(5*32) ); in test_FFTW()
252 CALL_SUBTEST( test_complex<long double>(2*3*4) ); in test_FFTW()
253 CALL_SUBTEST( test_complex<long double>(2*3*4*5) ); in test_FFTW()
254 CALL_SUBTEST( test_complex<long double>(2*3*4*5*7) ); in test_FFTW()
256 CALL_SUBTEST( test_scalar<long double>(32) ); in test_FFTW()
257 CALL_SUBTEST( test_scalar<long double>(45) ); in test_FFTW()
258 CALL_SUBTEST( test_scalar<long double>(50) ); in test_FFTW()
259 CALL_SUBTEST( test_scalar<long double>(256) ); in test_FFTW()
260 CALL_SUBTEST( test_scalar<long double>(2*3*4*5*7) ); in test_FFTW()