Searched refs:exp_cnt (Results 1 – 1 of 1) sorted by relevance
318 bitcnt_t exp_cnt = exp % WORD_BITS; in nn_modinv_2exp() local319 word_t mask = (word_t)((exp_cnt == 0) ? WORD_MASK : (word_t)((WORD(1) << exp_cnt) - WORD(1))); in nn_modinv_2exp()