Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dmpalloc.c183 mpd_qnew(void) in mpd_qnew() function
195 result = mpd_qnew(); in mpd_new()
Dbench.c47 mpd_t *x = mpd_qnew(); in new_mpd()
Dbench_full.c47 mpd_t *x = mpd_qnew(); in new_mpd()
Dmpdecimal.h825 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()
/third_party/python/Modules/_decimal/
D_decimal.c2314 d1 = mpd_qnew(); in PyDecType_FromFloatExact()
2320 d2 = mpd_qnew(); in PyDecType_FromFloatExact()
3368 x = mpd_qnew(); in dec_as_long()
4564 exp_hash = mpd_qnew(); in _dec_hash()
4568 tmp = mpd_qnew(); in _dec_hash()