Home
last modified time | relevance | path

Searched refs:MG (Results 1 – 25 of 4366) sorted by relevance

12345678910>>...175

/dports/math/givaro/givaro-4.1.1/src/kernel/recint/
H A Drmdiv.h52 template <size_t K, size_t MG> rmint<K, MG>& operator%=(rmint<K, MG>&, const rmint<K, MG>&);
55 template <size_t K, size_t MG> rmint<K, MG>& operator/=(rmint<K, MG>&, const rmint<K, MG>&);
58 template <size_t K, size_t MG> rmint<K, MG> operator/(const rmint<K, MG>&, const rmint<K, MG>&);
61 template <size_t K, size_t MG> rmint<K, MG> operator%(const rmint<K, MG>&, const rmint<K, MG>&);
64 … template <size_t K, size_t MG> void div(rmint<K, MG>&, const rmint<K, MG>&, const rmint<K, MG>&);
65 template <size_t K, size_t MG> void div(rmint<K, MG>&, const rmint<K, MG>&);
69 … template <size_t K, size_t MG> void mod(rmint<K, MG>&, const rmint<K, MG>&, const rmint<K, MG>&);
70 template <size_t K, size_t MG> void mod(rmint<K, MG>&, const rmint<K, MG>&);
83 inline rmint<K, MG>& operator%=(rmint<K, MG>& a, const rmint<K, MG>& b) {
96 inline rmint<K, MG>& operator/=(rmint<K, MG>& a, const rmint<K, MG>& b) {
[all …]
H A Drmsub.h53 template <size_t K, size_t MG> rmint<K, MG>& operator--(rmint<K, MG>&);
54 template <size_t K, size_t MG> rmint<K, MG> operator--(rmint<K, MG>&, int);
56 template <size_t K, size_t MG> rmint<K, MG>& operator-=(rmint<K, MG>&, const rmint<K, MG>&);
59 template <size_t K, size_t MG> rmint<K, MG> operator-(const rmint<K, MG>&, const rmint<K, MG>&);
63 …template <size_t K, size_t MG> rmint<K, MG>& sub(rmint<K, MG>&, const rmint<K, MG>&, const rmint<K…
64 template <size_t K, size_t MG> rmint<K, MG>& sub(rmint<K, MG>&, const rmint<K, MG>&);
66 …template <size_t K, size_t MG, typename T> __RECINT_IS_ARITH(T, rmint<K, MG>&) sub(rmint<K, MG>&, …
92 inline rmint<K, MG>& operator-=(rmint<K, MG>& a, const rmint<K, MG>& b) {
103 inline rmint<K, MG> operator-(const rmint<K, MG>& b, const rmint<K, MG>& c) {
130 inline rmint<K, MG>& sub(rmint<K, MG>& a, const rmint<K, MG>& b, const rmint<K, MG>& c) { in sub()
[all …]
H A Drmadd.h50 template <size_t K, size_t MG> rmint<K, MG>& operator++(rmint<K, MG>&);
51 template <size_t K, size_t MG> rmint<K, MG> operator++(rmint<K, MG>&, int);
53 template <size_t K, size_t MG> rmint<K, MG>& operator+=(rmint<K, MG>&, const rmint<K, MG>&);
56 template <size_t K, size_t MG> rmint<K, MG> operator+(const rmint<K, MG>&, const rmint<K, MG>&);
60 …template <size_t K, size_t MG> rmint<K, MG>& add(rmint<K, MG>&, const rmint<K, MG>&, const rmint<K…
61 template <size_t K, size_t MG> rmint<K, MG>& add(rmint<K, MG>&, const rmint<K, MG>&);
62 …template <size_t K, size_t MG, typename T> __RECINT_IS_ARITH(T, rmint<K, MG>&) add(rmint<K, MG>&, …
88 inline rmint<K, MG>& operator+=(rmint<K, MG>& a, const rmint<K, MG>& b) {
99 inline rmint<K, MG> operator+(const rmint<K, MG>& b, const rmint<K, MG>& c) {
125 inline rmint<K, MG>& add(rmint<K, MG>& a, const rmint<K, MG>& b, const rmint<K, MG>& c) { in add()
[all …]
H A Drmmul.h50 template <size_t K, size_t MG> rmint<K, MG>& operator*=(rmint<K, MG>&, const rmint<K, MG>&);
53 template <size_t K, size_t MG> rmint<K, MG> operator*(const rmint<K, MG>&, const rmint<K, MG>&);
57 … template <size_t K, size_t MG> void mul(rmint<K, MG>&, const rmint<K, MG>&, const rmint<K, MG>&);
58 template <size_t K, size_t MG> void mul(rmint<K, MG>&, const rmint<K, MG>&);
63 template <size_t K, size_t MG> void square(rmint<K, MG>& a, const rmint<K, MG>& b);
66 template <size_t K, size_t MG> void square(rmint<K, MG>& a);
77 inline rmint<K, MG>& operator*=(rmint<K, MG>& a, const rmint<K, MG>& b) {
90 inline rmint<K, MG> operator*(const rmint<K, MG>& b, const rmint<K, MG>& c) {
119 inline void mul(rmint<K, MG>& a, const rmint<K, MG>& b, const rmint<K, MG>& c) { in mul()
127 inline void mul(rmint<K, MG>& a, const rmint<K, MG>& b) { in mul()
[all …]
H A Drmneg.h50 template <size_t K, size_t MG> rmint<K, MG> operator-(const rmint<K, MG>&);
52 template <size_t K, size_t MG> rmint<K, MG>& neg(rmint<K, MG>&, const rmint<K, MG>&);
53 template <size_t K, size_t MG> rmint<K, MG>& neg(rmint<K, MG>&);
62 template <size_t K, size_t MG>
63 inline rmint<K, MG> operator-(const rmint<K, MG>& b) {
64 rmint<K, MG> a;
76 template <size_t K, size_t MG>
77 inline rmint<K, MG>& neg(rmint<K, MG>& a, const rmint<K, MG>& b) { in neg()
84 template <size_t K, size_t MG>
85 inline rmint<K, MG>& neg(rmint<K, MG>& a) { in neg()
H A Drmcmp.h50 template <size_t K, size_t MG> bool operator==(const rmint<K, MG>&, const rmint<K, MG>&);
51 template <size_t K, size_t MG> bool operator==(const rmint<K, MG>&, const ruint<K>&);
55 template <size_t K, size_t MG> bool operator!=(const rmint<K, MG>&, const rmint<K, MG>&);
56 template <size_t K, size_t MG> bool operator!=(const rmint<K, MG>&, const ruint<K>&);
60 template <size_t K, size_t MG> bool operator>(const rmint<K, MG>&, const rmint<K, MG>&);
64 template <size_t K, size_t MG> bool operator>=(const rmint<K, MG>&, const rmint<K, MG>&);
68 template <size_t K, size_t MG> bool operator<(const rmint<K, MG>&, const rmint<K, MG>&);
72 template <size_t K, size_t MG> bool operator<=(const rmint<K, MG>&, const rmint<K, MG>&);
84 template <size_t K, size_t MG>
85 inline bool operator==(const rmint<K, MG>& a, const rmint<K, MG>& b) {
[all …]
H A Drmdisplay.h59 …template <size_t K, size_t MG> inline std::ostream& operator<<(std::ostream&, const rmint<K, MG>&);
62 template <size_t K, size_t MG> inline std::istream& operator>>(std::istream&, rmint<K, MG>&);
72 template <size_t K, size_t MG>
73 inline std::ostream& operator<<(std::ostream& out, const rmint<K, MG>& a) {
78 template <size_t K, size_t MG>
79 inline std::istream& operator>>(std::istream& is, rmint<K, MG>& a) {
86 template <size_t K, size_t MG>
87 inline std::ostream& write_raw(std::ostream& out, const rmint<K, MG>& a) { in write_raw()
91 template <size_t K, size_t MG>
92 inline std::istream& read_raw(std::istream& is, rmint<K, MG>& a) { in read_raw()
H A Drmmanip.h50 template <size_t K, size_t MG> void reset(rmint<K, MG>& a);
53 template <size_t K, size_t MG> void copy(rmint<K, MG>& a, const rmint<K, MG>& b);
63 template <size_t K, size_t MG>
64 inline void reset(rmint<K, MG>& a) { in reset()
68 template <size_t K, size_t MG>
69 inline void copy(rmint<K, MG>& a, const rmint<K, MG>& b) { in copy()
H A Drmconvert.h56 template <size_t K, size_t MG> rmint<K, MG>& mpz_to_rmint(rmint<K, MG>&, const mpz_class&);
57 template <size_t K, size_t MG> mpz_class& rmint_to_mpz(mpz_class&, const rmint<K, MG>&);
67 template <size_t K, size_t MG>
68 inline rmint<K, MG>& mpz_to_rmint(rmint<K, MG>& a, const mpz_class& b) { in mpz_to_rmint()
74 template <size_t K, size_t MG>
75 inline mpz_class& rmint_to_mpz(mpz_class& a, const rmint<K, MG>& b) { in rmint_to_mpz()
H A Drmextra.h48 template <size_t K, size_t MG> bool is_quadratic_residue(const rmint<K, MG>& a);
51 template <size_t K, size_t MG> void square_root(rmint<K, MG>& r, const rmint<K, MG>& a);
62 template <size_t K, size_t MG>
63 inline bool is_quadratic_residue(const rmint<K, MG>& a) { in is_quadratic_residue()
64 rmint<K, MG> aa; in is_quadratic_residue()
74 template <size_t K, size_t MG>
75 inline void square_root(rmint<K, MG>& r, const rmint<K, MG>& a) { in square_root()
83 rmint<K, MG> tempmod, ppmod; in square_root()
107 rmint<K, MG> S, d, h, z, i; in square_root()
123 rmint<K, MG> d, z, b, y; in square_root()
/dports/math/gap/gap-4.11.0/pkg/polycyclic-2.15.1/gap/exam/
H A Dmatlib.gi13 local MG;
20 MG := [];
22 MG[1] := [
40 MG[2] := [
59 MG[3] := [
77 MG[4] := [
185 return Group(MG, MG[1]^0 );
227 return Group( MG, MG[1]^0 );
269 return Group( MG, MG[1]^0 );
273 MG :=
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DXPilot.shp3 xpilot.shipShape: (NM:A)(AU:Kyle Hor)(SH: 12,0, -10,8 -2,5, -2,-5 -10,-8)(MG: 12,0)(MR: 12,0)(RL: -…
30 …ipShape: (NM:Crux)(AU:Raphael Quinet)(SH: 14,0 0,0 0,8 0,-8 0,0 -8,0 -8,0 -8,0)(EN: -8,0)(MG: 14,0)
41 xpilot.shipShape: (NM:Diamond)(AU:Unknown)(SH: 15,0 0,12 -9,0 0,-12)(MG: 15,0)(MR: 15,0)(LL: 0,12)(…
96 xpilot.shipShape: (NM:Minimalist)(AU:Unknown )(SH: 8,-7 10,-9 -10,9)(EN: -10,9)(MG: 10,-9)(LL: -10,…
101 xpilot.shipShape: (NM:No base)(AU:Raphael Quinet)(SH: 10,0 -10,9 10,0 -10,-9)(EN: 10,0)(MG: 10,0)(L…
208 xpilot.shipShape: (NM:cannon)(AU:Unknown)(SH: 8,0 -8,15 -8,-15)(MG: 8,0)(MR: 8,0)(LL: -8,15)(RL: -8…
211 xpilot.shipShape: (NM:default)(AU:Unknown)(SH: 15,0 -9,8 -9,-8)(MG: 15,0)(MR: 15,0)(LL: -9,8)(RL: -…
248 xpilot.shipShape: (NM:lines)(AU:Unknown)(SH: 15,0 0,0 -9,8 0,0 -9,-8 0,0)(EN: 0,0)(MG: 15,0)(LL: -9…
281 xpilot.shipShape: (NM:spike)(AU:Unknown)(SH: 15,0 0,2 -9,8 -3,0 -9,-8 0,-2)(EN: -3,0)(MG: 15,0)(LL:…
293 xpilot.shipShape: (NM:t)(AU:Unknown)(SH: 11,0 -9,0 -9,-9 -9,9 -9,0)(EN: -9,0)(MG: 11,0)(LL: -9,9)(R…
[all …]
/dports/games/xpilot/xpilot-4.5.5/contrib/TkXpInterface/src/
H A DTkXpI.shp62 xpilot.shipShape: (NM:???)(AU:Unknown)(SH: 15,8 8,8 -8,-8 -15,-8 -8,-8 8,8)(EN: -15,-8)(MG: 15,8)(L…
63 xpilot.shipShape: (NM:A)(AU:Kyle Hor)(SH: 12,0, -10,8 -2,5, -2,-5 -10,-8)(MG: 12,0)(MR: 12,0)(RL: -…
82 …ipShape: (NM:Crux)(AU:Raphael Quinet)(SH: 14,0 0,0 0,8 0,-8 0,0 -8,0 -8,0 -8,0)(EN: -8,0)(MG: 14,0)
90 xpilot.shipShape: (NM:Diamond)(AU:Unknown)(SH: 15,0 0,12 -9,0 0,-12)(MG: 15,0)(MR: 15,0)(LL: 0,12)(…
127 xpilot.shipShape: (NM:Minimalist)(AU:Unknown )(SH: 8,-7 10,-9 -10,9)(EN: -10,9)(MG: 10,-9)(LL: -10,…
131 xpilot.shipShape: (NM:No base)(AU:Raphael Quinet)(SH: 10,0 -10,9 10,0 -10,-9)(EN: 10,0)(MG: 10,0)(L…
205 xpilot.shipShape: (NM:cannon)(AU:Unknown)(SH: 8,0 -8,15 -8,-15)(MG: 8,0)(MR: 8,0)(LL: -8,15)(RL: -8…
208 xpilot.shipShape: (NM:default)(AU:Unknown)(SH: 15,0 -9,8 -9,-8)(MG: 15,0)(MR: 15,0)(LL: -9,8)(RL: -…
243 xpilot.shipShape: (NM:lines)(AU:Unknown)(SH: 15,0 0,0 -9,8 0,0 -9,-8 0,0)(EN: 0,0)(MG: 15,0)(LL: -9…
284 xpilot.shipShape: (NM:t)(AU:Unknown)(SH: 11,0 -9,0 -9,-9 -9,9 -9,0)(EN: -9,0)(MG: 11,0)(LL: -9,9)(R…
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/amultg/
H A DTempDist.sif46 MG Algebraic = Logical True
47 MG Pre Smoothing Iterations = 1
48 MG Post Smoothing Iterations = 1
51 MG Smoother = String sgs
52 MG Preconditioning = diagonal
53 MG Max Iterations = Integer 100
55 MG Direct Interpolate = Logical True
58 MG Boundary Priority = Integer 1
59 MG Coarsening Mode = Integer 3
60 MG Projection Limit = Real 0.4
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/amultg2/
H A Dstress_amg.sif53 MG Smoother = String bsgs
54 MG Levels = Integer 10
55 MG Pre Smoothing Iterations = 1
56 MG Post Smoothing Iterations = 1
57 MG Determining Component = Integer 1
60 MG Method = String algebraic
62 MG Projection Limit = Real 0.6
65 !--- cluster MG specific parameters
66 ! MG Method = String cluster
67 ! MG Cluster Size = Integer 4
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/cmultg/
H A Dcase.sif55 MG Levels = Integer 10
56 MG Smoother = String sgs
57 MG Pre Smoothing Iterations = 1
58 MG Post Smoothing Iterations = 1
59 MG Determining Component = Integer 1
60 ! MG Preconditioning = diagonal
61 ! MG Max Iterations = Integer 100
63 !--- cluster MG specific parameters
64 MG Method = String cluster
66 MG Cluster Size = Integer 0
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/BlockLinElast3/
H A Dgcr_amg_sgs.sif83 Block: MG Algebraic = Logical True
84 Block: MG Pre Smoothing Iterations = 1
85 Block: MG Post Smoothing Iterations = 1
89 Block: MG Smoother = String sgs
90 Block: MG Preconditioning = diagonal
91 Block: MG Max Iterations = Integer 1
93 Block: MG Direct Interpolate = Logical True
96 Block: MG Boundary Priority = Integer 1
97 Block: MG Coarsening Mode = Integer 3
98 Block: MG Projection Limit = Real 0.4
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/ts/weapons/
H A Dsmallguns.yaml1 ^MG:
26 Inherits: ^MG
35 Inherits: ^MG
39 Inherits: ^MG
45 Inherits: ^MG
54 Inherits: ^MG
62 Inherits: ^MG
70 Inherits: ^MG
79 Inherits: ^MG
87 Inherits: ^MG
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/oint3/
H A Dbuild.h13 #define MG 3 macro
56 #if (MG == 1) || (MG == 2) || (MG == 3) || (MG == 4)
64 #if (MG == 2) || (MG == 3) || (MG == 4)
82 #if (MG == 3) || (MG == 4)
/dports/devel/awscli/awscli-1.20.61/awscli/examples/comprehendmedical/
H A Dinfer-rx-norm.rst55 "Description": "Levothyroxine Sodium 0.125 MG Oral Tablet",
60 "Description": "Levothyroxine Sodium 0.125 MG Oral Capsule",
65 "Description": "Levothyroxine Sodium 0.125 MG Oral Tablet [Synthroid]",
75 "Description": "Levothyroxine Sodium 0.125 MG Oral Tablet [Levoxyl]",
103 "Description": "Levothyroxine Sodium 0.088 MG Oral Tablet [Synthroid]",
108 "Description": "Levothyroxine Sodium 0.125 MG Oral Tablet [Synthroid]",
113 "Description": "Levothyroxine Sodium 0.05 MG Oral Tablet [Synthroid]",
118 "Description": "Levothyroxine Sodium 0.025 MG Oral Tablet [Synthroid]",
190 "Description": "Levothyroxine Sodium 0.125 MG Oral Tablet",
195 "Description": "Levothyroxine Sodium 0.125 MG Oral Capsule",
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/test/
H A Dmegaco_test_mg.erl521 {ok, MG} ->
523 MG;
582 {ok, MG} ->
585 MG;
1028 MG
1194 {ok, MG};
1219 {reply, MG};
1262 {ok, MG};
1265 {ok, MG}.
1289 {ok, MG};
[all …]
/dports/japanese/ng/ng-1.4.4/sys/amiga/
H A Dttyio.c159 struct NewWindow MG = { variable
267 MG.Flags = WINDOWFLAGS; in ttopen()
358 if (MG.MaxWidth > maxw) MG.MaxWidth = maxw; in setmaxima()
359 if (MG.Width > maxw) MG.Width = maxw; in setmaxima()
361 if (MG.MaxHeight > maxh) MG.MaxHeight = maxh; in setmaxima()
362 if (MG.Height > maxh) MG.Height = maxh; in setmaxima()
409 MG.Width = EmW->Width;
525 MG.LeftEdge = 0; in togglewindow()
526 MG.TopEdge = 0; in togglewindow()
527 MG.Width = MG.MaxWidth; in togglewindow()
[all …]
/dports/japanese/ng-canna/ng-1.4.4/sys/amiga/
H A Dttyio.c159 struct NewWindow MG = { variable
267 MG.Flags = WINDOWFLAGS; in ttopen()
358 if (MG.MaxWidth > maxw) MG.MaxWidth = maxw; in setmaxima()
359 if (MG.Width > maxw) MG.Width = maxw; in setmaxima()
361 if (MG.MaxHeight > maxh) MG.MaxHeight = maxh; in setmaxima()
362 if (MG.Height > maxh) MG.Height = maxh; in setmaxima()
409 MG.Width = EmW->Width;
525 MG.LeftEdge = 0; in togglewindow()
526 MG.TopEdge = 0; in togglewindow()
527 MG.Width = MG.MaxWidth; in togglewindow()
[all …]
/dports/japanese/ng-devel/ng-1.5beta1/sys/amiga/
H A Dttyio.c168 struct NewWindow MG = { variable
276 MG.Flags = WINDOWFLAGS; in ttopen()
367 if (MG.MaxWidth > maxw) MG.MaxWidth = maxw; in setmaxima()
368 if (MG.Width > maxw) MG.Width = maxw; in setmaxima()
370 if (MG.MaxHeight > maxh) MG.MaxHeight = maxh; in setmaxima()
371 if (MG.Height > maxh) MG.Height = maxh; in setmaxima()
418 MG.Width = EmW->Width;
534 MG.LeftEdge = 0; in togglewindow()
535 MG.TopEdge = 0; in togglewindow()
536 MG.Width = MG.MaxWidth; in togglewindow()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/BlockLinElast3b/
H A Dgcr_cmg_sgs.sif85 MG Levels = Integer 10
86 MG Smoother = String sgs
87 MG Pre Smoothing Iterations(1) = 1
88 MG Post Smoothing Iterations(1) = 1
90 !--- cluster MG specific parameters
91 MG Method = String cluster
92 MG Cluster Size = Integer 0
93 MG Cluster Alpha = Real 1.8
94 MG Strong Connection Limit = Real 0.01
95 ! MG Strong Connection Minimum = Integer 4
[all …]

12345678910>>...175