Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/
Dgroup.hpp170 __STATIC_FORCEINLINE A vmacc_impl(const A &acc,const V &a,const V &b, std::index_sequence<Ns...>) in vmacc_impl() function
191 return(vmacc_impl(acc,a,b,std::make_index_sequence<sizeof...(E)>())); in vmacc()
210 …__STATIC_FORCEINLINE A vmacc_impl(const A &acc,const V &a,const V &b, const B p0,std::index_sequen… in vmacc_impl() function
233 return(vmacc_impl(acc,a,b,p0,std::make_index_sequence<sizeof...(E)>())); in vmacc()