Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/NN/Source/BasicMathFunctions/
Darm_elementwise_add_s8.c49 …__INPUT = arm_nn_doubling_high_mult_no_sat(__INPUT, __MULT); …
/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h736 __STATIC_FORCEINLINE q31_t arm_nn_doubling_high_mult_no_sat(const q31_t m1, const q31_t m2) in arm_nn_doubling_high_mult_no_sat() 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()