Home
last modified time | relevance | path

Searched refs:gerepileuptoleaf (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/paritwine/paritwine-0.1/src/
H A Dmpfr.c47 return gerepileuptoleaf (ltop, mpfr_get_GEN (z)); \
61 return gerepileuptoleaf (ltop, mpfr_get_GEN (z)); \
76 return gerepileuptoleaf (ltop, mpfr_get_GEN (z)); \
89 return gerepileuptoleaf (ltop, mpfr_get_GEN (z)); \
103 return gerepileuptoleaf (ltop, mpfr_get_GEN (z)); \
/dports/math/p5-Math-Pari/pari-2.3.5/src/functions/gp2c_internal/
H A D_gerepileupto5 (pari_sp, mp):mp gerepileuptoleaf($1, $2)
6 (pari_sp, vecsmall):vecsmall gerepileuptoleaf($1, $2)
/dports/math/pari/pari-2.13.3/src/functions/gp2c_internal/
H A D_gerepileupto5 (pari_sp, mp):mp gerepileuptoleaf($1, $2)
6 (pari_sp, vecsmall):vecsmall gerepileuptoleaf($1, $2)
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dtrans2.c161 return gerepileuptoleaf(av, z); in mpasin()
238 return gerepileuptoleaf(av, z); in mpacos()
337 y = rfix(y,prec); return gerepileuptoleaf(av, mparg(x,y)); in cxarg()
355 return gerepileuptoleaf(av, garg(quadtoc(x, prec), prec)); in garg()
386 return gerepileuptoleaf(av, z); in mpch()
473 y = gerepileuptoleaf(av, divrr(t, addsr(2,t))); in mpth()
583 return gerepileuptoleaf(av, z); in mpach()
656 setexpo(z, expo(z)-1); return gerepileuptoleaf(av, z); in mpath()
677 gel(y,1) = gerepileuptoleaf(av, p1); in gath()
1086 y = gerepileuptoleaf(av2, y); in cxgamma()
[all …]
H A Dtrans1.c94 return gerepileuptoleaf(av, mulrr(p1,sqrtr_abs(stor(k3,prec))));
433 return gerepileuptoleaf(av, y); in rpowuu()
954 gel(y,2) = gerepileuptoleaf(av, p1); av = avma; in gsqrt()
955 gel(y,1) = gerepileuptoleaf(av, gdiv(gel(x,2), gmul2n(p1,1))); in gsqrt()
958 gel(y,1) = gerepileuptoleaf(av, p1); av = avma; in gsqrt()
959 gel(y,2) = gerepileuptoleaf(av, gdiv(gel(x,2), gmul2n(p1,1))); in gsqrt()
1966 return gerepileuptoleaf(av, sqrtr_abs(t)); in mpaut()
1990 return gerepileuptoleaf(av, y); in mpcos()
2064 return gerepileuptoleaf(av, y); in mpsin()
2261 return gerepileuptoleaf(av, divrr(s,c)); in mptan()
H A DFlx.c435 if (!v || lx==2) return gerepileuptoleaf(av, x); in Flx_shiftip()
997 return gerepileuptoleaf(ltop, r); in Flx_invmontgomery()
1058 return gerepileuptoleaf(av, Flx_gcd_i(a,b,p)); in Flx_gcd()
1163 v = gerepileuptoleaf(av, Flx_Fl_mul(v, lb, p)); in Flx_extresultant()
1166 u = gerepileuptoleaf(av, Flx_div(u,a,p)); /* = (res - b v) / a */ in Flx_extresultant()
1403 return gerepileuptoleaf(av, y); in Flxq_pow()
1427 return gerepileuptoleaf(av, U); in Flxq_inv()
1459 return gerepileuptoleaf(ltop,z); in FlxV_Flc_mul()
H A Dtrans3.c679 return gerepileuptoleaf(av, incgam2_0(x, mpexp(x))); in incgam2()
795 if (signe(x) >= 0) return gerepileuptoleaf(av, incgam2_0(x, mpexp(x))); in eint1()
815 return gerepileuptoleaf(av, negr(y)); in eint1()
1243 return gerepileuptoleaf(av, y); in szeta_odd()
1281 return gerepileuptoleaf(av, divrs(y, -k)); in szeta()
1295 return gerepileuptoleaf(av, y); in szeta()
1299 return gerepileuptoleaf(av, ginv( inv_szeta_euler(k, 0, prec) )); in szeta()
1425 tes = gerepileuptoleaf(av2, tes); in czeta()
/dports/math/pari/pari-2.13.3/src/basemath/
H A DFlx.c1306 return gerepileuptoleaf(ltop, r); in Flx_invBarrett()
1596 return gerepileuptoleaf(av, r); in Flx_rem()
2639 return gerepileuptoleaf(av, y); in Flxq_powu()
2656 return gerepileuptoleaf(av, y); in Flxq_pow()
2694 return gerepileuptoleaf(av, U); in Flxq_inv()
2804 return gerepileuptoleaf(av, S); in Flx_FlxqV_eval()
3296 return gerepileuptoleaf(ltop,g); in Flxq_minpoly()
3371 g = gerepileuptoleaf(av0, g); in gener_Flxq()
3577 return gerepileuptoleaf(av, Q); in Flx_Newton()
3587 return gerepileuptoleaf(av, Q); in Flx_fromNewton()
[all …]
H A Dtrans2.c73 { av = avma; return gerepileuptoleaf(av, atan2_agm(gen_1, x, l)); } in mpatan()
170 return gerepileuptoleaf(av, z); in mpasin()
240 return gerepileuptoleaf(av, z); in mpacos()
338 y = rfix(y,prec); return gerepileuptoleaf(av, mparg(x,y)); in cxarg()
374 return gerepileuptoleaf(av, z); in mpcosh()
508 y = gerepileuptoleaf(av, divrr(t, addsr(2,t))); in mptanh()
558 y = gerepileuptoleaf(av, divrr(addsr(2,t), t)); in mpcotanh()
762 shiftr_inplace(z, -1); return gerepileuptoleaf(av, z); in mpatanh()
788 gel(y,1) = gerepileuptoleaf(av, z); in gatanh()
1118 y = gerepileuptoleaf(av2, y); in cxgamma()
[all …]
H A Dtrans1.c733 return gerepileuptoleaf(av,y); in powrs()
742 return gerepileuptoleaf(av,y); in powru()
1563 u = v = gerepileuptoleaf(av, sqrtr(r)); in gsqrt()
1570 v = gerepileuptoleaf(av, v); av = avma; in gsqrt()
1846 return gerepileuptoleaf(ltop, x); in sqrtnint()
1906 return gerepileuptoleaf(av, x); in sqrtnr_abs()
3461 return gerepileuptoleaf(av, sqrtr_abs(t)); in mpaut()
3489 return gerepileuptoleaf(av, y); in mpcos()
3563 return gerepileuptoleaf(av, y); in mpsin()
3826 return gerepileuptoleaf(av, divrr(s,x)); in mpsinc()
[all …]
H A DFpX.c1408 return Flx_to_ZX_inplace(gerepileuptoleaf(av, z)); in FpX_divrem()
1895 return Flx_to_ZX_inplace(gerepileuptoleaf(av, y)); in FpXQ_pow()
1916 return Flx_to_ZX_inplace(gerepileuptoleaf(av, y)); in FpXQ_powu()
1977 return Flx_to_ZX_inplace(gerepileuptoleaf(av, z)); in FpX_FpXQ_eval()
2261 if (lg(n_q)==1) return gerepileuptoleaf(av, n_q); in Fp_FpXQ_log()
2333 return gerepileuptoleaf(av, z); in FpXQ_log()
2339 return gerepileuptoleaf(av, z); in FpXQ_log()
2347 return gerepileuptoleaf(av, z); in FpXQ_log()
2386 if (!zeta) return gerepileuptoleaf(av, z); in FpXQ_sqrtn()
2393 if (!zeta) return Flx_to_ZX_inplace(gerepileuptoleaf(av, z)); in FpXQ_sqrtn()
[all …]
H A DF2v.c521 return gerepileuptoleaf(av, Flv_to_F2v(u)); in F2m_inv_upper_1_ind()
607 return gerepileuptoleaf(av, gel(z,1)); in F2m_F2c_gauss()
670 return gerepileuptoleaf(av, x); in F2m_F2c_invimage()
H A Dgen3.c677 { pari_sp av = avma; return gerepileuptoleaf(av, _quotrs(x,y)); } in quotrs()
680 { pari_sp av = avma; return gerepileuptoleaf(av, _quotfs(x,s)); } in quotfs()
683 { pari_sp av = avma; return gerepileuptoleaf(av, _quotsr(x, y)); } in quotsr()
686 { pari_sp av = avma; return gerepileuptoleaf(av, _quotsf(x, y)); } in quotsf()
689 { pari_sp av = avma; return gerepileuptoleaf(av, _quotsq(x, y)); } in quotsq()
692 { pari_sp av = avma; return gerepileuptoleaf(av, _quotqs(x, y)); } in quotqs()
695 { pari_sp av = avma; return gerepileuptoleaf(av, _quotfi(x, y)); } in quotfi()
698 { pari_sp av = avma; return gerepileuptoleaf(av, _quotri(x, y)); } in quotri()
706 return gerepileuptoleaf(av, subri(x, mulis(q,y))); in modrs()
714 return gerepileuptoleaf(av, subsr(x, mulir(q,y))); in modsr()
H A DF2x.c420 if (!v || lx==2) return gerepileuptoleaf(av, x); in F2x_shiftip()
958 if (gc_needed(av,2)) a = gerepileuptoleaf(av, a); in F2x_gcd()
1054 return gerepileuptoleaf(av, U); in F2xq_inv()
1061 return gerepileuptoleaf(av, F2xq_mul(x,F2xq_inv(y,T),T)); in F2xq_div()
1407 *g = gerepileuptoleaf(av, *g); in F2xq_log_find_rel()
1657 return gerepileuptoleaf(ltop, F2x_renormalize(Q, lg(Q))); in F2xq_Artin_Schreier()
1680 return gerepileuptoleaf(av, F2x_is_x(a)? sqx: F2xq_sqrt_fast(a,sqx,T)); in F2xq_sqrt()
H A Dbern.c328 z = gerepileuptoleaf(av2, z); in inv_szeta_euler()
H A DF2xqE.c97 *pt_a = gerepileuptoleaf(av, F2x_add(n, a)); in F2xq_elltwist()
102 *pt_a6 = gerepileuptoleaf(av, a6t); in F2xq_elltwist()
H A DFlv.c637 return gerepileuptoleaf(av, v); in Flm_deplin_echelon()
1116 return gerepileuptoleaf(av, gel(z,1)); in Flm_Flc_gauss()
1235 return gerepileuptoleaf(av, x); in Flm_Flc_invimage()
/dports/math/p5-Math-Pari/pari-2.3.5/src/test/
H A Dtune.c89 return gerepileuptoleaf(av, ZX_to_Flx(x, DFLT_mod)); in rand_Flx()
98 return gerepileuptoleaf(av, ZX_to_Flx(x, DFLT_mod)); in rand_NFlx()
/dports/math/pari/pari-2.13.3/src/language/
H A Dstr.c206 return gerepileuptoleaf(av, shallowconcat1(w)); in strjoin()
H A Danal.c602 return gerepileuptoleaf(av, rtor(y, prec)); in real_read()
628 return gerepileuptoleaf(av, itor(y, prec)); in strtor()
H A Dsumiter.c1221 if ((e & 0x1ff) == 0) t = gerepileuptoleaf(av, t); in binsum()
1224 gel(S, k << l) = t = gerepileuptoleaf(av, t); in binsum()
1232 gel(S, k << i) = t = gerepileuptoleaf(av, t); in binsum()
1384 return gerepileuptoleaf(av, rcopy(b)); in zbrent()
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dpariold.h259 #define lpileuptoleaf (long)gerepileuptoleaf
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariold.h419 #define lpileuptoleaf (long)gerepileuptoleaf
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Dintnum.c369 affrr(wp, gel(D.tabwp,k)); et = gerepileuptoleaf(av, mulrr(et, ex)); in inittanhsinh()
401 affrr(wp, gel(D.tabwp,k)); et = gerepileuptoleaf(av, mulrr(et, ex)); in initsinhsinh()
430 affrr(wp, gel(D.tabwp,k)); et = gerepileuptoleaf(av, mulrr(et, ex)); in initsinh()
495 affrr(wm, gel(D.tabwm,k)); et = gerepileuptoleaf(av, mulrr(et, ex)); in initexpexp()
538 affrr(wm, gel(D.tabwm,k)); et = gerepileuptoleaf(av, mulrr(et, ex)); in initnumsine()
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dmp_indep.c585 return gerepileuptoleaf(av, mulur(x, z)); in divur()
605 return gerepileuptoleaf(av, mulsr(x, z)); in divsr()

1234