Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dmatrix_multiply_fixed.hpp64 pOut[0] = inner::from_accumulator(inner::vreduce(acc0)); in arm_mat_mult_2x2_mve()
65 pOut[pDst.stride()] = inner::from_accumulator(inner::vreduce(acc1)); in arm_mat_mult_2x2_mve()
83 pOut[0] = inner::from_accumulator(inner::vreduce(acc0)); in arm_mat_mult_2x2_mve()
84 pOut[pDst.stride()] = inner::from_accumulator(inner::vreduce(acc1)); in arm_mat_mult_2x2_mve()
132 pOut[0 * pDst.stride()] = inner::from_accumulator(inner::vreduce(acc0)); in arm_mat_mult_3x3_mve()
133 pOut[1 * pDst.stride()] = inner::from_accumulator(inner::vreduce(acc1)); in arm_mat_mult_3x3_mve()
134 pOut[2 * pDst.stride()] = inner::from_accumulator(inner::vreduce(acc2)); in arm_mat_mult_3x3_mve()
154 pOut[0 * pDst.stride()] = inner::from_accumulator(inner::vreduce(acc0)); in arm_mat_mult_3x3_mve()
155 pOut[1 * pDst.stride()] = inner::from_accumulator(inner::vreduce(acc1)); in arm_mat_mult_3x3_mve()
156 pOut[2 * pDst.stride()] = inner::from_accumulator(inner::vreduce(acc2)); in arm_mat_mult_3x3_mve()
[all …]
Dbasic.hpp273 return(inner::vreduce(acc)); in _dot()
Dq31.hpp339 __STATIC_FORCEINLINE Q<15,48> vreduce(const Q<9,54> sum) in vreduce() function
Dfloat.hpp478 __STATIC_FORCEINLINE float vreduce(const float32x4_t in) in vreduce() function
Dhalf.hpp377 __STATIC_FORCEINLINE float16_t vreduce(float16x8_t in) in vreduce() function
Dq15.hpp533 __STATIC_FORCEINLINE Q<33,30> vreduce(const Q<33,30> sum) in vreduce() function
Dq7.hpp458 __STATIC_FORCEINLINE Q<17,14> vreduce(const Q<17,14> sum) in vreduce() function
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/
Dgroup.hpp256 return(std::make_tuple(vreduce(std::get<Ns>(acc))...)); in vreduce_impl()
275 __STATIC_FORCEINLINE auto vreduce(const std::tuple<E...> &acc) in vreduce() function
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dq15.hpp288 __STATIC_FORCEINLINE Q<33,30> vreduce(const Q<33,30> sum) in vreduce() function
Dq7.hpp250 __STATIC_FORCEINLINE Q<17,14> vreduce(const Q<17,14> sum) in vreduce() function
Dbasic.hpp209 acc = inner::vreduce(vacc); in _dot()