Home
last modified time | relevance | path

Searched full:generate (Results 1 – 25 of 81) sorted by relevance

1234

/cmsis-dsp-latest/Testing/TestScripts/
DCodeGen.py41 Generate include files, cpp files, and .txt files for test control
50 Used to generate include file in fpag mode
65 """ Generate header definition for a group of tests
86 # Generate initializer for the constructors
99 # Generate initialization code for the constructor
111 # Generate member variables for the groups and the suites
126 """ Generate source definition for suite
144 # Generate constructor for the class
160 # Generate the suite constructor.
163 # Generate specific header file for this suite
[all …]
/cmsis-dsp-latest/Testing/PatternGeneration/
DTools.py53 # Tools to generate pattern files
198 str : path to the file where to generate the pattern data
213 str : path to the file where to generate the pattern data
229 str : path to the file where to generate the pattern data
244 str : path to the file where to generate the pattern data
259 str : path to the file where to generate the pattern data
274 str : path to the file where to generate the pattern data
290 str : path to the file where to generate the pattern data
305 str : path to the file where to generate the pattern data
320 str : path to the file where to generate the pattern data
[all …]
DBayes.py45 # Generate random points distributed around one cluster.
60 # Generate test patterns for this classifier
108 # Generate a test pattern for this classifier
DInterpolate.py50 # Generate reference value for bilinear instance
58 # Now we generate other points. The points where we want to evaluate
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dtemplate.md18 When the function is used with a `float32_t *`, the compiler would generate code for a function usi…
20 And if the function is used with a `float64_t *`, the compiler would generate code for a function u…
22 The generic `arm_add` source code is a template used to generate different implementations. It is l…
24 And if the compiler is unable to generate an implementation because the type variable `T` is replac…
41 …. For a template algorithm using any kind of vector, the compiler would generate different code fo…
Dmemory_static_dynamic.md18 …cts is that the dimension is known at build time. The compiler can thus generate an algorithm that…
22 …ifferent dimension are considered as different types. The compiler will generate different impleme…
28 … is generating only one implementation for all those objects. It cannot generate specialized imple…
Dcode_size.md5 A template algorithm is like a code generator that will generate different code for different value…
7 If you use a template algorithm with different vector datatypes, it will generate different code fo…
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in104 # information to generate all constant output in the proper language.
155 # doxygen will generate a detailed section even if there is only a brief
197 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
290 # only. Doxygen will then generate output that is more tailored for C. For
298 # Python sources only. Doxygen will then generate output that is more tailored
306 # sources. Doxygen will then generate output that is tailored for Fortran.
312 # sources. Doxygen will then generate output that is tailored for VHDL.
318 # sources only. Doxygen will then generate output that is more tailored for that
759 # list will mention the files that were used to generate the documentation.
832 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
[all …]
/cmsis-dsp-latest/Source/TransformFunctions/
Darm_mfcc_init_f16.c75 to generate the filter, dct and window arrays.
205 to generate the filter, dct and window arrays.
234 to generate the filter, dct and window arrays.
263 to generate the filter, dct and window arrays.
292 to generate the filter, dct and window arrays.
321 to generate the filter, dct and window arrays.
350 to generate the filter, dct and window arrays.
379 to generate the filter, dct and window arrays.
408 to generate the filter, dct and window arrays.
Darm_mfcc_init_f32.c75 to generate the filter, dct and window arrays.
205 to generate the filter, dct and window arrays.
234 to generate the filter, dct and window arrays.
263 to generate the filter, dct and window arrays.
292 to generate the filter, dct and window arrays.
321 to generate the filter, dct and window arrays.
350 to generate the filter, dct and window arrays.
379 to generate the filter, dct and window arrays.
408 to generate the filter, dct and window arrays.
Darm_mfcc_init_q15.c74 to generate the filter, dct and window arrays.
204 to generate the filter, dct and window arrays.
233 to generate the filter, dct and window arrays.
262 to generate the filter, dct and window arrays.
291 to generate the filter, dct and window arrays.
320 to generate the filter, dct and window arrays.
349 to generate the filter, dct and window arrays.
378 to generate the filter, dct and window arrays.
407 to generate the filter, dct and window arrays.
Darm_mfcc_init_q31.c75 to generate the filter, dct and window arrays.
206 to generate the filter, dct and window arrays.
235 to generate the filter, dct and window arrays.
264 to generate the filter, dct and window arrays.
293 to generate the filter, dct and window arrays.
322 to generate the filter, dct and window arrays.
351 to generate the filter, dct and window arrays.
380 to generate the filter, dct and window arrays.
409 to generate the filter, dct and window arrays.
/cmsis-dsp-latest/Testing/
DREADME.md20 Once you have cloned the right version and installed the Python packages, you need to generate some…
40 …eed to execute this function. No need to redo all the previous steps to generate all the missing f…
50 * `buildsolution.sh` is converting the solution file, using `csolution`, to generate the `.cprj` f…
91 to generate code, format output etc ...
224 In the benchmark results, we may want to generate a CSV (or any other format) with different column…
350 …stdout. The inputs of tests are in C array. The script processTest.py will generate those C arrays.
388 ### Generate the test patterns in Patterns folder
396 ### Generate the cpp,h and txt files from the desc.txt file
427 You can pass a C++ class to specifiy that you want to generate tests only for a specific group or s…
437 The very first time you configure the test framework, you'll need to generate C files for all the t…
[all …]
DprocessTests.py37 # Generate code with the tree of tests
/cmsis-dsp-latest/Testing/Source/Tests/
DBasicTestsF16.cpp322 // Must be coherent with Python script used to generate test patterns in setUp()
331 // Must be coherent with Python script used to generate test patterns in setUp()
340 // Must be coherent with Python script used to generate test patterns in setUp()
DBasicTestsF32.cpp313 // Must be coherent with Python script used to generate test patterns in setUp()
321 // Must be coherent with Python script used to generate test patterns in setUp()
329 // Must be coherent with Python script used to generate test patterns in setUp()
DBasicTestsF64.cpp313 // Must be coherent with Python script used to generate test patterns in setUp()
321 // Must be coherent with Python script used to generate test patterns in setUp()
329 // Must be coherent with Python script used to generate test patterns in setUp()
/cmsis-dsp-latest/
DREADME.md136 …ml` describing how to build the examples for several platforms. It will generate lots of `.cprj` f…
265 * Script to generate some coefficient tables used by CMSIS-DSP
274 Some files are needed to generate the PythonWrapper:
/cmsis-dsp-latest/Scripts/
DREADME.md4 Python scripts to generate C arrays used in implementation of some algorithms.
/cmsis-dsp-latest/.github/workflows/
Dpack.yml16 name: Generate pack
Druntest.yaml71 echo "Generate missing CPP headers"
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dindex.rst17 * :doc:`mfcc.py <mfcc>` is generating some tools to generate the MEL filters, DCT and window coeffi…
/cmsis-dsp-latest/Examples/cmsis_build/projects/RTE/Device/ARMCM0P/
Dregions_ARMCM0P.h8 // <i>Device pack used to generate this file
/cmsis-dsp-latest/Examples/cmsis_build/projects/RTE/Device/ARMCM7_DP/
Dregions_ARMCM7_DP.h8 // <i>Device pack used to generate this file
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/
Dregions_ARMCM0P.h8 // <i>Device pack used to generate this file

1234