Home
last modified time | relevance | path

Searched defs:length (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Testing/FrameworkSource/
DArrayMemory.cpp81 char *ArrayMemory::NewBuffer(size_t length) in NewBuffer()
119 bool ArrayMemory::IsTailEmpty(char *ptr, size_t length) in IsTailEmpty()
/cmsis-dsp-latest/Testing/Source/Tests/
DSoftmax.cpp32 int16_t findMaxIndex(q7_t *vec_in, int length) in findMaxIndex()
51 int16_t differences(int16_t *pa,int16_t *pb, int length) in differences()
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfusion.hpp318 vector_length_t length() const {return(this->derived().length());} in length() function
385 vector_length_t length() const { in length() function
391 vector_length_t length() const { in length() function
737 vector_length_t length() const { in length() function
Dvector_view.hpp86 vector_length_t length() const {return(nb_samples_);}; in length() function
541 vector_length_t length() const {return(nb_samples_);}; in length() function
Dunroll.hpp38 constexpr vector_length_t length() const noexcept {return std::get<0>(vals).length();}; in length() function
Dvector_impl.hpp49 vector_length_t length() const {return(length_);}; in length() function
Dmatrix.hpp530 vector_length_t length() const { in length() function
/cmsis-dsp-latest/Testing/FrameworkInclude/
DTest.h510 bool IsTailEmpty(char *ptr, size_t length) in IsTailEmpty()