/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Pattern.h | 38 template <typename T> 48 template <> 51 template <> 55 template <> 59 template <> 62 template <> 65 template <> 68 template <> 71 template <> 74 template <> [all …]
|
D | Error.h | 172 template <typename T> 182 template <typename T> 219 template <typename T> 251 template <typename T> 260 template <> 262 template <> 264 template <> 266 template <> 268 template <> 270 template <> [all …]
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsis_tests.h | 13 template<typename T> 16 template<typename T> 19 template<> 26 template<> 35 template<> 44 template<> 52 template<> 60 template<> 68 template<> 76 template<> [all …]
|
D | common_tests.h | 29 template<typename P,int L=arm_cmsis_dsp::DYNAMIC> 32 template<typename P,int R=arm_cmsis_dsp::DYNAMIC,int C=arm_cmsis_dsp::DYNAMIC> 38 template<typename P,int L=arm_cmsis_dsp::DYNAMIC> 41 template<typename P,int R=arm_cmsis_dsp::DYNAMIC,int C=arm_cmsis_dsp::DYNAMIC> 46 template<typename P,int L=arm_cmsis_dsp::DYNAMIC> 49 template<typename P,int R=arm_cmsis_dsp::DYNAMIC,int C=arm_cmsis_dsp::DYNAMIC> 55 template<typename P,int stride=1> 58 template<typename T, 60 template<int> typename A> 70 template<int L, [all …]
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | GenericNodes.h | 38 template<typename T> 43 template<> 48 template<typename T> 53 template<typename T> 61 template<typename T, int length, int isArray=0> 133 template<typename IN, int inputSize,typename OUT, int outputSize> 148 template<typename IN, int inputSize,typename OUT1, int output1Size,typename OUT2, int output2Size> 166 template<typename IN1, int input1Size,typename IN2, int input2Size,typename OUT, int outputSize> 187 template<typename OUT, int outputSize> 200 template<typename IN,int inputSize> [all …]
|
D | AppNodes.h | 49 template<typename IN, int inputSize> class Sink; 51 template<int inputSize> 82 template<typename OUT, int outputSize> class Source; 84 template<int outputSize> 138 template<typename IN, int inputSize,typename OUT,int outputSize> class FIR; 142 template<int inputSize> 268 template<typename IN, int inputSize,typename OUT,int outputSize> class Feature; 270 template<int inputSize> 296 template<typename IN, int inputSize,typename OUT,int outputSize> class KWS; 298 template<int inputSize>
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | template.md | 3 ## What is a template useful for ? 16 With C++ template, we could have a *generic* function `arm_add` taking as argument a pointer `T *pS… 22 The generic `arm_add` source code is a template used to generate different implementations. It is l… 32 For instance, we could have a template `Vector<T>` and thus different types `Vector<float32_t>`, `V… 41 … For a template algorithm using any kind of vector, the compiler would generate different code for… 46 A template can also have implicit parameters. 56 A template is just a C++ header. You only need to include this header to start using the template. …
|
D | memory_allocator.md | 11 The definition of the `Vector` template is: 14 template<typename P, 16 template<int> typename Allocator = TMP_ALLOC> 24 An allocator should implement a template like: 27 template<int L> 40 … that compilers were generating more efficient code without state in the memory allocator template. 74 template<typename P,int L=arm_cmsis_dsp::DYNAMIC>
|
D | code_size.md | 5 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…
|
D | vector.md | 5 The vector template is defined as: 8 template<typename P, 10 template<int> typename Allocator = TMP_ALLOC> 103 template<int S=1>
|
D | dsppp_main.md | 3 C++ extensions to CMSIS-DSP using C++ template meta-programming (headers only). 8 * @subpage dsppp_template "C++ template for C programmer"
|
D | vectorop.md | 79 …zed with template arguments so the same computation could be used with any datatype or length. In … 85 where `T` is a type variable coming from the template.
|
D | introduction.md | 32 With this new C++ template library, you can write: 61 …roduction : @ref dsppp_template "The minimum you need to know about C++ template to use this libra…
|
D | matrix.md | 75 template<int S=1>
|
/cmsis-dsp-latest/dsppp/ |
D | allocator.h | 44 template<int L> 50 template<> \ 68 template<> 86 template<int L>
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example_1_11.py | 72 template=np.array([ 1.00000000e+00, 7.96326711e-04, -9.99998732e-01, -2.38897811e-03, variable 95 a,b = np.meshgrid(template,query)
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Distance.py | 15 template=np.array([ 1.00000000e+00, 7.96326711e-04, -9.99998732e-01, -2.38897811e-03, variable 93 config.writeInput(10, template,"Template")
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | extra_stylesheet.css | 79 --memdecl-template-color: #4665A2; 91 --memdef-template-color: #4665A2; 256 --memdecl-template-color: #7C95C6; 268 --memdef-template-color: #7C95C6;
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/ |
D | clang_linker_script.ld | 186 * in ram to be used as a template for TLS data blocks
|
/cmsis-dsp-latest/dsppp/RTE/Device/SSE_300_MPS3/ |
D | clang_linker_script.ld | 186 * in ram to be used as a template for TLS data blocks
|
/cmsis-dsp-latest/dsppp/linker_scripts/ |
D | clang_sse300_mps3.sct | 197 * in ram to be used as a template for TLS data blocks
|
D | clang_sse310_mps3.sct | 196 * in ram to be used as a template for TLS data blocks
|
D | clang_m0p_mps3.ld | 186 * in ram to be used as a template for TLS data blocks
|
D | clang_m4_mps3.ld | 186 * in ram to be used as a template for TLS data blocks
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM4/ |
D | clang_linker_script.ld | 186 * in ram to be used as a template for TLS data blocks
|