Searched refs:fixed_up_dividend (Results 1 – 1 of 1) sorted by relevance
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1498 const int32x4_t fixed_up_dividend = vqaddq_s32(dividend, fixup); in arm_divide_by_power_of_two_mve() local 1499 return vrshlq_s32(fixed_up_dividend, shift); in arm_divide_by_power_of_two_mve() 1564 const int32x4_t fixed_up_dividend = vqaddq_m_s32(v_zero, dividend, fixup, p); in arm_divide_by_power_of_two_mve_pred() local 1565 return vrshlq_m_s32(v_zero, fixed_up_dividend, shift, p); in arm_divide_by_power_of_two_mve_pred() 1615 const int32x4_t fixed_up_dividend = vqaddq_s32(dividend, fixup); in arm_divide_by_power_of_two_mve_32x4() local 1616 return vrshlq_s32(fixed_up_dividend, shift); in arm_divide_by_power_of_two_mve_32x4()
|