Searched full:library (Results 1 – 25 of 888) sorted by relevance
12345678910>>...36
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | mainpage.md | 5 This user manual describes the CMSIS DSP software library, a suite of common compute processing fun… 7 The library is divided into a number of functions each covering a specific category: 25 The library has generally separate functions for operating on 8-bit integers, 16-bit integers, 32-b… 27 The library is providing vectorized versions of most algorithms for Helium and of most f32 algorith… 45 ## Using the CMSIS-DSP Library {#using} 47 The library is released in source form. It is strongly advised to compile the library using `-Ofast… 54 The library is doing some type [punning](https://en.wikipedia.org/wiki/Type_punning) to process wor… 59 The library functions are declared in the public file `Include/arm_math.h`. Simply include this fil… 63 The library ships with a number of examples which demonstrate how to use the library functions. Ple… 67 The library is now tested on Fast Models building with cmake. Core M0, M4, M7, M33, M55 are tested. [all …]
|
D | memory_allocator.md | 22 …C` is a `#define` and can be changed if you define it before including any header from the library. 49 The test framework of the library is providing an example in `allocator.h` and `allocator.cpp`. 78 Note that you cannot avoid using `TMP_ALLOC` because some functions in the library are creating tem… 86 … a runtime parameter. The memory pool allocator given as example in this library is only working w…
|
D | introduction.md | 32 With this new C++ template library, you can write: 52 With the C++ library, it can be written as: 61 …uction : @ref dsppp_template "The minimum you need to know about C++ template to use this library".
|
D | memory_static_dynamic.md | 8 The former vectors are called "dynamic" in this library. The later are called "static". 14 Note that the library also have "static" / "dynamic" matrixes. So, we are going to use the name "ob… 30 Also when dimension is not know at build time, some instruction selection made by the C++ library a…
|
D | fusion.md | 9 It is important to have some ideas of how it works to avoid some mistake in the use of the library. 17 The library is supporting virtual vectors. They are a view on an existing part of a vector. You can…
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | test.csolution.yml | 55 Library: 81 Library: 100 Library: 117 Library: 135 Library: 152 Library: 169 Library: 186 Library:
|
/cmsis-dsp-latest/ |
D | README.md | 8 CMSIS-DSP is an optimized compute library for embedded systems (DSP is in the name for legacy reaso… 14 This repository contains the CMSIS-DSP library and several other projects: 21 You don't need any of the other projects to build and use CMSIS-DSP library. Building the other pro… 96 The library is doing some type [punning](https://en.wikipedia.org/wiki/Type_punning) to process wor… 104 `f16` data type (half float) has been added to the library. It is useful only if your Cortex has so… 171 You should also set the compilation options to use to build the library. 204 When this flag is enabled, CMSIS-DSP is defining a few macros used in the library for compiler port… 212 …s, you can add them to `arm_math_types.h` in the `Include` folder of the library. MSVC and XCode a… 225 …library were using compilation directives to control the code size. It was too complex and not ava… 227 Now, the library relies again on the linker to do the code size optimization. But, this implies som… [all …]
|
D | gen_pack.sh | 9 # Set version of gen pack library 110 # Set GEN_PACK_LIB_PATH to use a specific gen-pack library root
|
/cmsis-dsp-latest/ComputeLibrary/ |
D | README.md | 8 In the original compute library, there are instead two other files: 14 …c and finally the files are in C for the CMSIS DSP library and in C++ in the original Compute Libr…
|
/cmsis-dsp-latest/dsppp/ |
D | test.csolution.yml | 54 Library: 73 Library: 92 Library:
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | common.hpp | 17 // TMP_ALLOC must be defined to use the library 19 // part of the library.
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_rfft_fast_init_f16.c | 2 * Project: CMSIS DSP Library 270 linker from removing the FFT tables that are not needed and the library 274 If you use CMSIS-DSP as a static library, and if you know the FFT sizes
|
D | arm_rfft_fast_init_f32.c | 2 * Project: CMSIS DSP Library 267 linker from removing the FFT tables that are not needed and the library 271 If you use CMSIS-DSP as a static library, and if you know the FFT sizes
|
D | arm_cfft_init_f64.c | 2 * Project: CMSIS DSP Library 207 linker from removing the FFT tables that are not needed and the library 210 @par If you use CMSIS-DSP as a static library, and if you know the FFT sizes
|
D | arm_rfft_fast_init_f64.c | 2 * Project: CMSIS DSP Library 271 linker from removing the FFT tables that are not needed and the library 275 If you use CMSIS-DSP as a library, and if you know the FFT sizes
|
D | arm_cfft_init_f32.c | 2 * Project: CMSIS DSP Library 268 linker from removing the FFT tables that are not needed and the library 272 If you use CMSIS-DSP as a static library, and if you know the FFT sizes
|
D | arm_cfft_init_q15.c | 2 * Project: CMSIS DSP Library 260 linker from removing the FFT tables that are not needed and the library 264 If you use CMSIS-DSP as a static library, and if you know the FFT sizes
|
D | arm_cfft_init_q31.c | 2 * Project: CMSIS DSP Library 261 linker from removing the FFT tables that are not needed and the library 265 If you use CMSIS-DSP as a static library, and if you know the FFT sizes
|
D | arm_cfft_init_f16.c | 2 * Project: CMSIS DSP Library 275 linker from removing the FFT tables that are not needed and the library 278 @par If you use CMSIS-DSP as a static library, and if you know the FFT sizes
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | gen_doc.sh | 13 # Set version of gen pack library 51 # Set GEN_PACK_LIB_PATH to use a specific gen-pack library root
|
/cmsis-dsp-latest/Source/SupportFunctions/ |
D | arm_f16_to_q15.c | 2 * Project: CMSIS DSP Library 60 …In order to apply rounding in scalar version, the library should be rebuilt with the ROUNDING macro
|
D | arm_f64_to_q15.c | 2 * Project: CMSIS DSP Library 57 In order to apply rounding, the library should be rebuilt with the ROUNDING macro
|
D | arm_f64_to_q31.c | 2 * Project: CMSIS DSP Library 58 In order to apply rounding, the library should be rebuilt with the ROUNDING macro
|
D | arm_f64_to_q7.c | 2 * Project: CMSIS DSP Library 57 * In order to apply rounding, the library should be rebuilt with the ROUNDING macro
|
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/ |
D | arm_bayes_example_f32.c | 7 * Project: CMSIS DSP Library 62 Those parameters can be generated with the python library scikit-learn.
|
12345678910>>...36