Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A DFpXX.c598 FpXX_shift(GEN a, long n) { return RgX_shift_shallow(a, n); } in FpXX_shift() function
608 R = FpXQX_halfgcd(FpXX_shift(x,-n),FpXX_shift(y,-n), T, p); in FpXQX_halfgcd_split()
613 S = FpXQX_halfgcd(FpXX_shift(y1,-k), FpXX_shift(r,-k), T, p); in FpXQX_halfgcd_split()
1532 GEN bh = FpXQX_div(FpXX_shift(tau, n-1), S, T, p); in FpXQXQ_transmul_init()
1546 t2 = FpXX_shift(FpXQX_mul(bt, a, T, p),1-n); in FpXQXQ_transmul()
1548 t1 = FpXX_shift(FpXQX_mul(ft, a, T, p),-n); in FpXQXQ_transmul()
1550 vec = FpXX_sub(t2, FpXX_shift(t3, 1), p); in FpXQXQ_transmul()
1784 return FpXX_shift(FpXQX_mul(f,g,T, p),-n); in FpXQX_mulhigh_i()
1868 f = FpXX_add(f, FpXX_shift(w, n2), p); in ZlXQXn_expint()
1871 g = FpXX_sub(g, FpXX_shift(u, n2), p); in ZlXQXn_expint()
[all …]