Home
last modified time | relevance | path

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

/external/trusty/musl/src/internal/
Dstdio_impl.h37 unsigned char *wbase; member
/external/musl/src/internal/
Dstdio_impl.h27 unsigned char *wbase; member
/external/mpdecimal/libmpdec/
Dmpdecimal.c8297 _baseconv_to_u16(uint16_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_u16()
8361 _baseconv_to_smaller(uint32_t **w, size_t wlen, uint32_t wbase, in _baseconv_to_smaller()
8403 _baseconv_to_larger(uint32_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_larger()
8441 _coeff_from_larger_base(mpd_t *w, size_t wlen, mpd_uint_t wbase, in _coeff_from_larger_base()
8469 _coeff_from_smaller_base(mpd_t *w, mpd_ssize_t wlen, mpd_uint_t wbase, in _coeff_from_smaller_base()
9043 const mpd_uint_t wbase = 1U<<16; in _uint_to_u16() local
/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c8157 _baseconv_to_u16(uint16_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_u16()
8221 _baseconv_to_smaller(uint32_t **w, size_t wlen, uint32_t wbase, in _baseconv_to_smaller()
8263 _baseconv_to_larger(uint32_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_larger()
8301 _coeff_from_larger_base(mpd_t *w, size_t wlen, mpd_uint_t wbase, in _coeff_from_larger_base()
8329 _coeff_from_smaller_base(mpd_t *w, mpd_ssize_t wlen, mpd_uint_t wbase, in _coeff_from_smaller_base()
8903 const mpd_uint_t wbase = 1U<<16; in _uint_to_u16() local