Home
last modified time | relevance | path

Searched refs:closure_get_data (Results 1 – 7 of 7) sorted by relevance

/dports/math/pari/pari-2.13.3/src/language/
H A Deval.c888 GEN data=closure_get_data(C); in closure_eval()
2773 gen_relink(closure_get_data(x), table); in gen_relink()
2815 gen_unlink(closure_get_data(x)); in gen_unlink()
H A Des.c2098 blancs(bl); pari_puts("data = "); dbg(closure_get_data(x),nb,bl); in dbg()
/dports/math/pari/pari-2.13.3/doc/
H A Ddevelop.tex86 \fun{GEN}{closure_get_data}{GEN C}
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h3054 INLINE GEN closure_get_data(GEN C) { return gel(C,4); } in closure_get_data() function
H A Dparidecl.h5783 INLINE GEN closure_get_data(GEN C);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4692 GEN closure_get_data(GEN C)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4852 GEN closure_get_data(GEN C)