Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/language/
H A Deval.c753 code = closure_codestr(C); oper = closure_get_oper(C); in closure_func_err()
887 GEN oper=closure_get_oper(C); in closure_eval()
2405 oper=closure_get_oper(C); in closure_disassemble()
2753 GEN oper = closure_get_oper(C); in closure_relink()
2789 GEN oper = closure_get_oper(C); in closure_unlink()
H A Des.c2097 blancs(bl); pari_puts("operand = "); dbg(closure_get_oper(x),nb,bl); in dbg()
2897 str_puts(S,"\","); wr_vecsmall(T,S,closure_get_oper(g)); in bruti_intern()
H A Dcompile.c393 GEN oper=closure_get_oper(C); in push_frame()
/dports/math/pari/pari-2.13.3/doc/
H A Ddevelop.tex80 \fun{GEN}{closure_get_oper}{GEN C}
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h3053 INLINE GEN closure_get_oper(GEN C) { return gel(C,3); } in closure_get_oper() function
H A Dparidecl.h5782 INLINE GEN closure_get_oper(GEN C);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4691 GEN closure_get_oper(GEN C)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4851 GEN closure_get_oper(GEN C)