Searched refs:exponent (Results 1 – 1 of 1) sorted by relevance
1357 …C_FORCEINLINE int32_t arm_nn_divide_by_power_of_two(const int32_t dividend, const int32_t exponent) in arm_nn_divide_by_power_of_two() argument1360 const int32_t remainder_mask = (1 << exponent) - 1; in arm_nn_divide_by_power_of_two()1364 result = dividend >> exponent; in arm_nn_divide_by_power_of_two()1494 …CEINLINE int32x4_t arm_divide_by_power_of_two_mve(const int32x4_t dividend, const int32_t exponent) in arm_divide_by_power_of_two_mve() argument1496 const int32x4_t shift = vdupq_n_s32(-exponent); in arm_divide_by_power_of_two_mve()1558 const int32_t exponent, in arm_divide_by_power_of_two_mve_pred() argument1562 const int32x4_t shift = vdupq_x_n_s32(-exponent, p); in arm_divide_by_power_of_two_mve_pred()1611 …E int32x4_t arm_divide_by_power_of_two_mve_32x4(const int32x4_t dividend, const int32x4_t exponent) in arm_divide_by_power_of_two_mve_32x4() argument1613 const int32x4_t shift = -exponent; in arm_divide_by_power_of_two_mve_32x4()