Home
last modified time | relevance | path

Searched full:cpp (Results 1 – 25 of 49) sorted by relevance

12

/cmsis-dsp-latest/Testing/cmsis_build/
Dtest.cproject.yml5 - file: ../main.cpp
7 - file: ../testmain.cpp
10 - file: ../FrameworkSource/ArrayMemory.cpp
11 - file: ../FrameworkSource/Calibrate.cpp
12 - file: ../FrameworkSource/Error.cpp
13 - file: ../FrameworkSource/FPGA.cpp
14 - file: ../FrameworkSource/Generators.cpp
15 - file: ../FrameworkSource/IORunner.cpp
16 - file: ../FrameworkSource/Pattern.cpp
17 - file: ../FrameworkSource/PatternMgr.cpp
[all …]
Dcdefault.yml35 CPP:
79 CPP:
131 CPP:
Dtest.csolution.yml5 language-CPP: c++17
28 CPP:
37 CPP:
/cmsis-dsp-latest/dsppp/
Dprocess.py15 cpp = 0 variable
53 cpp = m.group(1) variable
59 stats[test_name].append({"dim":dimensions,"cpp":cpp})
65 stats[test_name].append({"dim":dimensions,"cpp":cpp,"c":c})
68 stats[test_name].append({"dim":dimensions,"cpp":cpp})
107 worksheet.write(line_nb,1, 'cpp',sub_title)
108 worksheet.write(line_nb, 2, 'CPP Improvement',sub_title)
112 worksheet.write(line_nb,1, 'cpp',sub_title)
114 worksheet.write(line_nb, 3, 'CPP Improvement',sub_title)
124 worksheet.write(line_nb,1, float(x["cpp"]))
[all …]
Dtest.cproject.yml5 - file: tests/matrix_test.cpp
6 - file: tests/dot_test.cpp
7 - file: tests/vector_test.cpp
8 - file: tests/row_test.cpp
9 - file: tests/col_test.cpp
10 #- file: tests/filter_test.cpp
11 - file: tests/fusion_test.cpp
12 #- file: tests/debug_test.cpp
13 #- file: tests/debug_test_external.cpp
14 - file: tests/common_tests.cpp
[all …]
Dtest.csolution.yml5 language-CPP: c++17
28 CPP:
37 CPP:
Dexample.cproject.yml5 #- file: Examples/dot_product.cpp
6 #- file: Examples/vector_op.cpp
7 - file: Examples/matrix_op.cpp
Dcdefault.yml31 CPP:
77 CPP:
129 CPP:
Drun_all.py284 # Gen cpp
285 with open(os.path.join("allocation",test_name)+".cpp","w") as h:
389 with open(os.path.join("allocation","all.cpp"),"w") as fc:
394 print(f"#include \"{test_name}.cpp\"",file=fc)
397 print(f"#include \"{test_name}.cpp\"",file=fc)
Dallocator.cpp9 #include "allocation/all.cpp"
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmatrix.md5 ```cpp
19 ```cpp
28 ```cpp
40 ```cpp
74 ```cpp
100 ```cpp
106 ```cpp
131 ```cpp
141 ```cpp
147 ```cpp
[all …]
Dvector.md7 ```cpp
25 ```cpp
33 ```cpp
44 ```cpp
50 ```cpp
60 ```cpp
68 ```cpp
78 ```cpp
84 ```cpp
92 ```cpp
[all …]
Dmemory_allocator.md5 ```cpp
13 ```cpp
26 ```cpp
49 The test framework of the library is providing an example in `allocator.h` and `allocator.cpp`.
61 ```cpp
73 ```cpp
82 ```cpp
Dvectorop.md21 ```cpp
36 ```cpp
54 ```cpp
64 ```cpp
75 ```cpp
81 ```cpp
98 ```cpp
Dfusion.md3 ```cpp
20 ```cpp
30 ```cpp
Dintroduction.md35 ```cpp
55 ```cpp
/cmsis-dsp-latest/Testing/
DREADME.md396 ### Generate the cpp,h and txt files from the desc.txt file
526 `testmain.cpp`, in semihosting mode, must contain:
528 ```cpp
534 ```cpp
545 ```cpp
551 ```cpp
557 ```cpp
570 ## testmain.cpp
581 This is done in testmain.cpp.
587 You should create another include Include/MyClass.h and another cpp file Source/MyClass.cpp in TEst…
[all …]
/cmsis-dsp-latest/Testing/TestScripts/
DCodeGen.py41 Generate include files, cpp files, and .txt files for test control
77 # Get the CPP class name
130 fi (file) : Source file (TestDesc.cpp)
138 # Get the CPP class
212 sourceFile (file) : Source file (TestDesc.cpp)
853 # Generate .cpp and .h files neded to run the tests
854 testDescCPath = os.path.join(src,"TestDesc.cpp")
DParser.py79 # This text message is never used in any .txt,.cpp or .h
83 # CPP class or function name to use
/cmsis-dsp-latest/Examples/cmsis_build/
Dexamples_gcc.csolution.yml14 - CPP:
Dexamples_ac6.csolution.yml28 - CPP:
/cmsis-dsp-latest/.github/workflows/
Druntest.yaml71 echo "Generate missing CPP headers"
Druncpptest.yaml99 name: test-cpp-report_${{ matrix.compiler }}_${{ matrix.core }}
/cmsis-dsp-latest/Testing/FrameworkSource/
DTest.cpp3 * Title: Test.cpp
/cmsis-dsp-latest/Scripts/
DGenMFCCDataForCPP.py42 parser = argparse.ArgumentParser(description='Generate MFCC Data for CPP')

12