Home
last modified time | relevance | path

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

/third_party/python/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
167 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()
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 …]
Dtranspose.c145 mpd_free(done); in swap_halfrows_pow2()
Dmpdecimal.h816 extern void (* mpd_free)(void *ptr);
/third_party/python/Modules/_decimal/libmpdec/examples/
Ddivmod.c76 mpd_free(qs); in main()
77 mpd_free(rs); in main()
Dsqrt.c69 mpd_free(rstring); in main()
Dmultiply.c72 mpd_free(rstring); in main()
Dshift.c72 mpd_free(rstring); in main()
Dcompare.c72 mpd_free(rstring); in main()
Ddiv.c72 mpd_free(rstring); in main()
Dpow.c72 mpd_free(rstring); in main()
Dpowmod.c75 mpd_free(rstring); in main()
/third_party/python/Modules/_decimal/
D_decimal.c3113 mpd_free(cp); in dec_str()
3132 mpd_free(cp); in dec_repr()
3339 if (decstring) mpd_free(decstring); in dec_format()
3400 mpd_free(ob_digit); in dec_as_long()
3406 mpd_free(ob_digit); in dec_as_long()
3771 if (intstring) mpd_free(intstring); in PyDec_AsTuple()
4283 mpd_free(s); in dec_mpd_to_eng()
5326 mpd_free(s); in ctx_mpd_to_sci()
5349 mpd_free(s); in ctx_mpd_to_eng()
5687 mpd_free = PyMem_Free; in PyInit__decimal()