Home
last modified time | relevance | path

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

/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1679 __STATIC_FORCEINLINE int32_t arm_nn_mult_by_power_of_two(const int32_t val, const int32_t exp) in arm_nn_mult_by_power_of_two() argument
1681 const int32_t thresh = ((1 << (31 - exp)) - 1); in arm_nn_mult_by_power_of_two()
1682 int32_t result = val << exp; in arm_nn_mult_by_power_of_two()