Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.c431 mpd_uint_t l=l, lprev=lprev, h=h; in _mpd_baseshiftl() local
433 mpd_uint_t l, lprev, h; in _mpd_baseshiftl()
447 _mpd_divmod_pow10(&h, &lprev, src[m--], MPD_RDIGITS-r); in _mpd_baseshiftl()
454 dest[n] = ph * lprev + h; in _mpd_baseshiftl()
455 lprev = l; in _mpd_baseshiftl()
458 dest[q] = ph * lprev; in _mpd_baseshiftl()
Dmpdecimal.c2060 mpd_uint_t l=l, lprev=lprev, h=h; in _mpd_basecmp() local
2062 mpd_uint_t l, lprev, h; in _mpd_basecmp()
2076 _mpd_divmod_pow10(&h, &lprev, small[m--], MPD_RDIGITS-r); in _mpd_basecmp()
2083 x = ph * lprev + h; in _mpd_basecmp()
2085 lprev = l; in _mpd_basecmp()
2087 x = ph * lprev; in _mpd_basecmp()