Home
last modified time | relevance | path

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

/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1360 const int32_t remainder_mask = (1 << exponent) - 1; in arm_nn_divide_by_power_of_two() local
1361 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two()
1367 int32_t threshold = remainder_mask >> 1; in arm_nn_divide_by_power_of_two()