Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.c304 const mpd_uint_t *uconst, const mpd_uint_t *vconst, in _mpd_basedivmod() argument
321 d = MPD_RADIX / (vconst[n-1] + 1); in _mpd_basedivmod()
336 _mpd_shortmul(v, vconst, n, d); in _mpd_basedivmod()
Dbasearith.h65 const mpd_uint_t *vconst, mpd_size_t nplusm, mpd_size_t n);