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.c85 mpd_free(tparams); in six_step_fnt()
108 mpd_free(tparams); in six_step_fnt()
116 mpd_free(tparams); in six_step_fnt()
190 mpd_free(tparams); in inv_six_step_fnt()
196 mpd_free(tparams); in inv_six_step_fnt()
204 mpd_free(tparams); in inv_six_step_fnt()
Dfnt.c57 mpd_free(tparams); in std_fnt()
76 mpd_free(tparams); in std_inv_fnt()
Dmemory.c49 void (* mpd_free)(void *ptr) = free; variable
170 mpd_free(result); in mpd_qnew_size()
Dio.c1121 mpd_free(decstring); in _mpd_apply_lconv()
1129 mpd_free(decstring); in _mpd_apply_lconv()
1155 mpd_free(result->data); in _mpd_add_pad()
1361 mpd_free(result.data); in mpd_qformat_spec()
1561 mpd_free(decstring); in mpd_fprint()
1576 mpd_free(decstring); in mpd_print()
Dbasearith.c330 mpd_free(u); in _mpd_basedivmod()
396 if (u != ustatic) mpd_free(u); in _mpd_basedivmod()
397 if (v != vstatic) mpd_free(v); in _mpd_basedivmod()
Dtranspose.c143 mpd_free(done); in swap_halfrows_pow2()
Dmpdecimal.c463 mpd_free(dec->data); in mpd_del()
466 mpd_free(dec); in mpd_del()
5384 mpd_free(result); in _mpd_kmul()
5391 if (w) mpd_free(w); in _mpd_kmul()
5535 mpd_free(vtmp); in _mpd_fntmul()
5542 mpd_free(vtmp); in _mpd_fntmul()
5549 mpd_free(vtmp); in _mpd_fntmul()
5553 mpd_free(vtmp); in _mpd_fntmul()
5562 if (c2) mpd_free(c2); in _mpd_fntmul()
5563 if (c3) mpd_free(c3); in _mpd_fntmul()
[all …]
Dmpdecimal.h809 extern void (* mpd_free)(void *ptr);
/external/python/cpython3/Modules/_decimal/
D_decimal.c2969 mpd_free(cp); in dec_str()
2988 mpd_free(cp); in dec_repr()
3182 if (decstring) mpd_free(decstring); in dec_format()
3243 mpd_free(ob_digit); in dec_as_long()
3249 mpd_free(ob_digit); in dec_as_long()
3614 if (intstring) mpd_free(intstring); in PyDec_AsTuple()
4126 mpd_free(s); in dec_mpd_to_eng()
5177 mpd_free(s); in ctx_mpd_to_sci()
5200 mpd_free(s); in ctx_mpd_to_eng()
5538 mpd_free = PyMem_Free; in PyInit__decimal()