Searched refs:from_accumulator (Results 1 – 15 of 15) sorted by relevance
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 …]
32 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()
108 *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()
115 *px++ = inner::from_accumulator(sum); in _dot_m_m()
109 *px++ = inner::from_accumulator(sum); in _dot_m_m()
33 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()
511 res[i+k] = inner::from_accumulator(accu[k]); in filter()522 res[i] = inner::from_accumulator(acc); in filter()
206 *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()
83 __STATIC_FORCEINLINE Q31 from_accumulator(const Q<15,48> a) in from_accumulator() function95 __STATIC_FORCEINLINE Q31 from_accumulator(const Q<15,48> a)
84 __STATIC_FORCEINLINE Q15 from_accumulator(const Q<33,30> a) in from_accumulator() function97 __STATIC_FORCEINLINE Q15 from_accumulator(const Q<33,30> a)
103 __STATIC_FORCEINLINE double from_accumulator(const double a) in from_accumulator() function
97 __STATIC_FORCEINLINE float from_accumulator(const float a) in from_accumulator() function
86 __STATIC_FORCEINLINE float16_t from_accumulator(const float16_t a) in from_accumulator() function
87 __STATIC_FORCEINLINE Q7 from_accumulator(const Q<17,14> a) in from_accumulator() function
293 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