Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/nn/
H A Dnn_div.c198 int _small, cmp, ret; in _nn_divrem_normalized() local
255 _small = ((!!(r->val[i - 1])) | (cmp >= 0)); in _nn_divrem_normalized()
257 ret = _nn_cnd_sub_shift(_small, r, b, shift, &borrow); EG(ret, err); in _nn_divrem_normalized()
264 qstar = (word_t)(qstar + (word_t)_small); in _nn_divrem_normalized()