Searched defs:test_complex (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp95 static void test_complex(skiatest::Reporter* reporter) { function
138 test_complex(reporter);
/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c53 // CHECK: define arm_aapcs_vfpcc void @test_complex({ double, double } %{{.*}})
54 // CHECK64: define void @test_complex(double %{{.*}}, double %{{.*}})
55 void test_complex(__complex__ double cd) { function
/external/clang/test/CodeGenCXX/
H A Dreferences.cpp69 void test_complex() { function
/external/eigen/unsupported/test/
H A DFFTW.cpp175 void test_complex(int nfft) function
233 CALL_SUBTEST( test_complex<float>(32) ); CALL_SUBTEST( test_complex<double>(32) );
234 CALL_SUBTEST( test_complex<float>(256) ); CALL_SUBTEST( test_complex<double>(256) );
235 CALL_SUBTEST( test_complex<float>(3*8) ); CALL_SUBTEST( test_complex<double>(3*8) );
236 CALL_SUBTEST( test_complex<float>(5*32) ); CALL_SUBTEST( test_complex<double>(5*32) );
237 CALL_SUBTEST( test_complex<floa
[all...]
/external/skia/tests/
H A DDeviceLooperTest.cpp95 static void test_complex(skiatest::Reporter* reporter) { function
138 test_complex(reporter);

Completed in 293 milliseconds