/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | vector.md | 3 The use of vectors has been explained in @ref dsppp_vector_example "example with vector operations"… 5 The vector template is defined as: 14 * `P` is the datatype of vector elements 15 * `L` is the static length of the vector (length known at build time). `L<0` when the length is dyn… 17 * `Vector_Base<P>` is providing the storage. A vector owns its storage buffer. 56 A vector view is a virtual vector : a view of a vector. 64 This is creating a virtual vector starting at index `2` (3rd element) of vector `d`. 66 You can then operate with this virtual vector: 72 If you display the vector `d`, you'll see that `2.0f` has been added to all elements starting from … 74 `VectorView` do not own their memory. It is owned by the original vector. [all …]
|
D | matrix.md | 17 … need to initialize them. A matrix is also a vector, so you can initialize it by indexing into th… 44 … `*` are merged into the loop. `*` is the element-wise multiply. For the vector / matrix products … 52 ### Row vector 84 ### Column vector 121 In addition to the vector operations `+`,`-` and `*`, matrixes are supporting more operations: 123 * `dot` for vector / matrix products 124 * `diagonal` to create a diagonal matrix from a vector. 137 In this case, no copy would occur and `result` after the assignment would be a vector allocated by …
|
D | fusion.md | 17 …t of a vector. You can use a virtual vector for instance to read some samples with a stride. Or wr… 28 If you want to copy a virtual vector you need to make an expression and write:
|
D | vectorop.md | 34 To create a vector `a` you would write: 44 `Vector<float32_t,NB>` is creating a vector of dimension `NB` (known at build time) and datatype `f… 52 If you don't know the dimension at build time, you can use a different type of vector with: 58 For the trade-off between vector with build time dimension or runtime dimension please see the sect… 91 For an overview of vector operators, see section @ref dsppp_vector .
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | FPGA.h | 77 virtual void DumpParams(std::vector<Testing::param_t>&); 130 std::vector<unsigned long> *patternOffsets; 133 std::vector<Testing::nbSamples_t> *patternSizes; 136 std::vector<struct offsetOrGen> *parameterOffsets; 139 std::vector<Testing::nbSamples_t> *parameterSizes; 146 std::vector<std::string> *path; 148 std::vector<std::string> *outputNames;
|
D | Semihosting.h | 82 virtual void DumpParams(std::vector<Testing::param_t>&); 135 std::vector<std::string> *path; 144 std::vector<std::string> *patternFilenames; 147 std::vector<std::string> *outputNames; 150 std::vector<struct pathOrGen> *parameterNames;
|
/cmsis-dsp-latest/Source/ |
D | configDsp.cmake | 46 …pile_options(${project} PRIVATE $<$<STREQUAL:${CMAKE_C_COMPILER_ID},GNU>:-flax-vector-conversions>) 47 …s(${project} PRIVATE $<$<STREQUAL:${CMAKE_C_COMPILER_ID},ARMClang>:-flax-vector-conversions=intege… 49 …e_options(${project} PRIVATE $<$<STREQUAL:${CMAKE_C_COMPILER_ID},GNU>:-fno-lax-vector-conversions>) 50 …ns(${project} PRIVATE $<$<STREQUAL:${CMAKE_C_COMPILER_ID},ARMClang>:-flax-vector-conversions=none>)
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Test.cpp | 47 m_tests(std::vector<test>()), in Suite() 48 m_testIds(std::vector<Testing::testID_t>()) in Suite() 83 m_groups(std::vector<TestContainer*>()) in Group()
|
D | FPGA.cpp | 63 this->path=new std::vector<std::string>(); in FPGA() 65 this->patternOffsets=new std::vector<unsigned long>(); in FPGA() 66 this->patternSizes=new std::vector<unsigned long>(); in FPGA() 68 this->parameterOffsets=new std::vector<struct offsetOrGen>(); in FPGA() 69 this->parameterSizes=new std::vector<unsigned long>(); in FPGA() 71 this->outputNames=new std::vector<std::string>(); in FPGA() 77 …for (std::vector<struct offsetOrGen>::iterator it = this->parameterOffsets->begin() ; it != this->… in DeleteParams() 226 std::vector<std::string>::const_iterator iter; in recomputeTestDir() 425 void FPGA::DumpParams(std::vector<Testing::param_t>& params) in DumpParams() 429 … for(std::vector<Testing::param_t>::iterator it = params.begin(); it != params.end(); ++it) in DumpParams()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fusion_ops.hpp | 28 using Vector= typename vector_traits<Scalar>::vector ; 77 using Vector= typename vector_traits<Scalar>::vector ; 149 using Vector=typename vector_traits<Scalar>::vector ; 214 using Vector=typename vector_traits<Scalar>::vector ; 280 using Vector= typename vector_traits<Scalar>::vector ; 350 using Vector= typename vector_traits<Scalar>::vector ; 385 using Vector= typename vector_traits<Scalar>::vector ;
|
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_sin_cos_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_dotproduct_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_variance_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | ARMCM55_FP_MVE_config.txt | 12 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 13 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re… 23 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re… 24 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | ControllerQ15.cpp | 13 …void ControllerQ15::setUp(Testing::testID_t id,std::vector<Testing::param_t>& params,Client::Patte… in setUp() 17 std::vector<Testing::param_t>::iterator it = params.begin(); in setUp()
|
D | StatsF64.cpp | 27 …void StatsF64::setUp(Testing::testID_t id,std::vector<Testing::param_t>& paramsArgs,Client::Patter… in setUp() 29 std::vector<Testing::param_t>::iterator it = paramsArgs.begin(); in setUp()
|