Home
last modified time | relevance | path

Searched refs:Gcd (Results 26 – 50 of 797) sorted by relevance

12345678910>>...32

/dports/math/gap/gap-4.11.0/pkg/liepring-1.9.2/lib/dim7/2gen/notes/
H A Dnotes538m80 if #mats1 eq (Gcd(p-1,3)*(p^2+3*p+11)+1)/2 then break; end if;
82 if #mats1 eq (Gcd(p-1,3)*(p^2+3*p+11)+1)/2 then break; end if;
143 if #mats2 eq (Gcd(p-1,3)*(p^2+p+1)+5)/2 then break; end if;
145 if #mats2 eq (Gcd(p-1,3)*(p^2+p+1)+5)/2 then break; end if;
148 print #mats1,(Gcd(p-1,3)*(p^2+3*p+11)+1)/2;
149 print #mats2,(Gcd(p-1,3)*(p^2+p+1)+5)/2;
/dports/math/giacxcas/giac-1.6.0/check/
H A DTP14-sol.cas12 if degree(Gcd(PP,diff(PP,x)) mod p) =0 then
25 p:=7; Gcd(P,diff(P,x)) mod p;
29 Gcd(Q,P) mod p; #l'un des 3 pgcd est non trivial:
31 Gcd(A,P) mod p;
33 Gcd(B,P) mod p;
40 A:=Gcd(Q,d) mod p;
43 A:=Gcd(A,d) mod p;
46 A:=Gcd(A,d) mod p;
/dports/math/yacas/yacas-1.9.1/tests/
H A Dpoly.yts27 Verify(Gcd(2*x+2,4*x+4), 2*x+2);
28 Verify(Gcd(x^2+7*x+6,x^2-5*x-6), x+1);
29 Verify(Gcd(x^8+x^6-3*x^4-3*x^3+8*x^2+2*x-5,3*x^6+5*x^4-4*x^2-9*x+21), 1);
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Darith-gcdn.cpp70 { return arithlib_lowlevel::Gcd::op(a.intval(), b.intval()); in op()
74 { return arithlib_lowlevel::Gcd::op(a, b.intval()); in op()
82 { return arithlib_lowlevel::Gcd::op(a, b); in op()
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A DREADME.coeffs43 +Gcd: the usual Gcd
49 -cfSubringGcd: if cf is q quotient field of a ring: Gcd of that ring
50 (example: Q: Gcd for Z, Q(t): Gcd for Z[t], Z/p(t): Gcd for Z/p[t])
/dports/math/gap/gap-4.11.0/pkg/NumericalSgps-1.2.1/gap/
H A Dpolynomials.gi467 d:=Gcd(m);
491 dd:=Gcd(d,max);
500 e:=d/Gcd(d,max);
528 if Gcd(l)<>1 then
549 ForAll([2..h], i->l[i]*Gcd(l{[1..i-1]}) >l[i+1]*Gcd(l{[1..i]}));
634 if Gcd(l)<>1 then
641 e:=List([1..len-1],k->Gcd(l{[1..k]})/Gcd(l{[1..k+1]}));
645 dd:=Gcd(l{[1..k]});
840 d:=Gcd(G);
886 d:=Gcd(G);
[all …]
/dports/math/givaro/givaro-4.1.1/src/library/poly1/
H A Dgivpoly1sqrfree.inl34 // write(cout << "Gcd(P,P'):", D) << endl;
38 // _domain.write(cout << "lc(Gcd):", lc) << endl;
40 // write(cout << "Gcd/lc:", C) << endl;
/dports/math/gap/gap-4.11.0/pkg/resclasses-4.7.2/tst/
H A Dz_pi.tst86 gap> Gcd(V,2/5,6);
88 gap> Gcd(V,20/13,77/19);
90 gap> Gcd(V,21/13,77/19);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dnbtheory.h106 {return Integer::Gcd(a,b);} in GCD()
108 {return Integer::Gcd(a,b) == Integer::One();} in RelativelyPrime()
110 {return a/Integer::Gcd(a,b)*b;} in LCM()
/dports/math/gap/gap-4.11.0/pkg/liepring-1.9.2/lib/dim7/3gen/notes/
H A Dnotes6.150.m124 print count,#mats3,(p+1+(p+3)*Gcd(p-1,3)+Gcd(p-1,4))/2;
206 print count,#mats4,3+Gcd(p-1,3)*(p+3+Gcd(p-1,4))/4;
288 print count,#mats5,2+Gcd(p-1,3)*(p+7-Gcd(p-1,4))/4;
371 print count,#mats8,(5*p-7+(p^2-5)*Gcd(p-1,3)-Gcd(p-1,4))/2;
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf46 Gcd/Gcd.c
47 Gcd/Gcd.h
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf45 Gcd/Gcd.c
46 Gcd/Gcd.h
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf45 Gcd/Gcd.c
46 Gcd/Gcd.h
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf45 Gcd/Gcd.c
46 Gcd/Gcd.h
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf45 Gcd/Gcd.c
46 Gcd/Gcd.h
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf46 Gcd/Gcd.c
47 Gcd/Gcd.h
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf46 Gcd/Gcd.c
47 Gcd/Gcd.h
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf46 Gcd/Gcd.c
47 Gcd/Gcd.h
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Core/Dxe/
H A DDxeMain.inf45 Gcd/Gcd.c
46 Gcd/Gcd.h
/dports/math/cgal/CGAL-5.3/include/CGAL/RS/
H A Dfunctors_z_1.h74 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; typedef
77 return Degree()(Gcd()(p1,p2))==0; in operator()
85 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; typedef
94 g=Gcd()(p1,p2); in operator()
97 return Degree()(Gcd()(p1,p2))==0; in operator()
119 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; typedef
328 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; in operator() typedef
342 Polynomial_1 gcd=Gcd()(sfpp,Sfpart()(x.get_pol())); in operator()
419 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; in operator() typedef
433 Polynomial_1 gcd=Gcd()(sfpp,Sfpart()(x.get_pol())); in operator()
H A Dfunctors_1.h66 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; typedef
69 return Degree()(Gcd()(p1,p2))==0; in operator()
77 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; typedef
86 g=Gcd()(p1,p2); in operator()
89 return Degree()(Gcd()(p1,p2))==0; in operator()
106 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; typedef
297 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; in operator() typedef
311 Polynomial_1 gcd=Gcd()(sfpp,Sfpart()(x.get_pol())); in operator()
382 typedef typename Ptraits::Gcd_up_to_constant_factor Gcd; in operator() typedef
396 Polynomial_1 gcd=Gcd()(sfpp,Sfpart()(x.get_pol())); in operator()
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/small11/
H A Dsmlgp11.g247 + ( 4 * p^2 + 44 * p + 291 ) * Gcd( p-1, 3 )
248 + ( p^2 + 19 * p + 135 ) * Gcd( p-1, 4 )
249 + ( 3 * p + 31 ) * Gcd( p-1, 5 )
250 + 4 * Gcd( p-1, 7 )
251 + 5 * Gcd( p-1, 8 )
252 + Gcd( p-1, 9 );
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/typenum-1.12.0/src/
H A Dint.rs891 use {Gcd, Gcf};
893 impl Gcd<Z0> for Z0 {
897 impl<U> Gcd<PInt<U>> for Z0 impl
904 impl<U> Gcd<Z0> for PInt<U>
911 impl<U> Gcd<NInt<U>> for Z0 impl
918 impl<U> Gcd<Z0> for NInt<U>
925 impl<U1, U2> Gcd<PInt<U2>> for PInt<U1> impl
927 U1: Unsigned + NonZero + Gcd<U2>,
936 U1: Unsigned + NonZero + Gcd<U2>,
945 U1: Unsigned + NonZero + Gcd<U2>,
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/typenum-1.12.0/src/
H A Dint.rs891 use {Gcd, Gcf};
893 impl Gcd<Z0> for Z0 {
897 impl<U> Gcd<PInt<U>> for Z0 impl
904 impl<U> Gcd<Z0> for PInt<U>
911 impl<U> Gcd<NInt<U>> for Z0 impl
918 impl<U> Gcd<Z0> for NInt<U>
925 impl<U1, U2> Gcd<PInt<U2>> for PInt<U1> impl
927 U1: Unsigned + NonZero + Gcd<U2>,
936 U1: Unsigned + NonZero + Gcd<U2>,
945 U1: Unsigned + NonZero + Gcd<U2>,
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/typenum-1.12.0/src/
H A Dint.rs891 use {Gcd, Gcf};
893 impl Gcd<Z0> for Z0 {
897 impl<U> Gcd<PInt<U>> for Z0 impl
904 impl<U> Gcd<Z0> for PInt<U>
911 impl<U> Gcd<NInt<U>> for Z0 impl
918 impl<U> Gcd<Z0> for NInt<U>
925 impl<U1, U2> Gcd<PInt<U2>> for PInt<U1> impl
927 U1: Unsigned + NonZero + Gcd<U2>,
936 U1: Unsigned + NonZero + Gcd<U2>,
945 U1: Unsigned + NonZero + Gcd<U2>,
[all …]

12345678910>>...32