Searched defs:offsetB (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_mult_f16.c | 62 static const uint16_t offsetB[8] = { 0, 1, 0, 1, 0, 1, 0, 1 }; in arm_mat_mult_f16_2x2_mve() local 131 static const uint16_t offsetB[8] = { 0, 1, 2, 0, 1, 2, 0, 1 }; in arm_mat_mult_f16_3x3_mve() local 229 static const uint16_t offsetB[8] = { 0, 1, 2, 3, 0, 1, 2, 3 }; in arm_mat_mult_f16_4x4_mve() local
|