Home
last modified time | relevance | path

Searched refs:unroll (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dmatrix_multiply.hpp32 inner::from_accumulator(dot(unroll<U>( in _dot_m_v()
42 inner::from_accumulator(dot(unroll<3>( in _dot_m_v()
49 inner::from_accumulator(dot(unroll<2>( in _dot_m_v()
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp491 #pragma clang loop unroll(disable) in filter()
502 dot(unroll<UNROLL_FACTOR>( in filter()
516 #pragma clang loop unroll(disable) in filter()
535 #pragma clang loop unroll(disable) in purec()
Dfusion_test.cpp161 results(res) = dot(unroll<U>( in test3()
163 unroll<U>( in test3()
/cmsis-dsp-latest/Source/StatisticsFunctions/
Darm_mse_f64.c114 #pragma clang loop vectorize(enable) unroll(disable) in arm_mse_f64()
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dunroll.hpp186 auto unroll(const F& func) noexcept in unroll() function