Searched full:cpp (Results 1 – 25 of 49) sorted by relevance
12
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | test.cproject.yml | 5 - 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 …]
|
D | cdefault.yml | 35 CPP: 79 CPP: 131 CPP:
|
D | test.csolution.yml | 5 language-CPP: c++17 28 CPP: 37 CPP:
|
/cmsis-dsp-latest/dsppp/ |
D | process.py | 15 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 …]
|
D | test.cproject.yml | 5 - 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 …]
|
D | test.csolution.yml | 5 language-CPP: c++17 28 CPP: 37 CPP:
|
D | example.cproject.yml | 5 #- file: Examples/dot_product.cpp 6 #- file: Examples/vector_op.cpp 7 - file: Examples/matrix_op.cpp
|
D | cdefault.yml | 31 CPP: 77 CPP: 129 CPP:
|
D | run_all.py | 284 # 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)
|
D | allocator.cpp | 9 #include "allocation/all.cpp"
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | matrix.md | 5 ```cpp 19 ```cpp 28 ```cpp 40 ```cpp 74 ```cpp 100 ```cpp 106 ```cpp 131 ```cpp 141 ```cpp 147 ```cpp [all …]
|
D | vector.md | 7 ```cpp 25 ```cpp 33 ```cpp 44 ```cpp 50 ```cpp 60 ```cpp 68 ```cpp 78 ```cpp 84 ```cpp 92 ```cpp [all …]
|
D | memory_allocator.md | 5 ```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
|
D | vectorop.md | 21 ```cpp 36 ```cpp 54 ```cpp 64 ```cpp 75 ```cpp 81 ```cpp 98 ```cpp
|
D | fusion.md | 3 ```cpp 20 ```cpp 30 ```cpp
|
D | introduction.md | 35 ```cpp 55 ```cpp
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 396 ### 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/ |
D | CodeGen.py | 41 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")
|
D | Parser.py | 79 # 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/ |
D | examples_gcc.csolution.yml | 14 - CPP:
|
D | examples_ac6.csolution.yml | 28 - CPP:
|
/cmsis-dsp-latest/.github/workflows/ |
D | runtest.yaml | 71 echo "Generate missing CPP headers"
|
D | runcpptest.yaml | 99 name: test-cpp-report_${{ matrix.compiler }}_${{ matrix.core }}
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Test.cpp | 3 * Title: Test.cpp
|
/cmsis-dsp-latest/Scripts/ |
D | GenMFCCDataForCPP.py | 42 parser = argparse.ArgumentParser(description='Generate MFCC Data for CPP')
|
12