Home
last modified time | relevance | path

Searched refs:hgcd (Results 26 – 50 of 75) sorted by relevance

123

/dports/math/mpir/mpir-3.0.0/tune/
H A DMakefile.am129 matrix22_mul.c hgcd.c hgcd_appr.c hgcd_reduce.c \
H A DMakefile.in175 hgcd.$(OBJEXT) hgcd_appr.$(OBJEXT) hgcd_reduce.$(OBJEXT) \
491 matrix22_mul.c hgcd.c hgcd_appr.c hgcd_reduce.c \
H A Dspeed.h2659 struct hgcd_matrix hgcd; \
2696 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2697 res = func (ap, bp, s->size, &hgcd, wp); \
2709 struct hgcd_matrix hgcd; \
2747 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2748 res = func (&hgcd, ap, bp, s->size, p, wp); \
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tune/
H A DMakefile.am148 hgcd.c hgcd_appr.c hgcd_reduce.c \
H A DMakefile.in213 hgcd.$(OBJEXT) hgcd_appr.$(OBJEXT) hgcd_reduce.$(OBJEXT) \
540 hgcd.c hgcd_appr.c hgcd_reduce.c \
H A Dspeed.h2906 struct hgcd_matrix hgcd; \
2943 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2944 res = func (ap, bp, s->size, &hgcd, wp); \
2956 struct hgcd_matrix hgcd; \
2994 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2995 res = func (&hgcd, ap, bp, s->size, p, wp); \
/dports/math/gap/gap-4.11.0/extern/gmp/
H A DAUTHORS34 mpn/generic/hgcd2.c, hgcd.c, hgcd_step.c,
H A DChangeLog5095 found in hgcd.c.
5099 * tests/mpn/t-hgcd.c (main): Likewise.
6271 argument s, for use by hgcd.
7990 * mpn/generic/hgcd.c (hgcd_step): Likewise.
11674 to new hgcd interface.
14316 * tests/mpn/t-hgcd.c: Remove unused variables.
14551 * tests/mpn/t-hgcd.c: New file.
14892 * mpn/generic/hgcd.c: Improved comments.
15086 (TUNE_MPN_SRCS_BASIC): Added hgcd.c.
15143 (struct hgcd): New structs. Also added prototypes for new hgcd,
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/
H A DAUTHORS34 mpn/generic/hgcd2.c, hgcd.c, hgcd_step.c,
/dports/math/gmp/gmp-6.2.1/
H A DAUTHORS34 mpn/generic/hgcd2.c, hgcd.c, hgcd_step.c,
H A DChangeLog6645 found in hgcd.c.
6649 * tests/mpn/t-hgcd.c (main): Likewise.
7821 argument s, for use by hgcd.
9540 * mpn/generic/hgcd.c (hgcd_step): Likewise.
13224 to new hgcd interface.
15866 * tests/mpn/t-hgcd.c: Remove unused variables.
16101 * tests/mpn/t-hgcd.c: New file.
16442 * mpn/generic/hgcd.c: Improved comments.
16636 (TUNE_MPN_SRCS_BASIC): Added hgcd.c.
16693 (struct hgcd): New structs. Also added prototypes for new hgcd,
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/
H A DAUTHORS34 mpn/generic/hgcd2.c, hgcd.c, hgcd_step.c,
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvgetinfo.c2671 GGadgetCreateData gcd[gcdcount], hgcd[2], h2gcd[2], mgcd[11]; in PointGetInfo() local
2727 memset(&hgcd,0,sizeof(hgcd)); in PointGetInfo()
3176 hgcd[0].gd.pos.x = 5; hgcd[0].gd.pos.y = 5; in PointGetInfo()
3177 hgcd[0].gd.pos.width = PI_Width-20; hgcd[0].gd.pos.height = gcd[j-1].gd.pos.y+10; in PointGetInfo()
3179 hgcd[0].gd.cid = CID_HintMask; in PointGetInfo()
3180 hgcd[0].gd.u.list = SCHintList(cv->b.sc,NULL); in PointGetInfo()
3181 hgcd[0].gd.handle_controlevent = PI_HintSel; in PointGetInfo()
3182 hgcd[0].creator = GListCreate; in PointGetInfo()
3199 aspects[j++].gcd = hgcd; in PointGetInfo()
3209 mgcd[j].gd.pos.height = hgcd[0].gd.pos.height+10+24; in PointGetInfo()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/tune/
H A DMakefile.in171 hgcd.$(OBJEXT) hgcd_appr.$(OBJEXT) hgcd_reduce.$(OBJEXT) \
453 hgcd.c hgcd_appr.c hgcd_reduce.c \
H A Dspeed.h2812 struct hgcd_matrix hgcd; \
2849 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2850 res = func (ap, bp, s->size, &hgcd, wp); \
2862 struct hgcd_matrix hgcd; \
2900 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2901 res = func (&hgcd, ap, bp, s->size, p, wp); \
/dports/math/gmp/gmp-6.2.1/tune/
H A DMakefile.in213 hgcd.$(OBJEXT) hgcd_appr.$(OBJEXT) hgcd_reduce.$(OBJEXT) \
540 hgcd.c hgcd_appr.c hgcd_reduce.c \
H A Dspeed.h2906 struct hgcd_matrix hgcd; \
2943 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2944 res = func (ap, bp, s->size, &hgcd, wp); \
2956 struct hgcd_matrix hgcd; \
2994 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2995 res = func (&hgcd, ap, bp, s->size, p, wp); \
/dports/math/gap/gap-4.11.0/extern/gmp/tune/
H A DMakefile.in212 hgcd.$(OBJEXT) hgcd_appr.$(OBJEXT) hgcd_reduce.$(OBJEXT) \
537 hgcd.c hgcd_appr.c hgcd_reduce.c \
H A Dspeed.h2795 struct hgcd_matrix hgcd; \
2832 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2833 res = func (ap, bp, s->size, &hgcd, wp); \
2845 struct hgcd_matrix hgcd; \
2883 mpn_hgcd_matrix_init (&hgcd, s->size, tmp1); \
2884 res = func (&hgcd, ap, bp, s->size, p, wp); \
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/mpoly/doc/
H A DMPolyAlgorithms.tex209 …n that $M$ is a regular matrix and $U=MV$. If $\deg(A)>\deg(B)$ then $\op{hgcd}(A,B)$ is defined (…
253 M' = M \cdot \mattt{0}{1}{1}{q} \cdot \op{hgcd} \matto{\op{quo}(C,x^k)}{\op{quo}(D,x^k)}
/dports/math/e-antic/flint2-ae7ec89/mpoly/doc/
H A DMPolyAlgorithms.tex209 …n that $M$ is a regular matrix and $U=MV$. If $\deg(A)>\deg(B)$ then $\op{hgcd}(A,B)$ is defined (…
253 M' = M \cdot \mattt{0}{1}{1}{q} \cdot \op{hgcd} \matto{\op{quo}(C,x^k)}{\op{quo}(D,x^k)}
/dports/math/e-antic/flint2-ae7ec89/doc/source/
H A Dfmpz_mod_poly.rst1422 in the remainder sequence are not computed. A correction step after hgcd
1424 multiplication by a transformation matrix also computed by hgcd).
1427 quotient performed by a recursive call to hgcd is an ordinary quotient as
1430 until the hgcd correction step is performed afterwards.
1439 call to hgcd is if hgcd does nothing (the remainder may already have had
1440 less than `m + 1` coefficients when hgcd was called).
/dports/math/flint2/flint-2.8.4/doc/source/
H A Dfmpz_mod_poly.rst1447 in the remainder sequence are not computed. A correction step after hgcd
1449 multiplication by a transformation matrix also computed by hgcd).
1452 quotient performed by a recursive call to hgcd is an ordinary quotient as
1455 until the hgcd correction step is performed afterwards.
1464 call to hgcd is if hgcd does nothing (the remainder may already have had
1465 less than `m + 1` coefficients when hgcd was called).
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/doc/source/
H A Dfmpz_mod_poly.rst1422 in the remainder sequence are not computed. A correction step after hgcd
1424 multiplication by a transformation matrix also computed by hgcd).
1427 quotient performed by a recursive call to hgcd is an ordinary quotient as
1430 until the hgcd correction step is performed afterwards.
1439 call to hgcd is if hgcd does nothing (the remainder may already have had
1440 less than `m + 1` coefficients when hgcd was called).
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmodpoly.h183 …bool hgcd(const modpoly & a0,const modpoly & a1,const gen & modulo,modpoly &A,modpoly &B,modpoly &…

123