Home
last modified time | relevance | path

Searched refs:gcofac (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDUPZexgcd.c75 DUPZ DUPZexgcd(DUPZ fcofac, DUPZ gcofac, const DUPZ f, const DUPZ g) in DUPZexgcd() argument
85 if (gcofac->maxdeg < DUPZdeg(f)-1) { JERROR(JERROR_DEG_TOO_LOW); return DUPZnew(-1); } in DUPZexgcd()
99 gcofac->deg = -1; in DUPZexgcd()
158 DUPZcra(gcofac, modulus, gcofacp, p); in DUPZexgcd()
181 OK = DUPZmodular_to_rational(gcofac_num, gcofac_den, gcofac, modulus); in DUPZexgcd()
203 DUPZcopy2(gcofac, gcofac_num); in DUPZexgcd()
H A DDMPZgcd.c88 DUPZ fcofac, gcofac; in DMPZgcd_lift() local
136 gcofac = DUPZdiv(g1, gcd1); in DMPZgcd_lift()
153 DUPZadd3(fcofac, fcofac, gcofac); in DMPZgcd_lift()
164 DUPZfree(gcofac); in DMPZgcd_lift()
168 DMPZ ans, gcofac; in DMPZgcd_lift() local
173 gcofac = DMPZdiv_exact(g, ans); in DMPZgcd_lift()
174 if (gcofac == NULL) { DMPZdtor(ans); return NULL; } in DMPZgcd_lift()
175 DMPZdtor(gcofac); in DMPZgcd_lift()
H A DDMPFFgcd.c184 gcofac = DUPFFdiv(gx, hx); in DMPFFgcd_aux()
190 tmp = DUPFFgcd2(gcofac, hx); in DMPFFgcd_aux()
193 DMPFFlift(g, hx, gcofac, substitution, dans); in DMPFFgcd_aux()
197 DUPFFadd3(fcofac, fcofac, gcofac); in DMPFFgcd_aux()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDUPZexgcd.c75 DUPZ DUPZexgcd(DUPZ fcofac, DUPZ gcofac, const DUPZ f, const DUPZ g) in DUPZexgcd() argument
85 if (gcofac->maxdeg < DUPZdeg(f)-1) { JERROR(JERROR_DEG_TOO_LOW); return DUPZnew(-1); } in DUPZexgcd()
99 gcofac->deg = -1; in DUPZexgcd()
158 DUPZcra(gcofac, modulus, gcofacp, p); in DUPZexgcd()
181 OK = DUPZmodular_to_rational(gcofac_num, gcofac_den, gcofac, modulus); in DUPZexgcd()
203 DUPZcopy2(gcofac, gcofac_num); in DUPZexgcd()
H A DDMPZgcd.c88 DUPZ fcofac, gcofac; in DMPZgcd_lift() local
136 gcofac = DUPZdiv(g1, gcd1); in DMPZgcd_lift()
153 DUPZadd3(fcofac, fcofac, gcofac); in DMPZgcd_lift()
164 DUPZfree(gcofac); in DMPZgcd_lift()
168 DMPZ ans, gcofac; in DMPZgcd_lift() local
173 gcofac = DMPZdiv_exact(g, ans); in DMPZgcd_lift()
174 if (gcofac == NULL) { DMPZdtor(ans); return NULL; } in DMPZgcd_lift()
175 DMPZdtor(gcofac); in DMPZgcd_lift()
H A DDMPFFgcd.c184 gcofac = DUPFFdiv(gx, hx); in DMPFFgcd_aux()
190 tmp = DUPFFgcd2(gcofac, hx); in DMPFFgcd_aux()
193 DMPFFlift(g, hx, gcofac, substitution, dans); in DMPFFgcd_aux()
197 DUPFFadd3(fcofac, fcofac, gcofac); in DMPFFgcd_aux()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c61 DUPFF DUPFFexgcd(DUPFF *fcofac, DUPFF *gcofac, const DUPFF f, const DUPFF g) in DUPFFexgcd() argument
68 …if (DUPFFdeg(f) < DUPFFdeg(g)) return DUPFFexgcd(gcofac, fcofac, g, f); /*** BUG IN THIS LINE ***/ in DUPFFexgcd()
111 *gcofac = ug; in DUPFFexgcd()

12