Home
last modified time | relevance | path

Searched refs:from_accumulator (Results 1 – 15 of 15) 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 …]
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()
55 res[row] = inner::from_accumulator(dot(m.row(row),v)); in _dot_m_v()
/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/
Dmatrix_multiply.hpp108 *px++ = inner::from_accumulator(sum1); in _dot_m_v()
109 *px++ = inner::from_accumulator(sum2); in _dot_m_v()
110 *px++ = inner::from_accumulator(sum3); in _dot_m_v()
111 *px++ = inner::from_accumulator(sum4); in _dot_m_v()
144 *px++ = inner::from_accumulator(sum); in _dot_m_v()
Dmatrix_multiply_fixed.hpp115 *px++ = inner::from_accumulator(sum); in _dot_m_m()
Dmatrix_multiply_float.hpp109 *px++ = inner::from_accumulator(sum); in _dot_m_m()
/cmsis-dsp-latest/dsppp/tests/
Ddebug_test_external.cpp33 r0 = inner::from_accumulator(acc0); in external_debug()
34 r1 = inner::from_accumulator(acc1); in external_debug()
35 r2 = inner::from_accumulator(acc2); in external_debug()
36 r3 = inner::from_accumulator(acc3); in external_debug()
Dfilter_test.cpp511 res[i+k] = inner::from_accumulator(accu[k]); in filter()
522 res[i] = inner::from_accumulator(acc); in filter()
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dmatrix_multiply.hpp206 *px++ = inner::from_accumulator(sum1); in _dot_m_v()
207 *px++ = inner::from_accumulator(sum2); in _dot_m_v()
208 *px++ = inner::from_accumulator(sum3); in _dot_m_v()
209 *px++ = inner::from_accumulator(sum4); in _dot_m_v()
245 *px++ = inner::from_accumulator(sum); in _dot_m_v()
348 *px = inner::from_accumulator(sum); in _dot_m_m()
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/
Dq31.hpp83 __STATIC_FORCEINLINE Q31 from_accumulator(const Q<15,48> a) in from_accumulator() function
95 __STATIC_FORCEINLINE Q31 from_accumulator(const Q<15,48> a)
Dq15.hpp84 __STATIC_FORCEINLINE Q15 from_accumulator(const Q<33,30> a) in from_accumulator() function
97 __STATIC_FORCEINLINE Q15 from_accumulator(const Q<33,30> a)
Ddouble.hpp103 __STATIC_FORCEINLINE double from_accumulator(const double a) in from_accumulator() function
Dfloat.hpp97 __STATIC_FORCEINLINE float from_accumulator(const float a) in from_accumulator() function
Dhalf.hpp86 __STATIC_FORCEINLINE float16_t from_accumulator(const float16_t a) in from_accumulator() function
Dq7.hpp87 __STATIC_FORCEINLINE Q7 from_accumulator(const Q<17,14> a) in from_accumulator() function
Dgroup.hpp293 return(std::make_tuple(from_accumulator(std::get<Ns>(acc))...)); in from_accumulator_impl()
310 __STATIC_FORCEINLINE auto from_accumulator(const std::tuple<E...> &acc) in from_accumulator() function