Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h766 const q31_t remainder_mask = (1 << exponent) - 1; in arm_nn_divide_by_power_of_two() local
767 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two()
773 q31_t threshold = remainder_mask >> 1; in arm_nn_divide_by_power_of_two()