Home
last modified time | relevance | path

Searched refs:test_scalar (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
DFFTW.cpp133 void test_scalar(int nfft) in test_scalar() function
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()
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()
[all …]
/external/clang/test/CodeGenCXX/
Dreferences.cpp51 void test_scalar() { in test_scalar() function