Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 35) sorted by relevance

12

/cmsis-dsp-latest/Testing/FrameworkInclude/
DPattern.h38 template <typename T>
48 template <>
51 template <>
55 template <>
59 template <>
62 template <>
65 template <>
68 template <>
71 template <>
74 template <>
[all …]
DError.h172 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/
Dcmsis_tests.h13 template<typename T>
16 template<typename T>
19 template<>
26 template<>
35 template<>
44 template<>
52 template<>
60 template<>
68 template<>
76 template<>
[all …]
Dcommon_tests.h29 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/
DGenericNodes.h38 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 …]
DAppNodes.h49 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/
Dtemplate.md3 ## 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. …
Dmemory_allocator.md11 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>
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…
Dvector.md5 The vector template is defined as:
8 template<typename P,
10 template<int> typename Allocator = TMP_ALLOC>
103 template<int S=1>
Ddsppp_main.md3 C++ extensions to CMSIS-DSP using C++ template meta-programming (headers only).
8 * @subpage dsppp_template "C++ template for C programmer"
Dvectorop.md79 …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.
Dintroduction.md32 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…
Dmatrix.md75 template<int S=1>
/cmsis-dsp-latest/dsppp/
Dallocator.h44 template<int L>
50 template<> \
68 template<>
86 template<int L>
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_11.py72 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/
DDistance.py15 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/
Dextra_stylesheet.css79 --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/
Dclang_linker_script.ld186 * in ram to be used as a template for TLS data blocks
/cmsis-dsp-latest/dsppp/RTE/Device/SSE_300_MPS3/
Dclang_linker_script.ld186 * in ram to be used as a template for TLS data blocks
/cmsis-dsp-latest/dsppp/linker_scripts/
Dclang_sse300_mps3.sct197 * in ram to be used as a template for TLS data blocks
Dclang_sse310_mps3.sct196 * in ram to be used as a template for TLS data blocks
Dclang_m0p_mps3.ld186 * in ram to be used as a template for TLS data blocks
Dclang_m4_mps3.ld186 * in ram to be used as a template for TLS data blocks
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM4/
Dclang_linker_script.ld186 * in ram to be used as a template for TLS data blocks

12