Home
last modified time | relevance | path

Searched refs:all (Results 1 – 24 of 24) sorted by relevance

/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1560 static void all() in all() function
1569 static void all() in all() function
1578 static void all() in all() function
1587 static void all() in all() function
1596 static void all() in all() function
1605 static void all() in all() function
1614 static void all() in all() function
1623 static void all() in all() function
1633 static void all() in all() function
1635 (mp_push_front<T,TT>::all(),...); in all()
[all …]
/cmsis-dsp-latest/Testing/
DREADME.md22 **Generation of all C files needed to build the tests.**
40 … run, you need to execute this function. No need to redo all the previous steps to generate all th…
51 * `build.sh` is building all the targets using `cbuild` tool
90 We need a source of truth which is describing all the tests and can be used
147 The design is a consequence of all the requirements.
228 So, we have the possibility in the suite section to add a parameter section to describe all of this.
278 PARAM1_ID is the default applied to all functions.
315 So, the number of possible run must be a multiple of 3 since we need to specify values for all para…
330 …an provide new buffer, free all the already allocated buffers and give a generation number which i…
383 If you want to run the script which is launching all the tests on all possible configurations then
[all …]
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_11.py42 assert (w==refWin1).all()
61 assert (w==refWin2).all()
Dtestdsp6.py30 assert (res==ref).all()
42 assert (res==ref).all()
Dexample_1_5.py87 return (np.all(np.abs(product)<=err))
Dtestrfft_all.py33 assert(np.equal(refPart , conjPart).all())
Dtestdsp5.py460 assert ((filtered_x == np.hstack([ra,rb])).all)
DNoise suppression.ipynb104 …erent. It is working with the Q15 implementation (which is not the case of all speech pattern you …
848 " # Process all the windows using the VAD detection\n",
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dintroduction.md39 The code generated by this line computes the dot product in one pass with all the operators (`+`, `…
59 Here again : all the vector operations (`+`,`*`) are done in one pass with one loop. There is no mo…
Dvector.md72 If you display the vector `d`, you'll see that `2.0f` has been added to all elements starting from …
98 Then, all elements of this virtual vector are set to `0.0f`.
Dfusion.md15 … one loop. The code generated thus contains only one loop with a fusion of all the operators : `+`…
Dmainpage.md150 For all transforms functions (CFFT, RFFT ...) instead of using a generic initialization function th…
154 If you use a generic function, the linker cannot deduce the used lengths and thus will keep all the…
Dmemory_static_dynamic.md28 …e same datatype and the compiler is generating only one implementation for all those objects. It c…
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dmfcc.rst21 The last argument is the concatenated list of all filter coefficients.
Dapi.rst93 The third argument in this function is the state. Since all arguments (except the instance ones) ar…
/cmsis-dsp-latest/
DREADME.md148 Those files are all you need in your makefile. They are including all other C files from the source…
192all of the source file with a datatype suffix (like `_f32.c`), or just compile the files without a…
250 * It contains all Python packages
DPythonWrapper_README.md48 It it is not working (because it is not possible for us to test all configurations), you can then t…
83 …` on your specific configuration. But, generally people manage to do it and solve all the problems.
125 The third argument in this function is the state. Since all arguments (except the instance ones) ar…
150 The principles are the same for all other APIs.
DLICENSE15 "Legal Entity" shall mean the union of the acting entity and all
101 that You distribute, all copyright, patent, trademark, and
161 work stoppage, computer failure or malfunction, or any and all
/cmsis-dsp-latest/ComputeLibrary/
DLICENSE.txt12 The above copyright notice and this permission notice shall be included in all
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in29 # This tag specifies the encoding used for all characters in the configuration
30 # file that follow. The default is UTF-8 which is also the encoding used for all
76 # putting all generated files in the same directory would otherwise causes
102 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
104 # information to generate all constant output in the proper language.
161 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
291 # instance, some of the names that are used will be different. The list of all
348 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
358 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
393 # will parse them like normal C++ but will assume all classes use public instead
[all …]
/cmsis-dsp-latest/Testing/cmsis_build/
Dquicktest.bat44 echo Failed running all tests with error %MyError%.
/cmsis-dsp-latest/dsppp/RTE/Device/SSE-300-MPS3/
Ddevice_cfg.h.base@1.1.327 * This is a default device configuration file with all peripherals enabled.
/cmsis-dsp-latest/Testing/PatternGeneration/
DMatrix.py87 return(np.all(r == 0.0))
1033 return (np.all(np.abs(product)<1e-10))
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb284 "It is assuming that all keywords contain the same number of samples."
315 …"It is reading patterns for all the words we want to keep (from `to_keep` list) and it is aggregat…
1645 "* A FIR node which is filtering all the features for one second of signal\n",
1748 "* Defining the compute graph by connecting all the nodes\n",