Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dmatrix_multiply_f16.hpp45 const uint16_t offsetB[8] = { 0, 1, 0, 1, 0, 1, 0, 1 };
59 vecOffsB = vldrhq_u16((uint16_t const *) offsetB);
127 const uint16_t offsetB[8] = { 0, 1, 2, 0, 1, 2, 0, 1 };
142 vecOffsB = vldrhq_u16((uint16_t const *) offsetB);
242 const uint16_t offsetB[8] = { 0, 1, 2, 3, 0, 1, 2, 3 };
256 vecOffsB = vldrhq_u16((uint16_t const *) offsetB);
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_mult_f16.c62 static const uint16_t offsetB[8] = { 0, 1, 0, 1, 0, 1, 0, 1 }; in arm_mat_mult_f16_2x2_mve() local
71 vecOffsB = vldrhq_u16((uint16_t const *) offsetB); in arm_mat_mult_f16_2x2_mve()
131 static const uint16_t offsetB[8] = { 0, 1, 2, 0, 1, 2, 0, 1 }; in arm_mat_mult_f16_3x3_mve() local
140 vecOffsB = vldrhq_u16((uint16_t const *) offsetB); in arm_mat_mult_f16_3x3_mve()
229 static const uint16_t offsetB[8] = { 0, 1, 2, 3, 0, 1, 2, 3 }; in arm_mat_mult_f16_4x4_mve() local
238 vecOffsB = vldrhq_u16((uint16_t const *) offsetB); in arm_mat_mult_f16_4x4_mve()