Searched refs:vreduce (Results 1 – 11 of 11) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | matrix_multiply_fixed.hpp | 64 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 …]
|
D | basic.hpp | 273 return(inner::vreduce(acc)); in _dot()
|
D | q31.hpp | 339 __STATIC_FORCEINLINE Q<15,48> vreduce(const Q<9,54> sum) in vreduce() function
|
D | float.hpp | 478 __STATIC_FORCEINLINE float vreduce(const float32x4_t in) in vreduce() function
|
D | half.hpp | 377 __STATIC_FORCEINLINE float16_t vreduce(float16x8_t in) in vreduce() function
|
D | q15.hpp | 533 __STATIC_FORCEINLINE Q<33,30> vreduce(const Q<33,30> sum) in vreduce() function
|
D | q7.hpp | 458 __STATIC_FORCEINLINE Q<17,14> vreduce(const Q<17,14> sum) in vreduce() function
|
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/ |
D | group.hpp | 256 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/ |
D | q15.hpp | 288 __STATIC_FORCEINLINE Q<33,30> vreduce(const Q<33,30> sum) in vreduce() function
|
D | q7.hpp | 250 __STATIC_FORCEINLINE Q<17,14> vreduce(const Q<17,14> sum) in vreduce() function
|
D | basic.hpp | 209 acc = inner::vreduce(vacc); in _dot()
|