Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.h101 mpd_uint_t n_adj, h, l, t; in _mpd_div_words_r() local
107 n_adj = lo + (n1_neg & MPD_RADIX); in _mpd_div_words_r()
111 l = l + n_adj; in _mpd_div_words_r()
112 if (l < n_adj) h++; in _mpd_div_words_r()