Home
last modified time | relevance | path

Searched refs:strtoclosure (Results 1 – 13 of 13) sorted by relevance

/dports/math/pari/pari-2.13.3/src/functions/gp2c_internal/
H A D_strtoclosure5 (str,gen,...):closure strtoclosure($1, ${nbarg 1 sub}, $3)
/dports/math/pari/pari-2.13.3/src/language/
H A Dcompile.c2010 strtoclosure(const char *s, long n, ...) in strtoclosure() function
2033 strtofunction(const char *s) { return strtoclosure(s, 0); } in strtofunction()
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc25.dsc4499 strtoclosure(${1 code}, ${nbarg 1 sub}, ${3 code})
H A Dfunc27.dsc4879 strtoclosure(${1 code}, ${nbarg 1 sub}, ${3 code})
H A Dfunc29.dsc5384 strtoclosure(${1 code}, ${nbarg 1 sub}, ${3 code})
H A Dfunc211.dsc5546 strtoclosure(${1 code}, ${nbarg 1 sub}, ${3 code})
H A Dfunc213.dsc5906 strtoclosure(${1 code}, ${nbarg 1 sub}, ${3 code})
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dpolarit3.c2592 worker = strtoclosure("_ZXQ_minpoly_worker", 3, A, B, stoi(d)); in ZXQ_minpoly()
H A Delliptic.c5213 GEN worker = strtoclosure("_ellQ_factorback_worker", 3, E, QEV_to_ZJV(A), L); in ellQ_factorback()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd2389 GEN strtoclosure(const char *s, long n, ...)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd2547 GEN strtoclosure(const char *s, long n, ...)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h2901 GEN strtoclosure(const char *s, long n, ...);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex14969 \fun{GEN}{strtoclosure}{char *str, long n, ...} returns a closure
14979 GEN agm1 = strtoclosure("agm",1, gen_1);