Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/BasicMathFunctions/
Darm_elementwise_add_s8.c38 #define SAT_INPUT_VECT(__INPUT_V, __MULT, __SHIFT) … argument
40 __INPUT_V = arm_divide_by_power_of_two_mve(__INPUT_V, -__SHIFT);
48 #define SAT_INPUT(__INPUT, __MULT, __SHIFT) … argument
50 __INPUT = arm_nn_divide_by_power_of_two(__INPUT, -__SHIFT);