Home
last modified time | relevance | path

Searched refs:mpd_free (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dsixstep.c87 mpd_free(tparams); in six_step_fnt()
110 mpd_free(tparams); in six_step_fnt()
118 mpd_free(tparams); in six_step_fnt()
192 mpd_free(tparams); in inv_six_step_fnt()
198 mpd_free(tparams); in inv_six_step_fnt()
206 mpd_free(tparams); in inv_six_step_fnt()
Dfnt.c58 mpd_free(tparams); in std_fnt()
77 mpd_free(tparams); in std_inv_fnt()
Dmpalloc.c53 void (* mpd_free)(void *ptr) = free; variable
174 mpd_free(result); in mpd_qnew_size()
Dio.c1137 mpd_free(decstring); in _mpd_apply_lconv()
1145 mpd_free(decstring); in _mpd_apply_lconv()
1171 mpd_free(result->data); in _mpd_add_pad()
1378 mpd_free(result.data); in mpd_qformat_spec()
1578 mpd_free(decstring); in mpd_fprint()
1593 mpd_free(decstring); in mpd_print()
Dbasearith.c330 mpd_free(u); in _mpd_basedivmod()
397 if (u != ustatic) mpd_free(u); in _mpd_basedivmod()
398 if (v != vstatic) mpd_free(v); in _mpd_basedivmod()
Dtranspose.c145 mpd_free(done); in swap_halfrows_pow2()
Dmpdecimal.c467 mpd_free(dec->data); in mpd_del()
470 mpd_free(dec); in mpd_del()
5546 mpd_free(result); in _mpd_kmul()
5553 if (w) mpd_free(w); in _mpd_kmul()
5697 mpd_free(vtmp); in _mpd_fntmul()
5704 mpd_free(vtmp); in _mpd_fntmul()
5711 mpd_free(vtmp); in _mpd_fntmul()
5715 mpd_free(vtmp); in _mpd_fntmul()
5724 if (c2) mpd_free(c2); in _mpd_fntmul()
5725 if (c3) mpd_free(c3); in _mpd_fntmul()
[all …]
Dmpdecimal.h802 extern void (* mpd_free)(void *ptr);
/external/python/cpython3/Modules/_decimal/
D_decimal.c3114 mpd_free(cp); in dec_str()
3133 mpd_free(cp); in dec_repr()
3327 if (decstring) mpd_free(decstring); in dec_format()
3388 mpd_free(ob_digit); in dec_as_long()
3394 mpd_free(ob_digit); in dec_as_long()
3759 if (intstring) mpd_free(intstring); in PyDec_AsTuple()
4271 mpd_free(s); in dec_mpd_to_eng()
5315 mpd_free(s); in ctx_mpd_to_sci()
5338 mpd_free(s); in ctx_mpd_to_eng()
5676 mpd_free = PyMem_Free; in PyInit__decimal()