Searched full:types (Results 1 – 25 of 78) sorted by relevance
1234
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | template.md | 32 For instance, we could have a template `Vector<T>` and thus different types `Vector<float32_t>`, `V… 34 There is another aspect of C++ templates that may be surprising : the types can contain numbers. 39 The types `Vector<float32_t,10>` and `Vector<float32_t,5>` should be considered as different types … 41 …types. The code for a template algorithm using `Vector<float32_t,10>` would be different from the …
|
D | code_size.md | 3 …as explained in previous sections that types `Vector<T,NB1>` and `Vector<T,NB2>` are considered as… 5 …rator that will generate different code for different values of the template arguments : the types.
|
D | memory_static_dynamic.md | 22 But, with static objects, objects of different dimension are considered as different types. The com…
|
D | memory_allocator.md | 71 Another possibility is to use different vector types:
|
D | vectorop.md | 50 Vectors of different dimensions are considered as being different types.
|
/cmsis-dsp-latest/Examples/cmsis_build/ |
D | examples_gcc.csolution.yml | 40 target-types: 48 build-types:
|
D | examples_ac6.csolution.yml | 53 target-types: 66 build-types:
|
/cmsis-dsp-latest/dsppp/ |
D | test.csolution.yml | 14 target-types: 99 build-types:
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | test.csolution.yml | 14 target-types: 195 build-types:
|
/cmsis-dsp-latest/Include/dsp/ |
D | controller_functions.h | 64 There are separate functions for Q31 and floating-point data types. 120 * for Q15, Q31, and floating-point data types. The functions operate on a single sample 150 * There are separate instance structure declarations for each of the 3 supported data types. 425 * The library provides separate functions for Q31 and floating-point data types. 525 * The library provides separate functions for Q31 and floating-point data types. 627 * The library provides separate functions for Q31 and floating-point data types. 707 * The library provides separate functions for Q31 and floating-point data types.
|
/cmsis-dsp-latest/cmsisdsp/ |
D | __init__.py | 39 # DTW Window Types
|
/cmsis-dsp-latest/.github/workflows/ |
D | pack.yml | 8 types: [published]
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | common.hpp | 44 /** \addtogroup COMMON Common types and constants
|
/cmsis-dsp-latest/Source/ |
D | configDsp.cmake | 43 …, GCC does not enable implicit conversion between vectors of different numbers or types of elements
|
/cmsis-dsp-latest/Source/StatisticsFunctions/ |
D | arm_std_f32.c | 56 There are separate functions for floating point, Q31, and Q15 data types.
|
D | arm_accumulate_f16.c | 48 There are separate functions for floating-point, Q31, Q15, and Q7 data types.
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_sparse_f32.c | 45 There are separate functions for Q7, Q15, Q31, and floating-point data types. 70 … There are separate instance structure declarations for each of the 4 supported data types.
|
D | arm_iir_lattice_f32.c | 39 for Q15, Q31 and floating-point data types. Lattice filters are used in a 78 … There are separate instance structure declarations for each of the 3 supported data types.
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Example.py | 48 # This function is generating patterns for all the types
|
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_not_u16.c | 40 There are separate functions for uint32_t, uint16_t, and uint8_t data types.
|
D | arm_and_u16.c | 40 There are separate functions for uint32_t, uint16_t, and uint7_t data types.
|
D | arm_xor_u16.c | 40 There are separate functions for uint32_t, uint16_t, and uint8_t data types.
|
D | arm_or_u16.c | 40 There are separate functions for uint32_t, uint16_t, and uint8_t data types.
|
D | arm_clip_f32.c | 42 There are separate functions for floating-point, Q7, Q15, and Q31 data types.
|
/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | arm_sin_f32.c | 41 Q15, Q31, and floating-point data types.
|
1234