Searched refs:arm_nn_divide_by_power_of_two (Results 1 – 1 of 1) sorted by relevance
1278 #define DIV_POW2(a, b) arm_nn_divide_by_power_of_two((a), (b))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() function1410 …return arm_nn_divide_by_power_of_two(arm_nn_doubling_high_mult_no_sat(val * (1 << LEFT_SHIFT(shift… in arm_nn_requantize()