Searched refs:test_complex (Results 1 – 4 of 4) sorted by relevance
178 void test_complex(int nfft) in test_complex() function236 CALL_SUBTEST( test_complex<float>(32) ); CALL_SUBTEST( test_complex<double>(32) ); in test_FFTW()237 CALL_SUBTEST( test_complex<float>(256) ); CALL_SUBTEST( test_complex<double>(256) ); in test_FFTW()238 CALL_SUBTEST( test_complex<float>(3*8) ); CALL_SUBTEST( test_complex<double>(3*8) ); in test_FFTW()239 CALL_SUBTEST( test_complex<float>(5*32) ); CALL_SUBTEST( test_complex<double>(5*32) ); in test_FFTW()240 CALL_SUBTEST( test_complex<float>(2*3*4) ); CALL_SUBTEST( test_complex<double>(2*3*4) ); in test_FFTW()241 CALL_SUBTEST( test_complex<float>(2*3*4*5) ); CALL_SUBTEST( test_complex<double>(2*3*4*5) ); in test_FFTW()242 CALL_SUBTEST( test_complex<float>(2*3*4*5*7) ); CALL_SUBTEST( test_complex<double>(2*3*4*5*7) ); in test_FFTW()251 CALL_SUBTEST( test_complex<long double>(32) ); in test_FFTW()252 CALL_SUBTEST( test_complex<long double>(256) ); in test_FFTW()[all …]
96 static void test_complex(skiatest::Reporter* reporter) { in test_complex() function139 test_complex(reporter); in DEF_TEST()
39 void test_complex(__complex__ double cd) { in test_complex() function
69 void test_complex() { in test_complex() function