Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f16.c331 f16x8_t invIn = vdupq_n_f16(1.0f16 / in); in arm_mat_inverse_f16() local
337 *(f16x8_t *) pTmpA = *(f16x8_t *) pTmpA * invIn; in arm_mat_inverse_f16()
354 vecA = vecA * invIn; in arm_mat_inverse_f16()
368 *(f16x8_t *) pTmpA = *(f16x8_t *) pTmpA *invIn; in arm_mat_inverse_f16()
385 vecA = vecA * invIn; in arm_mat_inverse_f16()
Darm_mat_inverse_f32.c349 f32x4_t invIn = vdupq_n_f32(1.0f / in); in arm_mat_inverse_f32() local
355 *(f32x4_t *) pTmpA = *(f32x4_t *) pTmpA * invIn; in arm_mat_inverse_f32()
372 vecA = vecA * invIn; in arm_mat_inverse_f32()
386 *(f32x4_t *) pTmpA = *(f32x4_t *) pTmpA *invIn; in arm_mat_inverse_f32()
403 vecA = vecA * invIn; in arm_mat_inverse_f32()