Home
last modified time | relevance | path

Searched refs:arm_nn_divide_by_power_of_two (Results 1 – 2 of 2) sorted by relevance

/cmsis-3.4.0/CMSIS/NN/Source/BasicMathFunctions/
Darm_elementwise_add_s8.c50 __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()
/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h684 #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() function
797 …return arm_nn_divide_by_power_of_two(arm_nn_doubling_high_mult_no_sat(val * (1 << LEFT_SHIFT(shift… in arm_nn_requantize()