Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dmatrix_multiply_f32.hpp31 const uint32_t offsetA0[4] = { 0, 0, pSrcA.stride(), pSrcA.stride() };
47 vecOffsA = vldrwq_u32((uint32_t const *) offsetA0);
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_mult_f32.c94 static const uint32_t offsetA0[4] = { 0, 0, 2, 2 }; in arm_mat_mult_f32_2x2_mve() local
105 vecOffsA = vldrwq_u32((uint32_t const *) offsetA0); in arm_mat_mult_f32_2x2_mve()