Searched refs:invIn (Results 1 – 2 of 2) sorted by relevance
331 f16x8_t invIn = vdupq_n_f16(1.0f16 / in); in arm_mat_inverse_f16() local337 *(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()
349 f32x4_t invIn = vdupq_n_f32(1.0f / in); in arm_mat_inverse_f32() local355 *(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()