Searched refs:dividend (Results 1 – 1 of 1) sorted by relevance
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1357 __STATIC_FORCEINLINE int32_t arm_nn_divide_by_power_of_two(const int32_t dividend, const int32_t ex… in arm_nn_divide_by_power_of_two() argument 1361 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two() 1364 result = dividend >> exponent; in arm_nn_divide_by_power_of_two() 1494 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve(const int32x4_t dividend, const int32… in arm_divide_by_power_of_two_mve() argument 1497 const int32x4_t fixup = vshrq_n_s32(vandq_s32(dividend, shift), 31); in arm_divide_by_power_of_two_mve() 1498 const int32x4_t fixed_up_dividend = vqaddq_s32(dividend, fixup); in arm_divide_by_power_of_two_mve() 1557 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve_pred(const int32x4_t dividend, in arm_divide_by_power_of_two_mve_pred() argument 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() 1564 const int32x4_t fixed_up_dividend = vqaddq_m_s32(v_zero, dividend, fixup, p); in arm_divide_by_power_of_two_mve_pred() 1611 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve_32x4(const int32x4_t dividend, const … in arm_divide_by_power_of_two_mve_32x4() argument [all …]
|