Home
last modified time | relevance | path

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

/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/gmp/
H A Dmp.c1165 sqrtremi(GEN a, GEN *r) in sqrtremi() function
/dports/math/pari/pari-2.13.3/src/kernel/gmp/
H A Dmp.c1300 sqrtremi(GEN a, GEN *r) in sqrtremi() function
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dmp.c1670 sqrtremi(GEN N, GEN *r) in sqrtremi() function
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparidecl.h1409 #define sqrti(x) sqrtremi((x),NULL)
1410 GEN sqrtremi(GEN S, GEN *R);
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dmp.c2019 sqrtremi(GEN N, GEN *r) in sqrtremi() function
/dports/math/pari/pari-2.13.3/src/basemath/
H A Darith1.c521 case 1: return sqrtremi(a, r); in sqrtint0()
595 av = avma; y = sqrtremi(x, &r); in Z_issquareall()
4165 C = sqrtremi(p, &c); in Fp_log_index()
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dusersch5.tex947 powers, then \kbd{sqrtremi} is called.
1247 \fun{GEN}{sqrtremi}{GEN N, GEN *r}, returns the integer square root $S$ of
1260 to \kbd{sqrtremi(N, NULL)}.
H A Dusersch3.tex2584 \syn{sqrti}{x}. Also available is \tet{sqrtremi}$(x,\&r)$ which returns
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Darith1.c470 av = avma; y = sqrtremi(x, &r); in Z_issquarerem()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2560 sqrti(GEN x) { return sqrtremi(x,NULL); } in sqrti()
H A Dparidecl.h4521 GEN sqrtremi(GEN S, GEN *R);
/dports/math/p5-Math-Pari/pari-2.3.5/
H A DCHANGES-2.21036 23- routine sqrtremi() [ Karatsuba square root ]
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.21036 23- routine sqrtremi() [ Karatsuba square root ]
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd3648 GEN sqrtremi(GEN S, GEN *R)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd3808 GEN sqrtremi(GEN S, GEN *R)
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex3329 \fun{GEN}{sqrtremi}{GEN N, GEN *r}, returns the integer square root $S$ of
3342 to \kbd{sqrtremi(N, NULL)}.
7890 powers, then \kbd{sqrtremi} is called.