Home
last modified time | relevance | path

Searched refs:closure_evalres (Results 1 – 9 of 9) sorted by relevance

/dports/math/pari/pari-2.13.3/src/gp/
H A Dgp.c372 z = closure_evalres(z); in gp_main_loop()
/dports/math/pari/pari-2.13.3/src/language/
H A Danal.c186 return closure_evalres(pari_compile_str(t)); in readseq_i()
H A Dcompile.c452 return gerepileupto(av, closure_evalres(code)); in localvars_read_str()
H A Deval.c1721 closure_evalres(GEN C) in closure_evalres() function
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dgen3.c4141 return closure_evalres(x); in geval_gp()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd2762 GEN closure_evalres(GEN C)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd2920 GEN closure_evalres(GEN C)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h3330 GEN closure_evalres(GEN C);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex14906 \fun{GEN}{closure_evalres}{GEN code} evaluates a closure and returns the result.