Home
last modified time | relevance | path

Searched refs:copyupto (Results 1 – 2 of 2) sorted by relevance

/dports/math/pari/pari-2.13.3/src/language/
H A Deval.c654 copyupto(GEN z, GEN t) in copyupto() function
1060 gmael(st,sp-3,operand) = copyupto(z,gel(st,sp-2)); in closure_eval()
1730 return copyupto(closure_return(C),(GEN)av); in closure_returnupto()
2316 return copyupto(gp_eval(E,x), (GEN)av); in gp_evalupto()
H A Dsumiter.c917 copyupto(GEN z, GEN t) in copyupto() function
973 gel(y,i) = copyupto(closure_evalnobrk(code), y); in vecteur()
1031 gel(z,j) = copyupto(closure_evalnobrk(code), y); in matrice()