Home
last modified time | relevance | path

Searched refs:offsetB1 (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_cmplx_mult_q31.c152 static const uint32_t offsetB1[4] = { in arm_mat_cmplx_mult_q31_3x3_mve() local
158 vecColBOffs1 = vldrwq_u32(offsetB1); in arm_mat_cmplx_mult_q31_3x3_mve()
304 static const uint32_t offsetB1[4] = { in arm_mat_cmplx_mult_q31_4x4_mve() local
310 vecColBOffs1 = vldrwq_u32(offsetB1); in arm_mat_cmplx_mult_q31_4x4_mve()
Darm_mat_cmplx_mult_f32.c155 …static const uint32_t offsetB1[4] = { 2 * MATRIX_DIM3 * CMPLX_DIM, 2 * MATRIX_DIM3 * CMPLX_DIM + 1, in arm_mat_cmplx_mult_f32_3x3_mve() local
160 vecColBOffs1 = vldrwq_u32((uint32_t const *) offsetB1); in arm_mat_cmplx_mult_f32_3x3_mve()
311 …static const uint32_t offsetB1[4] = { 2 * MATRIX_DIM4 * CMPLX_DIM, 2 * MATRIX_DIM4 * CMPLX_DIM + 1, in arm_mat_cmplx_mult_f32_4x4_mve() local
316 vecColBOffs1 = vldrwq_u32((uint32_t const *) offsetB1); in arm_mat_cmplx_mult_f32_4x4_mve()
Darm_mat_mult_f32.c83 static const uint32_t offsetB1[4] = { 2, 3, 2, 3 }; in arm_mat_mult_f32_2x2_mve() local
97 vecOffsB = vldrwq_u32((uint32_t const *) offsetB1); in arm_mat_mult_f32_2x2_mve()