Home
last modified time | relevance | path

Searched defs:ubase (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c8177 const mpd_uint_t *u, size_t ulen, uint32_t ubase, in _coeff_from_u16()
8216 mpd_uint_t *u, mpd_ssize_t ulen, mpd_uint_t ubase) in _baseconv_to_smaller()
8258 const mpd_uint_t *u, size_t ulen, mpd_uint_t ubase) in _baseconv_to_larger()
8296 mpd_uint_t *u, mpd_ssize_t ulen, mpd_uint_t ubase, in _coeff_from_larger_base()
8324 const uint32_t *u, size_t ulen, mpd_uint_t ubase, in _coeff_from_smaller_base()
8695 const mpd_uint_t ubase = 1U<<16; in _uint_from_u16() local