Searched refs:arm_nn_divide_by_power_of_two (Results 1 – 2 of 2) sorted by relevance
50 __INPUT = arm_nn_divide_by_power_of_two(__INPUT, -__SHIFT);230 input_1 = arm_nn_divide_by_power_of_two(input_1, -input_1_shift); in arm_elementwise_add_s8()233 input_2 = arm_nn_divide_by_power_of_two(input_2, -input_2_shift); in arm_elementwise_add_s8()
684 #define DIV_POW2(a, b) arm_nn_divide_by_power_of_two((a), (b))763 __STATIC_FORCEINLINE q31_t arm_nn_divide_by_power_of_two(const q31_t dividend, const q31_t exponent) in arm_nn_divide_by_power_of_two() function797 …return arm_nn_divide_by_power_of_two(arm_nn_doubling_high_mult_no_sat(val * (1 << LEFT_SHIFT(shift… in arm_nn_requantize()