Home
last modified time | relevance | path

Searched refs:mpd_qnew (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpalloc.c190 mpd_qnew(void) in mpd_qnew() function
202 result = mpd_qnew(); in mpd_new()
Dmpdecimal.h811 mpd_t *mpd_qnew(void);
Dmpdecimal.c7562 if ((qq = mpd_qnew()) == NULL) { in _mpd_base_ndivmod()
7568 if ((rr = mpd_qnew()) == NULL) { in _mpd_base_ndivmod()
/external/python/cpython3/Modules/_decimal/
D_decimal.c2315 d1 = mpd_qnew(); in PyDecType_FromFloatExact()
2321 d2 = mpd_qnew(); in PyDecType_FromFloatExact()
3356 x = mpd_qnew(); in dec_as_long()
4553 exp_hash = mpd_qnew(); in _dec_hash()
4557 tmp = mpd_qnew(); in _dec_hash()