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