Home
last modified time | relevance | path

Searched refs:fft_test (Results 1 – 25 of 26) sorted by relevance

12

/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/fft/tests/
H A Dfft_composite_autotest.c37 void autotest_fft_10() { fft_test( fft_test_x10, fft_test_y10, 10); } in autotest_fft_10()
38 void autotest_fft_21() { fft_test( fft_test_x21, fft_test_y21, 21); } in autotest_fft_21()
39 void autotest_fft_22() { fft_test( fft_test_x22, fft_test_y22, 22); } in autotest_fft_22()
40 void autotest_fft_24() { fft_test( fft_test_x24, fft_test_y24, 24); } in autotest_fft_24()
41 void autotest_fft_26() { fft_test( fft_test_x26, fft_test_y26, 26); } in autotest_fft_26()
42 void autotest_fft_30() { fft_test( fft_test_x30, fft_test_y30, 30); } in autotest_fft_30()
43 void autotest_fft_35() { fft_test( fft_test_x35, fft_test_y35, 35); } in autotest_fft_35()
44 void autotest_fft_36() { fft_test( fft_test_x36, fft_test_y36, 36); } in autotest_fft_36()
45 void autotest_fft_48() { fft_test( fft_test_x48, fft_test_y48, 48); } in autotest_fft_48()
46 void autotest_fft_63() { fft_test( fft_test_x63, fft_test_y63, 63); } in autotest_fft_63()
[all …]
H A Dfft_prime_autotest.c36 void autotest_fft_17() { fft_test( fft_test_x17, fft_test_y17, 17); } in autotest_fft_17()
37 void autotest_fft_43() { fft_test( fft_test_x43, fft_test_y43, 43); } in autotest_fft_43()
38 void autotest_fft_79() { fft_test( fft_test_x79, fft_test_y79, 79); } in autotest_fft_79()
39 void autotest_fft_157() { fft_test( fft_test_x157, fft_test_y157, 157); } in autotest_fft_157()
40 void autotest_fft_317() { fft_test( fft_test_x317, fft_test_y317, 317); } in autotest_fft_317()
41 void autotest_fft_509() { fft_test( fft_test_x509, fft_test_y509, 509); } in autotest_fft_509()
H A Dfft_radix2_autotest.c36 void autotest_fft_2() { fft_test( fft_test_x2, fft_test_y2, 2); } in autotest_fft_2()
37 void autotest_fft_4() { fft_test( fft_test_x4, fft_test_y4, 4); } in autotest_fft_4()
38 void autotest_fft_8() { fft_test( fft_test_x8, fft_test_y8, 8); } in autotest_fft_8()
39 void autotest_fft_16() { fft_test( fft_test_x16, fft_test_y16, 16); } in autotest_fft_16()
40 void autotest_fft_32() { fft_test( fft_test_x32, fft_test_y32, 32); } in autotest_fft_32()
41 void autotest_fft_64() { fft_test( fft_test_x64, fft_test_y64, 64); } in autotest_fft_64()
H A Dfft_small_autotest.c36 void autotest_fft_3() { fft_test( fft_test_x4, fft_test_y4, 4); } in autotest_fft_3()
37 void autotest_fft_5() { fft_test( fft_test_x5, fft_test_y5, 5); } in autotest_fft_5()
38 void autotest_fft_6() { fft_test( fft_test_x6, fft_test_y6, 6); } in autotest_fft_6()
39 void autotest_fft_7() { fft_test( fft_test_x7, fft_test_y7, 7); } in autotest_fft_7()
40 void autotest_fft_9() { fft_test( fft_test_x9, fft_test_y9, 9); } in autotest_fft_9()
H A Dfft_runtest.c30 void fft_test(float complex * _x, in fft_test() function
H A Dfft_runtest.h34 void fft_test(float complex * _x,
/dports/science/quantum-espresso/q-e-qe-6.7.0/FFTXlib/
H A Dmake.depend62 fft_test.o : fft_ggen.o
63 fft_test.o : fft_helper_subroutines.o
64 fft_test.o : fft_interfaces.o
65 fft_test.o : fft_parallel.o
66 fft_test.o : fft_param.o
67 fft_test.o : fft_support.o
68 fft_test.o : fft_types.o
69 fft_test.o : stick_base.o
H A DMakefile59 test : fft_test.o libqefft.a
60 …$(LD) $(LDFLAGS) -o fft_test.x fft_test.o libqefft.a $(FFT_LIBS) $(BLAS_LIBS) $(MPI_LIBS) $(LD_LIB…
H A DREADME.md17 mpirun -np 4 ./fft_test.x -ecutwfc 80 -alat 20 -nbnd 128 -ntg 4
34 …mpirun -np X ./fft_test.x -ntg Y -ecutwfc 36.7500 -ecutrho 147.0000 -av1 36.6048 0.0 0.0 -av2 -18.…
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dtestm.i17 fft_test, 95;
18 fft_test, 32;
19 fft_test, 12;
20 fft_test, 1024;
21 for (i=0 ; i<32 ; i++) fft_test, 4096;
22 force2d = 1; fft_test, 128; force2d = 0;
54 func fft_test(n) in fft_test() function
/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_fourier.py61 for fft_test in [fft_test1, fft_test2, fft_test3, fft_test4]:
63 theano.gradient.verify_grad(fft_test, [pt],
/dports/math/nfft/nfft-3.5.2/applications/polarFFT/
H A DMakefile.am14 EXTRA_DIST = phantom.m fft_test.m README
H A DREADME11 Use the Matlab script file fft_test.m for a demonstration.
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dbenchmark.cpp251 void fft_test() in fft_test() function
553 fft_test(); in main()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dlibrary_tests.F160 IF (runtest(3) /= 0) CALL fft_test(para_env, iw, globenv%fftw_plan_type, &
567 SUBROUTINE fft_test(para_env, iw, fftw_plan_type, wisdom_file) subroutine
692 END SUBROUTINE fft_test
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dlibrary_tests.F166 IF (runtest(3) /= 0) CALL fft_test(para_env, iw, globenv%fftw_plan_type, &
576 SUBROUTINE fft_test(para_env, iw, fftw_plan_type, wisdom_file) subroutine
701 END SUBROUTINE fft_test
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dac3enc.c1271 void fft_test(void)
1347 fft_test();
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dtest.cmake184 "${AOM_ROOT}/test/fft_test.cc"
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dtest.cmake184 "${AOM_ROOT}/test/fft_test.cc"
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dtest.cmake184 "${AOM_ROOT}/test/fft_test.cc"
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dtest.cmake184 "${AOM_ROOT}/test/fft_test.cc"
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/test/
H A Dtest.cmake220 "${AOM_ROOT}/test/fft_test.cc"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dtest.cmake214 "${AOM_ROOT}/test/fft_test.cc"
/dports/multimedia/aom/aom-3.2.0/test/
H A Dtest.cmake266 "${AOM_ROOT}/test/fft_test.cc"
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/conventions/
H A Dconventions.supp139 library_tests.F: Found CALL RANDOM_NUMBER in procedure "fft_test"

12