Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dmatrix_multiply_f32.hpp35 const uint32_t offsetA1[4] = { 1, 1, pSrcA.stride() + 1, pSrcA.stride() + 1 };
73 vecOffsA = vldrwq_u32((uint32_t const *) offsetA1);
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_mult_f32.c98 static const uint32_t offsetA1[4] = { 1, 1, 3, 3 }; in arm_mat_mult_f32_2x2_mve() local
113 vecOffsA = vldrwq_u32((uint32_t const *) offsetA1); in arm_mat_mult_f32_2x2_mve()