Home
last modified time | relevance | path

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

/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1497 const int32x4_t fixup = vshrq_n_s32(vandq_s32(dividend, shift), 31); in arm_divide_by_power_of_two_mve() local
1498 const int32x4_t fixed_up_dividend = vqaddq_s32(dividend, fixup); in arm_divide_by_power_of_two_mve()
1563 const int32x4_t fixup = vshrq_x_n_s32(vandq_x_s32(dividend, shift, p), 31, p); in arm_divide_by_power_of_two_mve_pred() local
1564 const int32x4_t fixed_up_dividend = vqaddq_m_s32(v_zero, dividend, fixup, p); in arm_divide_by_power_of_two_mve_pred()
1614 const int32x4_t fixup = vshrq_n_s32(vandq_s32(dividend, shift), 31); in arm_divide_by_power_of_two_mve_32x4() local
1615 const int32x4_t fixed_up_dividend = vqaddq_s32(dividend, fixup); in arm_divide_by_power_of_two_mve_32x4()