Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dmpalloc.c154 mpd_qnew_size(mpd_ssize_t nwords) in mpd_qnew_size() function
185 return mpd_qnew_size(MPD_MINALLOC); in mpd_qnew()
Dmpdecimal.h827 mpd_t *mpd_qnew_size(mpd_ssize_t nwords);
Dmpdecimal.c2062 if ((result = mpd_qnew_size(a->len)) == NULL) { in mpd_qncopy()