Home
last modified time | relevance | path

Searched refs:DUPFF (Results 1 – 25 of 117) sorted by relevance

12345

/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/
H A DDUPFF.h46 DUPFF DUPFFadd(const DUPFF x, const DUPFF y);
47 void DUPFFadd3(DUPFF sum, const DUPFF x, const DUPFF y);
48 DUPFF DUPFFsub(const DUPFF x, const DUPFF y);
49 void DUPFFsub3(DUPFF sum, const DUPFF x, const DUPFF y);
50 DUPFF DUPFFmul(const DUPFF x, const DUPFF y);
51 void DUPFFmul3(DUPFF ans, const DUPFF x, const DUPFF y);
60 DUPFF DUPFFdiv(const DUPFF num, const DUPFF den);
61 DUPFF DUPFFrem(const DUPFF num, const DUPFF den);
63 void DUPFFdiv4(DUPFF quot, DUPFF rem, const DUPFF num, const DUPFF den);
65 DUPFF DUPFFgcd(const DUPFF fin, const DUPFF gin);
[all …]
H A DDUPFF.c57 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
142 DUPFF DUPFFadd(const DUPFF x, const DUPFF y) in DUPFFadd()
161 void DUPFFadd3(DUPFF ans, const DUPFF x, const DUPFF y) in DUPFFadd3()
188 DUPFF DUPFFsub(const DUPFF x, const DUPFF y) in DUPFFsub()
207 void DUPFFsub3(DUPFF ans, const DUPFF x, const DUPFF y) in DUPFFsub3()
233 DUPFF DUPFFmul(const DUPFF x, const DUPFF y) in DUPFFmul()
515 DUPFF DUPFFdiv(const DUPFF num, const DUPFF den) in DUPFFdiv()
535 DUPFF DUPFFrem(const DUPFF num, const DUPFF den) in DUPFFrem()
582 void DUPFFdiv4(DUPFF quot, DUPFF rem, const DUPFF num, const DUPFF den) in DUPFFdiv4()
659 DUPFF DUPFFgcd(const DUPFF fin, const DUPFF gin) in DUPFFgcd()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/
H A DDUPFF.h46 DUPFF DUPFFadd(const DUPFF x, const DUPFF y);
47 void DUPFFadd3(DUPFF sum, const DUPFF x, const DUPFF y);
48 DUPFF DUPFFsub(const DUPFF x, const DUPFF y);
49 void DUPFFsub3(DUPFF sum, const DUPFF x, const DUPFF y);
50 DUPFF DUPFFmul(const DUPFF x, const DUPFF y);
51 void DUPFFmul3(DUPFF ans, const DUPFF x, const DUPFF y);
60 DUPFF DUPFFdiv(const DUPFF num, const DUPFF den);
61 DUPFF DUPFFrem(const DUPFF num, const DUPFF den);
63 void DUPFFdiv4(DUPFF quot, DUPFF rem, const DUPFF num, const DUPFF den);
65 DUPFF DUPFFgcd(const DUPFF fin, const DUPFF gin);
[all …]
H A DDUPFF.c57 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
142 DUPFF DUPFFadd(const DUPFF x, const DUPFF y) in DUPFFadd()
161 void DUPFFadd3(DUPFF ans, const DUPFF x, const DUPFF y) in DUPFFadd3()
188 DUPFF DUPFFsub(const DUPFF x, const DUPFF y) in DUPFFsub()
207 void DUPFFsub3(DUPFF ans, const DUPFF x, const DUPFF y) in DUPFFsub3()
233 DUPFF DUPFFmul(const DUPFF x, const DUPFF y) in DUPFFmul()
515 DUPFF DUPFFdiv(const DUPFF num, const DUPFF den) in DUPFFdiv()
535 DUPFF DUPFFrem(const DUPFF num, const DUPFF den) in DUPFFrem()
582 void DUPFFdiv4(DUPFF quot, DUPFF rem, const DUPFF num, const DUPFF den) in DUPFFdiv4()
659 DUPFF DUPFFgcd(const DUPFF fin, const DUPFF gin) in DUPFFgcd()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDUPFFbivariate_lift3.c51 DUPFF *DUPFFbivariate_transpose(DUPFF *f, int dy)
53 DUPFF *ans;
58 ans = (DUPFF*)MALLOC((1+dx)*sizeof(DUPFF));
73 DUPFF DUPFFbivariate_content(DUPFF *f, int dy)
136 newf=(DUPFF*)MALLOC((1+newdy)*sizeof(DUPFF));
152 lifted_factors = (DUPFF **)MALLOC(2*sizeof(DUPFF *));
185 void solve_for_correction(DUPFF *gdelta, const DUPFF E, const DUPFF g0, const DUPFF grecip)
207 …Fbiv_lifter DUPFFbiv_lifter_ctor(DUPFF g, DUPFF h, DUPFFbiv_lifter g_lifter, DUPFFbiv_lifter h_lif…
216 ans->g = (DUPFF*)MALLOC(rmax*sizeof(DUPFF));
217 ans->h = (DUPFF*)MALLOC(rmax*sizeof(DUPFF));
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDUPFFbivariate_lift3.c51 DUPFF *DUPFFbivariate_transpose(DUPFF *f, int dy)
53 DUPFF *ans;
58 ans = (DUPFF*)MALLOC((1+dx)*sizeof(DUPFF));
73 DUPFF DUPFFbivariate_content(DUPFF *f, int dy)
136 newf=(DUPFF*)MALLOC((1+newdy)*sizeof(DUPFF));
152 lifted_factors = (DUPFF **)MALLOC(2*sizeof(DUPFF *));
185 void solve_for_correction(DUPFF *gdelta, const DUPFF E, const DUPFF g0, const DUPFF grecip)
207 …Fbiv_lifter DUPFFbiv_lifter_ctor(DUPFF g, DUPFF h, DUPFFbiv_lifter g_lifter, DUPFFbiv_lifter h_lif…
216 ans->g = (DUPFF*)MALLOC(rmax*sizeof(DUPFF));
217 ans->h = (DUPFF*)MALLOC(rmax*sizeof(DUPFF));
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c22 typedef struct DUPFFstruct *DUPFF; typedef
25 int DUPFFdeg(const DUPFF f) in DUPFFdeg()
31 DUPFF DUPFFnew(const int maxdeg) in DUPFFnew()
33 DUPFF ans = (DUPFF)malloc(sizeof(struct DUPFFstruct)); in DUPFFnew()
41 void DUPFFfree(DUPFF x) in DUPFFfree()
45 void DUPFFswap(DUPFF x, DUPFF y) in DUPFFswap()
50 DUPFF DUPFFcopy(const DUPFF x) in DUPFFcopy()
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) in DUPFFshift_add()
61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd()
63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd()
[all …]

12345