HomeSort by relevance Sort by last modified time
    Searched refs:test_complex (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/test/
FFTW.cpp 178 void test_complex(int nfft) function
236 CALL_SUBTEST( test_complex<float>(32) ); CALL_SUBTEST( test_complex<double>(32) );
237 CALL_SUBTEST( test_complex<float>(256) ); CALL_SUBTEST( test_complex<double>(256) );
238 CALL_SUBTEST( test_complex<float>(3*8) ); CALL_SUBTEST( test_complex<double>(3*8) );
239 CALL_SUBTEST( test_complex<float>(5*32) ); CALL_SUBTEST( test_complex<double>(5*32) );
240 CALL_SUBTEST( test_complex<float>(2*3*4) ); CALL_SUBTEST( test_complex<double>(2*3*4) );
    [all...]
  /external/clang/test/CodeGen/
arm-aapcs-vfp.c 38 // CHECK: define arm_aapcs_vfpcc void @test_complex(double %{{.*}}, double %{{.*}})
39 void test_complex(__complex__ double cd) { function
  /external/clang/test/CodeGenCXX/
references.cpp 69 void test_complex() { function

Completed in 186 milliseconds