Searched refs:fixup (Results 1 – 1 of 1) sorted by relevance
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1497 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()
|