Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A 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()
H A Dfnt.c58 mpd_free(tparams); in std_fnt()
77 mpd_free(tparams); in std_inv_fnt()
H A Dmpalloc.c53 void (* mpd_free)(void *ptr) = free; variable
167 mpd_free(result); in mpd_qnew_size()
H A 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()
H A 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()
H A Dtranspose.c145 mpd_free(done); in swap_halfrows_pow2()
H A 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(c in _mpd_fntmul()
[all...]
H A Dmpdecimal.h816 extern void (* mpd_free)(void *ptr);
/third_party/python/Modules/_decimal/libmpdec/examples/
H A Ddivmod.c76 mpd_free(qs); in main()
77 mpd_free(rs); in main()
H A Dsqrt.c69 mpd_free(rstring); in main()
H A Dmultiply.c72 mpd_free(rstring); in main()
H A Dcompare.c72 mpd_free(rstring); in main()
H A Dshift.c72 mpd_free(rstring); in main()
H A Ddiv.c72 mpd_free(rstring); in main()
H A Dpow.c72 mpd_free(rstring); in main()
H A Dpowmod.c75 mpd_free(rstring); in main()
/third_party/python/Modules/_decimal/
H A D_decimal.c3151 mpd_free(cp); in dec_str()
3170 mpd_free(cp); in dec_repr()
3489 if (decstring) mpd_free(decstring); in dec_format()
3549 mpd_free(ob_digit); in dec_as_long()
3557 mpd_free(ob_digit); in dec_as_long()
3563 mpd_free(ob_digit); in dec_as_long()
3928 if (intstring) mpd_free(intstring); in PyDec_AsTuple()
4440 mpd_free(s); in dec_mpd_to_eng()
5483 mpd_free(s); in ctx_mpd_to_sci()
5506 mpd_free( in ctx_mpd_to_eng()
[all...]

Completed in 23 milliseconds