Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h685 #define DIV_POW2_MVE(a, b) arm_divide_by_power_of_two_mve((a), (b))
846 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve(const int32x4_t dividend, const q31_t… in arm_divide_by_power_of_two_mve() function
865 return arm_divide_by_power_of_two_mve( in arm_requantize_mve()
/cmsis-3.4.0/CMSIS/NN/Source/BasicMathFunctions/
Darm_elementwise_add_s8.c40 __INPUT_V = arm_divide_by_power_of_two_mve(__INPUT_V, -__SHIFT);