Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmemory.c186 mpd_qnew(void) in mpd_qnew() function
198 result = mpd_qnew(); in mpd_new()
Dmpdecimal.h818 mpd_t *mpd_qnew(void);
Dmpdecimal.c7379 if ((qq = mpd_qnew()) == NULL) { in _mpd_base_ndivmod()
7385 if ((rr = mpd_qnew()) == NULL) { in _mpd_base_ndivmod()
/external/python/cpython3/Modules/_decimal/
D_decimal.c2170 d1 = mpd_qnew(); in PyDecType_FromFloatExact()
2176 d2 = mpd_qnew(); in PyDecType_FromFloatExact()
3211 x = mpd_qnew(); in dec_as_long()
4415 exp_hash = mpd_qnew(); in _dec_hash()
4419 tmp = mpd_qnew(); in _dec_hash()