Home
last modified time | relevance | path

Searched refs:closure_get_dbg (Results 1 – 8 of 8) sorted by relevance

/dports/math/pari/pari-2.13.3/src/language/
H A Deval.c784 GEN d = closure_get_dbg(C), frpc = gel(d,2), fram = gel(d,3); in get_arg_name()
810 GEN dbg = gel(closure_get_dbg(C),1); in closure_err()
2754 GEN fram = gel(closure_get_dbg(C),3); in closure_relink()
2790 GEN fram = gel(closure_get_dbg(C),3); in closure_unlink()
H A Des.c2099 blancs(bl); pari_puts("dbg/frpc/fram = "); dbg(closure_get_dbg(x),nb,bl); in dbg()
2645 if (typ(str)==t_VEC && lg(gel(closure_get_dbg(g),3)) >= 2) in print_context()
2647 GEN v = closure_get_frame(g), d = gmael(closure_get_dbg(g),3,1); in print_context()
H A Dcompile.c394 GEN dbg=closure_get_dbg(C); in push_frame()
/dports/math/pari/pari-2.13.3/doc/
H A Ddevelop.tex92 \fun{GEN}{closure_get_dbg}{GEN C}
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h3055 INLINE GEN closure_get_dbg(GEN C) { return gel(C,5); } in closure_get_dbg() function
H A Dparidecl.h5784 INLINE GEN closure_get_dbg(GEN C);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4693 GEN closure_get_dbg(GEN C)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4853 GEN closure_get_dbg(GEN C)