Home | History | Annotate | Download | only in test

Lines Matching refs:test_scalar

133 void test_scalar(int nfft)
241 CALL_SUBTEST( test_scalar<float>(32) ); CALL_SUBTEST( test_scalar<double>(32) );
242 CALL_SUBTEST( test_scalar<float>(45) ); CALL_SUBTEST( test_scalar<double>(45) );
243 CALL_SUBTEST( test_scalar<float>(50) ); CALL_SUBTEST( test_scalar<double>(50) );
244 CALL_SUBTEST( test_scalar<float>(256) ); CALL_SUBTEST( test_scalar<double>(256) );
245 CALL_SUBTEST( test_scalar<float>(2*3*4*5*7) ); CALL_SUBTEST( test_scalar<double>(2*3*4*5*7) );
256 CALL_SUBTEST( test_scalar<long double>(32) );
257 CALL_SUBTEST( test_scalar<long double>(45) );
258 CALL_SUBTEST( test_scalar<long double>(50) );
259 CALL_SUBTEST( test_scalar<long double>(256) );
260 CALL_SUBTEST( test_scalar<long double>(2*3*4*5*7) );