Home
last modified time | relevance | path

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

/dports/math/p5-Math-Pari/pari-2.3.5/
H A DCHANGES163 24- typo in resmod2n (specific to GMP kernel) [#546] [F35]
H A DCHANGES-2.2691 9- [ GMP kernel ] incorrect resmod2n --> wrong 2-adic sqrt
698 15- typo in resmod2n [ missing (ulong) typecast ] -> issquare((2^64+1)^2)=0
2044 MD 33- resmod2n [called from powmodulo] could return unnormalized integers
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dmp.c1378 resmod2n(GEN x, long n) in resmod2n() function
1699 s0 = resmod2n(S, k); in sqrtremi()
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/gmp/
H A Dmp.c1122 resmod2n(GEN x, long n) in resmod2n() function
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dtrans1.c830 z = addii(z, resmod2n(mulii(x, Fp_inv(z,mod)), zp)); in sqrt_2adic()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.2691 9- [ GMP kernel ] incorrect resmod2n --> wrong 2-adic sqrt
698 15- typo in resmod2n [ missing (ulong) typecast ] -> issquare((2^64+1)^2)=0
2044 MD 33- resmod2n [called from powmodulo] could return unnormalized integers
H A DCHANGES-2.41352 35- typo in resmod2n (both kernels) [#546]
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparidecl.h1405 GEN resmod2n(GEN x, long n);