Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h934 const int32_t thresh = ((1 << (31 - exp)) - 1); in arm_nn_mult_by_power_of_two() local
936 result = SELECT_USING_MASK(MASK_IF_NON_ZERO(val > thresh), Q31_MAX, result); in arm_nn_mult_by_power_of_two()
937 result = SELECT_USING_MASK(MASK_IF_NON_ZERO(val < -thresh), Q31_MIN, result); in arm_nn_mult_by_power_of_two()