Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 10 of 10) sorted by relevance

/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/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})
/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/Documentation/Doxygen/
Ddsp.dxy.in916 # documented source files. You may enter file names like myfile.cpp or
962 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
972 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
982 *.cpp \
1108 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1156 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb1872 …generating the C++ schedule that we will need for the Arduino implementation : `kws/scheduler.cpp`"
2076 … generate C arrays for the ML model parameters. Those parameters are generated into `kws/coef.cpp`"
2127 " with open(os.path.join(\"kws\",\"coef.cpp\"),\"w\") as f:\n",