/cmsis-dsp-latest/dsppp/tests/ |
D | row_test.cpp | 21 static void test() in test() function 125 test<T,2,NBVEC_4>(); in all_row_test() 126 test<T,4,NBVEC_4>(); in all_row_test() 127 test<T,5,NBVEC_4>(); in all_row_test() 128 test<T,9,NBVEC_4>(); in all_row_test() 130 test<T,2,NBVEC_8>(); in all_row_test() 131 test<T,4,NBVEC_8>(); in all_row_test() 132 test<T,5,NBVEC_8>(); in all_row_test() 133 test<T,9,NBVEC_8>(); in all_row_test() 135 test<T,2,NBVEC_16>(); in all_row_test() [all …]
|
D | vector_test.cpp | 17 static void test() in test() function 144 test<T,NBVEC_4>(); in all_vector_test() 145 test<T,NBVEC_8>(); in all_vector_test() 146 test<T,NBVEC_9>(); in all_vector_test() 147 test<T,NBVEC_16>(); in all_vector_test() 148 test<T,NBVEC_32>(); in all_vector_test() 149 test<T,NBVEC_64>(); in all_vector_test() 150 test<T,NBVEC_128>(); in all_vector_test() 151 test<T,NBVEC_256>(); in all_vector_test() 152 test<T,NBVEC_258>(); in all_vector_test() [all …]
|
D | dot_test.cpp | 82 static void test() in test() function 138 test<T,NBVEC_4,ACC>(); in all_dot_test() 139 test<T,NBVEC_8,ACC>(); in all_dot_test() 140 test<T,NBVEC_9,ACC>(); in all_dot_test() 141 test<T,NBVEC_16,ACC>(); in all_dot_test() 142 test<T,NBVEC_32,ACC>(); in all_dot_test() 143 test<T,NBVEC_64,ACC>(); in all_dot_test() 144 test<T,NBVEC_128,ACC>(); in all_dot_test() 145 test<T,NBVEC_256,ACC>(); in all_dot_test() 146 test<T,NBVEC_258,ACC>(); in all_dot_test() [all …]
|
D | col_test.cpp | 21 static void test() in test() function 77 test<T,NBVEC_4,5>(); in all_col_test() 78 test<T,NBVEC_8,5>(); in all_col_test() 79 test<T,NBVEC_16,5>(); in all_col_test() 80 test<T,NBVEC_32,5>(); in all_col_test() 82 test<T,1,5>(); in all_col_test() 83 test<T,nb_tails,5>(); in all_col_test() 84 test<T,nb_loops,5>(); in all_col_test() 85 test<T,nb_loops+1,5>(); in all_col_test() 86 test<T,nb_loops+nb_tails,5>(); in all_col_test()
|
D | filter_test.cpp | 558 static void test() in test() function 626 test<T,NBVEC_4,8>(); in all_filter_test() 627 test<T,NBVEC_4,16>(); in all_filter_test() 628 test<T,NBVEC_4,24>(); in all_filter_test() 629 test<T,NBVEC_4,32>(); in all_filter_test() 630 test<T,NBVEC_4,64>(); in all_filter_test() 632 test<T,NBVEC_32,8>(); in all_filter_test() 633 test<T,NBVEC_32,16>(); in all_filter_test() 634 test<T,NBVEC_32,24>(); in all_filter_test() 635 test<T,NBVEC_32,32>(); in all_filter_test() [all …]
|
D | fusion_test.cpp | 20 static void test() in test() function 199 test<T,NBVEC_256>(); in all_fusion_test() 200 test<T,1>(); in all_fusion_test() 201 test<T,nb_tails>(); in all_fusion_test() 202 test<T,nb_loops>(); in all_fusion_test() 203 test<T,nb_loops+1>(); in all_fusion_test() 204 test<T,nb_loops+nb_tails>(); in all_fusion_test()
|
D | debug_test.cpp | 28 static void test() in test() function 40 test<Q15,NBVEC_16>(); in debug_test()
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | runkeil.bat | 4 REM out\test\VHT_M0P\Release\test.Release+VHT_M0P.axf > results_m0p.txt 8 REM out\test\VHT_M23\Release\test.Release+VHT_M23.axf > results_m23.txt 12 REM out\test\VHT_M3\Release\test.Release+VHT_M3.axf > results_m3.txt 16 REM out\test\VHT_M4\Release\test.Release+VHT_M4.axf > results_m4.txt 20 REM out\test\VHT_M7\Release\test.Release+VHT_M7.axf > results_m7.txt 24 REM out\test\VHT_M7_UNROLLED\Release\test.axf > results_m7_unrolled.txt 28 REM -a cpu0="out\test\VHT_M33\Release\test.Release+VHT_M33.axf" > results_m33.txt 32 REM -a cpu0="out\test\VHT-Corstone-300\Release\test.Release+VHT-Corstone-300.axf" > results_cs300… 37 REM -a cpu0="out\test\VHT-Corstone-310\Release\test.Release+VHT-Corstone-310.axf" > results_cs310… 41 REM -a cpu0="out\test\VHT-Corstone-300\Release\test.Release+VHT-Corstone-300.axf" > results_cs300… [all …]
|
D | build.bat | 2 REM cbuild "test.Release+VHT_M0P.cprj" 3 REM cbuild "test.Release+VHT_M23.cprj" 4 REM cbuild "test.Release+VHT_M3.cprj" 5 REM cbuild "test.Release+VHT_M4.cprj" 6 REM cbuild "test.Release+VHT_M7.cprj" 7 REM cbuild "test.Release+VHT_M7_UNROLLED.cprj" 8 REM cbuild "test.Release+VHT_M33.cprj" 9 cbuild "test.Release+VHT-Corstone-300.cprj" 10 REM cbuild "test.Release+VHT-Corstone-310.cprj" 11 REM cbuild "test.Release+FVP_M55.cprj" [all …]
|
D | quicktest.bat | 8 REM cbuild "test.Release+VHT-Corstone-300.cprj" 10 …xe -f configs/ARM_VHT_Corstone_300_config.txt -a cpu0="out\test\VHT-Corstone-300\Release\test.Rele… 17 REM cbuild "test.Release+VHT_M7_UNROLLED.cprj" 19 …2_Cortex-M7.exe -f configs/ARM_VHT_MPS2_M7DP_config.txt out\test\VHT_M7_UNROLLED\Release\test.Rele… 26 cbuild "test.Release+VHT_M0P.cprj" 28 …Cortex-M0plus.exe -f configs/ARM_VHT_MPS2_M0plus_config.txt out\test\VHT_M0P\Release\test.Release+… 35 REM cbuild "test.Release+VHT_M55.cprj" 37 …tex-M55.exe -f configs/ARM_VHT_MPS2_M55_config.txt -a cpu0="out\test\VHT_M55\Release\test.Release+…
|
D | runarmds.bat | 3 Objects\test.Release+FVP_A5Neon.axf > results_a5.txt 7 Objects\test.Release+FVP_A7Neon.axf > results_a7.txt 11 Objects\test.Release+FVP_A9Neon.axf > results_a9.txt
|
/cmsis-dsp-latest/dsppp/ |
D | run_all.py | 246 def configure_and_build_test(test_name,test,err,subtest,first): argument 252 print(HEADER % (test + (subteststr,)),file=c) 263 def process_allocator_data(test_name,test,msg,subtest): argument 291 def process_bench(test_name,test,msg,subtest): argument 302 def process_result(test_name,test,msg,subtest): argument 305 process_allocator_data(test_name,test,msg,subtest) 307 process_bench(test_name,test,msg,subtest) 309 def runVHT(test_name,test,err,subtest): argument 333 process_result(test_name,test,res.msg,subtest) 335 def runMPS3(test_name,test,err,subtest): argument [all …]
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 36 **Now the test suite you want to run can be selected:** 40 Each time you want to change the test suite to run, you need to execute this function. No need to r… 42 Note that if the test suite is part of the half float tests, then you'll need to do instead: 46 **Building the test framework:** 73 For instance, to run the test on the virtual hardware for Corstone 300, if you have the Arm MDK ins… 75 …_SSE-300_Ethos-U55.exe -f configs\ARM_VHT_Corstone_300_config.txt Objects\test.Release+VHT-Corston… 85 Requirements for the test framework. 93 #### R2 : The test description should support a hierarchy 97 #### R3 : A test shall be uniquely identified 98 We need a way to identify in an unique way each test to ensure traceability and enable to create [all …]
|
D | desc_f16.txt | 865 test matrix add:test_mat_add_f16 866 test matrix sub:test_mat_sub_f16 867 test matrix scale:test_mat_scale_f16 868 test matrix transpose:test_mat_trans_f16 869 test matrix inverse:test_mat_inverse_f16 870 test mat mult vec:test_mat_vec_mult_f16 871 test matrix complex transpose:test_mat_cmplx_trans_f16 872 test matrix cholesky decomposition:test_mat_cholesky_dpo_f16 873 test solve upper triangular:test_solve_upper_triangular_f16 874 test solve lower triangular:test_solve_lower_triangular_f16 [all …]
|
D | desc.txt | 3425 test matrix add:test_mat_add_f32 3426 test matrix sub:test_mat_sub_f32 3427 test matrix scale:test_mat_scale_f32 3428 test matrix transpose:test_mat_trans_f32 3429 test matrix inverse:test_mat_inverse_f32 3430 test mat mult vec:test_mat_vec_mult_f32 3431 test matrix complex transpose:test_mat_cmplx_trans_f32 3432 test matrix cholesky decomposition:test_mat_cholesky_dpo_f32 3433 test solve upper triangular:test_solve_upper_triangular_f32 3434 test solve lower triangular:test_solve_lower_triangular_f32 [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/ |
D | math_helper.c | 68 int *test; in arm_snr_f32() local 73 test = (int *)(&pRef[i]); in arm_snr_f32() 74 temp = *test; in arm_snr_f32() 82 test = (int *)(&pTest[i]); in arm_snr_f32() 83 temp = *test; in arm_snr_f32() 94 test = (int *)(&EnergyError); in arm_snr_f32() 95 temp = *test; in arm_snr_f32()
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | math_helper.c | 68 int *test; in arm_snr_f32() local 73 test = (int *)(&pRef[i]); in arm_snr_f32() 74 temp = *test; in arm_snr_f32() 82 test = (int *)(&pTest[i]); in arm_snr_f32() 83 temp = *test; in arm_snr_f32() 94 test = (int *)(&EnergyError); in arm_snr_f32() 95 temp = *test; in arm_snr_f32()
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | math_helper.c | 68 int *test; in arm_snr_f32() local 73 test = (int *)(&pRef[i]); in arm_snr_f32() 74 temp = *test; in arm_snr_f32() 82 test = (int *)(&pTest[i]); in arm_snr_f32() 83 temp = *test; in arm_snr_f32() 94 test = (int *)(&EnergyError); in arm_snr_f32() 95 temp = *test; in arm_snr_f32()
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | math_helper.c | 68 int *test; in arm_snr_f32() local 73 test = (int *)(&pRef[i]); in arm_snr_f32() 74 temp = *test; in arm_snr_f32() 82 test = (int *)(&pTest[i]); in arm_snr_f32() 83 temp = *test; in arm_snr_f32() 94 test = (int *)(&EnergyError); in arm_snr_f32() 95 temp = *test; in arm_snr_f32()
|
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/ |
D | math_helper.c | 68 int *test; in arm_snr_f32() local 73 test = (int *)(&pRef[i]); in arm_snr_f32() 74 temp = *test; in arm_snr_f32() 82 test = (int *)(&pTest[i]); in arm_snr_f32() 83 temp = *test; in arm_snr_f32() 94 test = (int *)(&EnergyError); in arm_snr_f32() 95 temp = *test; in arm_snr_f32()
|
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | math_helper.c | 68 int *test; in arm_snr_f32() local 73 test = (int *)(&pRef[i]); in arm_snr_f32() 74 temp = *test; in arm_snr_f32() 82 test = (int *)(&pTest[i]); in arm_snr_f32() 83 temp = *test; in arm_snr_f32() 94 test = (int *)(&EnergyError); in arm_snr_f32() 95 temp = *test; in arm_snr_f32()
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | building.md | 8 cbuild -O cprj test.csolution.yml --toolchain AC6 -c example.Release+VHT-Corstone-300 -p -r --upda… 15 cbuild -O cprj test.csolution.yml --toolchain AC6 -c example.Release+VHT-Corstone-300 18 If you want to select another test, edit the file `example.cproject.yml` and uncomment the test.
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Test.cpp | 47 m_tests(std::vector<test>()), in Suite() 53 void Suite::addTest(Testing::testID_t id,test aTest) in addTest() 59 test Suite::getTest(Testing::testIndex_t id) in getTest()
|
D | IORunner.cpp | 82 Client::test t = (Client::test)&Calibrate::empty; in IORunner() 223 test t = s->getTest(i); in run()
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Test.h | 136 typedef void (Suite::*test)(); typedef 557 void addTest(Testing::testID_t,test aTest); 562 test getTest(Testing::testIndex_t); 587 std::vector<test> m_tests;
|