Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Include/
Darm_nnsupportfunctions.h877 const int32_t remainder_mask = (1 << exponent) - 1; in arm_nn_divide_by_power_of_two() local
878 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two()
884 int32_t threshold = remainder_mask >> 1; in arm_nn_divide_by_power_of_two()