Searched refs:remainder_mask (Results 1 – 1 of 1) sorted by relevance
877 const int32_t remainder_mask = (1 << exponent) - 1; in arm_nn_divide_by_power_of_two() local878 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()