Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpalloc.c183 mpd_qnew(void) in mpd_qnew() function
195 result = mpd_qnew(); in mpd_new()
H A Dbench.c47 mpd_t *x = mpd_qnew(); in new_mpd()
H A Dbench_full.c47 mpd_t *x = mpd_qnew(); in new_mpd()
H A Dmpdecimal.h825 mpd_t *mpd_qnew(void);
H A 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/
H A D_decimal.c2352 d1 = mpd_qnew(); in PyDecType_FromFloatExact()
2358 d2 = mpd_qnew(); in PyDecType_FromFloatExact()
3518 x = mpd_qnew(); in dec_as_long()
4721 exp_hash = mpd_qnew(); in _dec_hash()
4725 tmp = mpd_qnew(); in _dec_hash()

Completed in 21 milliseconds