Home
last modified time | relevance | path

Searched full:types (Results 1 – 25 of 78) sorted by relevance

1234

/cmsis-dsp-latest/Documentation/Doxygen/src/
Dtemplate.md32 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
41types. The code for a template algorithm using `Vector<float32_t,10>` would be different from the …
Dcode_size.md3 …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.
Dmemory_static_dynamic.md22 But, with static objects, objects of different dimension are considered as different types. The com…
Dmemory_allocator.md71 Another possibility is to use different vector types:
Dvectorop.md50 Vectors of different dimensions are considered as being different types.
/cmsis-dsp-latest/Examples/cmsis_build/
Dexamples_gcc.csolution.yml40 target-types:
48 build-types:
Dexamples_ac6.csolution.yml53 target-types:
66 build-types:
/cmsis-dsp-latest/dsppp/
Dtest.csolution.yml14 target-types:
99 build-types:
/cmsis-dsp-latest/Testing/cmsis_build/
Dtest.csolution.yml14 target-types:
195 build-types:
/cmsis-dsp-latest/Include/dsp/
Dcontroller_functions.h64 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__.py39 # DTW Window Types
/cmsis-dsp-latest/.github/workflows/
Dpack.yml8 types: [published]
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dcommon.hpp44 /** \addtogroup COMMON Common types and constants
/cmsis-dsp-latest/Source/
DconfigDsp.cmake43 …, GCC does not enable implicit conversion between vectors of different numbers or types of elements
/cmsis-dsp-latest/Source/StatisticsFunctions/
Darm_std_f32.c56 There are separate functions for floating point, Q31, and Q15 data types.
Darm_accumulate_f16.c48 There are separate functions for floating-point, Q31, Q15, and Q7 data types.
/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_sparse_f32.c45 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.
Darm_iir_lattice_f32.c39 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/
DExample.py48 # This function is generating patterns for all the types
/cmsis-dsp-latest/Source/BasicMathFunctions/
Darm_not_u16.c40 There are separate functions for uint32_t, uint16_t, and uint8_t data types.
Darm_and_u16.c40 There are separate functions for uint32_t, uint16_t, and uint7_t data types.
Darm_xor_u16.c40 There are separate functions for uint32_t, uint16_t, and uint8_t data types.
Darm_or_u16.c40 There are separate functions for uint32_t, uint16_t, and uint8_t data types.
Darm_clip_f32.c42 There are separate functions for floating-point, Q7, Q15, and Q31 data types.
/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_sin_f32.c41 Q15, Q31, and floating-point data types.

1234