Home
last modified time | relevance | path

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

/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dgen2.c755 GEN q = diviu_rem(x, p, &r); in Z_lval()
782 GEN q = diviu_rem(x, p, &r); in Z_lvalrem()
820 GEN N, q = diviu_rem(n, p, &r); in Z_lvalrem_stop()
827 q = diviu_rem(N, p, &r); if (!r) { v++; N = q; } in Z_lvalrem_stop()
830 q = diviu_rem(N, p, &r); in Z_lvalrem_stop()
H A Dbuch1.c870 GEN q = diviu_rem(x, p, &r); in factorquad()
874 do { k++; x = q; q = diviu_rem(x, p, &r); } while (!r); in factorquad()
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/gmp/
H A Dmp.c599 diviu_rem(GEN y, ulong x, ulong *rem) in diviu_rem() function
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dlevel1.h1041 GEN p1 = diviu_rem(x,y, &rem); in dvdiuz()
H A Dmp.c544 diviu_rem(GEN y, ulong x, ulong *rem) in diviu_rem() function
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.10663 82- rename diviu_rem -> absdiviu_rem, udiviu_rem -> uabsdiviu_rem,
H A DCOMPAT187 - rename diviu_rem -> absdiviu_rem, udiviu_rem -> uabsdiviu_rem,
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Des.c1018 x = diviu_rem(x, 1000000000UL, zd); zd++; in convi()
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparidecl.h1371 GEN diviu_rem(GEN y, ulong x, ulong *rem);
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dusersch5.tex1230 \fun{GEN}{diviu_rem}{GEN x, ulong s, long *r} computes the Euclidean quotient
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd3607 GEN diviu_rem(GEN y, ulong x, ulong *rem)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd3767 GEN diviu_rem(GEN y, ulong x, ulong *rem)