Home
last modified time | relevance | path

Searched refs:test_complex (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
DFFTW.cpp178 void test_complex(int nfft) in test_complex() function
236 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 …]
/external/skia/tests/
DDeviceLooperTest.cpp96 static void test_complex(skiatest::Reporter* reporter) { in test_complex() function
139 test_complex(reporter); in DEF_TEST()
/external/clang/test/CodeGen/
Darm-aapcs-vfp.c39 void test_complex(__complex__ double cd) { in test_complex() function
/external/clang/test/CodeGenCXX/
Dreferences.cpp69 void test_complex() { in test_complex() function