Home
last modified time | relevance | path

Searched refs:gal (Results 1 – 25 of 2178) sorted by relevance

12345678910>>...88

/dports/devel/z88dk/z88dk/libsrc/
H A Dgal.lst1 target/gal/stdio/fgetc_cons
2 target/gal/stdio/fputc_cons
3 target/gal/stdio/getk
7 target/gal/stdio/CRT_FONT
8 target/gal/stdio/conio_vars
13 target/gal/scrolluptxt
14 target/gal/scrolldowntxt
15 target/gal/invtxt
16 target/gal/filltxt
25 target/gal/time/clock
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Drouter_preview_item.cpp178 gal->SetIsFill( false ); in drawLineChain()
220 drawLineChain( l, gal ); in drawShape()
236 gal->SetLineWidth( w ); in drawShape()
239 drawLineChain( l, gal ); in drawShape()
257 gal->SetLineWidth( w ); in drawShape()
362 gal->SetIsFill( false ); in drawShape()
374 gal->SetLineWidth( w ); in drawShape()
395 gal->SetIsFill( false ); in drawShape()
397 gal->SetLineWidth( 1 ); in drawShape()
412 GAL* gal = aView->GetGAL(); in ViewDraw() local
[all …]
/dports/games/duel/duel/src/
H A DShip.cpp61 CGalaxy *gal; in RotateCW() local
71 CGalaxy *gal; in RotateCCW() local
81 CGalaxy *gal; in FwdThrust() local
156 CGalaxy *gal; in RvsThrust() local
223 …if((gal->ents[gal->ships[sc_i]] != this) && (((CShip*)(gal->ents[gal->ships[sc_i]]))->dead_b == fa… in Update()
229 tempVel2 = gal->ents[gal->ships[sc_i]]->GetVelocity(); in Update()
235 entEnt_v4f = gal->ents[gal->ships[sc_i]]->GetPos() - pos_v4f; in Update()
253 ((CShip*)(gal->ents[gal->ships[sc_i]]))->damage_i += pain; in Update()
257 gal->ents[gal->ships[sc_i]]->SetVelocity(tempVel2.X(), tempVel2.Y(), 0); in Update()
269 tempVel2 = gal->ents[gal->inerts[sc_i]]->GetVelocity(); in Update()
[all …]
H A DRunFreebooter.cpp43 CGalaxy* gal; variable
259 gal->FreeAll(); in LoadLevel()
288 light->SetPos(gal->width_f / 2.0, gal->height_f / 2.0, (gal->height_f + gal->width_f)/4.0); in LoadLevel()
311 light2->SetPos(gal->width_f / 2, gal->height_f / 2, -(gal->height_f + gal->width_f)/4); in LoadLevel()
678 gal->Update(); in Fly()
687 shp = (CShip*) gal->ents[gal->ships[sc_i]]; in Fly()
729 gal->Render(); in Fly()
762 gal->FreeAll(); in Demo()
766 player.ship_p = (CShip*)gal->ents[gal->ships[rand()%gal->ships.Size()]]; in Demo()
820 gal->Update(); in Demo()
[all …]
H A DdoAI.cpp72 shipToEnt = gal->ents[gal->ments[sc_i]]->GetPos() - pos_v4f; in SelectMode()
76 if(gal->ents[gal->ments[sc_i]] != this) in SelectMode()
86 Avoid((CModelEntity*)gal->ents[gal->ments[sc_i]]); in SelectMode()
102 while((gal->ents[gal->ships[c_i]] != this) && (newTarget_b == false)) in SelectMode()
105 CShip *ship = (CShip*) gal->ents[gal->ships[c_i]]; in SelectMode()
145 CShip *ship = (CShip*) gal->ents[gal->ships[c_i]]; in SelectMode()
169 if((abs(X() - gal->ents[gal->ships[sc_i]]->X()) < 50) && in SelectMode()
170 (abs(Y() - gal->ents[gal->ships[sc_i]]->Y()) < 50) && in SelectMode()
171 (gal->factions[faction_i]->relations[((CShip*)gal->ents[gal->ships[sc_i]])->faction_i] < 4) && in SelectMode()
172 this != gal->ents[gal->ships[sc_i]] ) in SelectMode()
[all …]
H A DInert.cpp39 CGalaxy *gal = (CGalaxy*) FB.scene; in Update() local
44 for(int sc_i = 0; sc_i < gal->inerts.Size(); sc_i++) in Update()
47 if(gal->ents[gal->inerts[sc_i]] != this) in Update()
48 if(this->BSBSCollision((CModelEntity*)gal->ents[gal->inerts[sc_i]]) == true) in Update()
53 tempVel2 = gal->ents[gal->inerts[sc_i]]->GetVelocity(); in Update()
59 entEnt_v4f = gal->ents[gal->inerts[sc_i]]->GetPos() - pos_v4f; in Update()
75 gal->ents[gal->inerts[sc_i]]->SetVelocity(tempVel2.X(), tempVel2.Y(), 0); in Update()
80 if((pos_v4f.X() > gal->width_f) && (vel_v4f.X() > 0)) vel_v4f.SetX(-vel_v4f.X()); in Update()
83 if((pos_v4f.Y() > gal->height_f) && (vel_v4f.Y() > 0)) vel_v4f.SetY(-vel_v4f.Y()); in Update()
H A DGunParticle.cpp51 CGalaxy *gal; in Update() local
52 gal = (CGalaxy*) FB.scene; in Update()
54 for(int sc_i = 0; sc_i < gal->ships.Size(); sc_i++) in Update()
56 if(this->owner != gal->ents[gal->ships[sc_i]]) in Update()
58 if(this->BSBSCollision((CModelEntity*)gal->ents[gal->ships[sc_i]]) == true) in Update()
61 pain_f = gal->gunTypes[this->gunType_i]->damage_i; in Update()
70 CShip *shp = (CShip*)gal->ents[gal->ships[sc_i]]; in Update()
100 gal->galPartGen.AddParticle(newPart); in Update()
134 gal->galPartGen.AddParticle(newPart); in Update()
160 if(this->BSBSCollision((CModelEntity*)gal->ents[gal->inerts[sc_i]]) == true) in Update()
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/urifilters/ikws/searchproviders/
H A Drag.desktop60 Query=https://academia.gal/dicionario/-/termo/busca/\\{@}
61 Query[ar]=https://academia.gal/dicionario/-/termo/busca/\\{@}
63 Query[az]=https://academia.gal/dicionario/-/termo/busca/\\{@}
64 Query[ca]=https://academia.gal/dicionario/-/termo/busca/\\{@}
66 Query[cs]=https://academia.gal/dicionario/-/termo/busca/\\{@}
67 Query[da]=https://academia.gal/dicionario/-/termo/busca/\\{@}
68 Query[de]=https://academia.gal/dicionario/-/termo/busca/\\{@}
69 Query[el]=https://academia.gal/dicionario/-/termo/busca/\\{@}
71 Query[es]=https://academia.gal/dicionario/-/termo/busca/\\{@}
72 Query[et]=https://academia.gal/dicionario/-/termo/busca/\\{@}
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/preview_items/
H A Druler_item.cpp153 KIGFX::GAL* gal = aView->GetGAL(); in drawTicksAlongLine() local
245 KIGFX::GAL* gal = aView->GetGAL(); in drawBacksideTicks() local
308 gal->PushDepth(); in ViewDraw()
309 gal->SetLayerDepth( gal->GetMinDepth() ); in ViewDraw()
314 gal->SetIsStroke( true ); in ViewDraw()
315 gal->SetIsFill( false ); in ViewDraw()
317 gal->SetTextMirrored( false ); in ViewDraw()
321 gal->SetStrokeColor( GetShadowColor( gal->GetStrokeColor() ) ); in ViewDraw()
323 gal->ResetTextAttributes(); in ViewDraw()
328 gal->DrawLine( origin, end ); in ViewDraw()
[all …]
H A Dpreview_utils.cpp122 KIGFX::GAL* gal = aView->GetGAL(); in DrawTextNextToCursor() local
126 TEXT_DIMS textDims = SetConstantGlyphHeight( gal ); in DrawTextNextToCursor()
132 bool viewFlipped = gal->IsFlippedX(); in DrawTextNextToCursor()
145 gal->SetHorizontalJustify( GR_TEXT_HJUSTIFY_LEFT ); in DrawTextNextToCursor()
147 textPos.x += 15.0 / gal->GetWorldScale(); in DrawTextNextToCursor()
159 textPos.x -= 15.0 / gal->GetWorldScale(); in DrawTextNextToCursor()
165 gal->SetIsFill( false ); in DrawTextNextToCursor()
167 gal->SetLineWidth( textDims.StrokeWidth ); in DrawTextNextToCursor()
172 gal->SetStrokeColor( GetShadowColor( gal->GetStrokeColor() ) ); in DrawTextNextToCursor()
173 gal->SetLineWidth( gal->GetLineWidth() + 2 * textDims.ShadowWidth ); in DrawTextNextToCursor()
[all …]
H A Dselection_area.cpp87 KIGFX::GAL& gal = *aView->GetGAL(); in ViewDraw() local
96 gal.SetFillColor( scheme.additive ); in ViewDraw()
98 gal.SetFillColor( scheme.subtract ); in ViewDraw()
102 gal.SetFillColor( scheme.normal ); in ViewDraw()
104 gal.SetIsStroke( true ); in ViewDraw()
105 gal.SetIsFill( true ); in ViewDraw()
108 gal.SetLineWidth( 0.0 ); in ViewDraw()
117 gal.SetIsFill( false ); in ViewDraw()
118 gal.DrawRectangle( m_origin, m_end ); in ViewDraw()
119 gal.SetIsFill( true ); in ViewDraw()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/gal/gal_pixel_alignment/
H A Dtest_gal_pixel_alignment.cpp19 auto minv = gal->GetScreenWorldMatrix(); in screenSpaceLine()
40 gal->SetLineWidth( w * minv.GetScale().x ); in screenSpaceLine()
41 gal->DrawLine( pa, pb ); in screenSpaceLine()
48 auto minv = gal->GetScreenWorldMatrix(); in screenSpaceCircle()
82 auto gal = aView->GetGAL(); in ViewDraw() local
84 gal->SetIsStroke( true ); in ViewDraw()
85 gal->SetStrokeColor( COLOR4D::WHITE ); in ViewDraw()
175 gal->SetIsStroke( true ); in ViewDraw()
176 gal->SetIsFill( false ); in ViewDraw()
178 gal->SetIsStroke( false ); in ViewDraw()
[all …]
/dports/math/pari/pari-2.13.3/src/functions/number_fields/
H A Dgaloisisabelian5 Help: galoisisabelian(gal,{flag=0}): gal being as output by galoisinit,
6 return 0 if gal is not abelian, the HNF matrix of gal over gal.gen if
7 flag=0, 1 if flag is 1, and the SNF matrix of gal if flag=2.
8 Doc: \var{gal} being as output by \kbd{galoisinit}, return $0$ if
9 \var{gal} is not an abelian group, and the HNF matrix of \var{gal} over
10 \kbd{gal.gen} if $\fl=0$, $1$ if $\fl=1$, and the SNF matrix of \var{gal}
H A Dgaloisfixedfield5 Help: galoisfixedfield(gal,perm,{flag},{v=y}): gal being a Galois group as
6 output by galoisinit and perm a subgroup, an element of gal.group or a vector
8 field of gal[1] by the subgroup generated by perm, and x is a root of P in gal
9 expressed as a polmod in gal.pol. If flag is 1 return only P. If flag is 2
10 return [P,x,F] where F is the factorization of gal.pol over the field
14 Doc: \var{gal} being be a Galois group as output by \tet{galoisinit} and
15 \var{perm} an element of $\var{gal}.group$, a vector of such elements
16 or a subgroup of \var{gal} as returned by galoissubgroups,
19 be squarefree modulo $\var{gal}.p$.
23 $x$ is a root of $P$ expressed as a polmod in $\var{gal}.pol$.
[all …]
H A Dgaloisinit10 (gen, ?int):gal galoisinit($1, $2)
50 The output is an 8-component vector \var{gal}.
52 $\var{gal}[1]$ contains the polynomial \var{pol}
53 (\kbd{\var{gal}.pol}).
58 modulus of the roots in \kbd{\var{gal}.roots}.
61 \var{pol} as integers implicitly modulo \kbd{\var{gal}.mod}.
62 (\kbd{\var{gal}.roots}).
64 $\var{gal}[4]$ is the inverse of the Vandermonde matrix of the
65 $p$-adic roots of \var{pol}, multiplied by $\var{gal}[5]$.
71 permutations of $L$ (\kbd{\var{gal}.group}).
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dorigin_viewitem.cpp72 auto gal = aView->GetGAL(); in ViewDraw() local
78 gal->SetIsStroke( true ); in ViewDraw()
79 gal->SetIsFill( false ); in ViewDraw()
80 gal->SetLineWidth( 1 ); in ViewDraw()
81 gal->SetStrokeColor( m_color ); in ViewDraw()
86 gal->DrawCircle( m_position, fabs( scaledSize.x ) ); in ViewDraw()
95 gal->DrawLine( m_position - VECTOR2D( scaledSize.x, 0 ), in ViewDraw()
103 gal->DrawCircle( m_position, scaledSize.x / 4 ); in ViewDraw()
125 gal->DrawLine( segStart, segEnd ); in ViewDraw()
130 gal->DrawCircle( m_end, scaledSize.x / 4 ); in ViewDraw()
[all …]
/dports/math/R-cran-spdep/spdep/man/
H A Dwrite.nb.gal.Rd2 \name{write.nb.gal}
3 \alias{write.nb.gal}
10 write.nb.gal(nb, file, oldstyle=TRUE, shpfile=NULL, ind=NULL)
22 \seealso{\code{\link{read.gal}}}
25 col.gal.nb <- read.gal(system.file("weights/columbus.gal", package="spData")[1])
27 write.nb.gal(col.gal.nb, GALfile)
28 col.queen <- read.gal(GALfile)
29 summary(diffnb(col.queen, col.gal.nb))
H A Dsubset.nb.Rd27 col.gal.nb <- read.gal(system.file("weights/columbus.gal", package="spData")[1])
29 plot(col.gal.nb, coords)
33 sub.col.gal.nb <- subset(col.gal.nb,
34 !(1:length(col.gal.nb) \%in\% to.be.dropped))
35 plot(sub.col.gal.nb, coords[-to.be.dropped,], col="red", add=TRUE)
36 which(!(attr(col.gal.nb, "region.id") \%in\%
37 attr(sub.col.gal.nb, "region.id")))
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/tool/
H A Dedit_points.cpp247 KIGFX::GAL* gal = aView->GetGAL(); in ViewDraw() local
277 gal->SetFillColor( drawColor ); in ViewDraw()
278 gal->SetStrokeColor( borderColor ); in ViewDraw()
279 gal->SetIsFill( true ); in ViewDraw()
280 gal->SetIsStroke( true ); in ViewDraw()
281 gal->PushDepth(); in ViewDraw()
282 gal->SetLayerDepth( gal->GetMinDepth() ); in ViewDraw()
294 gal->SetLineWidth( hoverSize ); in ViewDraw()
299 gal->SetLineWidth( borderSize ); in ViewDraw()
302 gal->SetFillColor( drawColor ); in ViewDraw()
[all …]
/dports/math/spot/spot-2.10.2/tests/ltsmin/
H A Dfinite3.test25 if ! gal2c $srcdir/finite.gal; then
31 run 0 ../modelcheck --model $srcdir/finite.gal \
37 --model $srcdir/finite.gal \
41 run 0 ../modelcheck --selfloopize false --model $srcdir/finite.gal \
48 --model $srcdir/finite.gal \
53 run 0 ../modelcheck --selfloopize dead --is-empty --model $srcdir/finite.gal \
56 run 1 ../modelcheck --selfloopize dead --is-empty --model $srcdir/finite.gal \
61 run 0 ../modelcheck --dot product --model $srcdir/finite.gal --formula 'true'
/dports/math/py-spot/spot-2.10.2/tests/ltsmin/
H A Dfinite3.test25 if ! gal2c $srcdir/finite.gal; then
31 run 0 ../modelcheck --model $srcdir/finite.gal \
37 --model $srcdir/finite.gal \
41 run 0 ../modelcheck --selfloopize false --model $srcdir/finite.gal \
48 --model $srcdir/finite.gal \
53 run 0 ../modelcheck --selfloopize dead --is-empty --model $srcdir/finite.gal \
56 run 1 ../modelcheck --selfloopize dead --is-empty --model $srcdir/finite.gal \
61 run 0 ../modelcheck --dot product --model $srcdir/finite.gal --formula 'true'
/dports/astro/kstars/kstars-3.5.6/po/pt_BR/docs/kstars/
H A Dellipticalgalaxies.docbook23 … existirem exceções a estas regras). Edwin Hubble refere-se às galáxias elípticas como galáxias <q…
25 >, por acreditar que elas evoluem para tornar-se galáxias espirais (que ele chamava de galáxias <qu…
27 … acreditam que na verdade o que ocorre é o oposto (&ie;, que galáxias espirais se tornam galáxias …
30galáxia simples, as elípticas agora são conhecidas por serem repletas de objetos complexos. Parte …
43 …próximos ao centro de conjuntos largos e densos de galáxias, e são o resultado de muitas uniões de…
61 >Esta classe de galáxia é fundamentalmente diferente das elípticas normais. Seus diâmetros estão na…
70 … outros grupos muito próximos da galáxia, como o grupo de Leão. Sua magnitude absoluta é de soment…
79 >Pequenas galáxias que são azuis, algo pouco comum. Elas possuem coros fotométricas de B-V = 0,0 à …
81 …s sistemas também possuem gás interestelares abundantes (incomum em outras galáxias elípticas). </…
88 >Você pode ver exemplos de galáxias elípticas no &kstars;, usando a janela procurar objeto (<keycom…
[all …]
/dports/math/pari/pari-2.13.3/src/test/in/
H A Dmfgaloisrep18 gal = galoisinit(pol);
19 galoisidentify(gal)
20 pol4 = polredbest(galoisfixedfield(gal,gal.gen[3])[1]);
28 gal = galoisinit(pol);
29 galoisidentify(gal)
30 pol4 = polredbest(galoisfixedfield(gal,gal.gen[3..4])[1]);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/ratsnest/
H A Dratsnest_view_item.cpp70 auto gal = aView->GetGAL(); in ViewDraw() local
71 gal->SetIsStroke( true ); in ViewDraw()
72 gal->SetIsFill( false ); in ViewDraw()
73 gal->SetLineWidth( 1.0 ); in ViewDraw()
122 gal->SetStrokeColor( color.Brightened( 0.5 ) ); in ViewDraw()
126 gal->DrawLine( VECTOR2I( l.a.x - CROSS_SIZE, l.a.y - CROSS_SIZE ), in ViewDraw()
139 gal->DrawCurve( l.a, center, center, l.b ); in ViewDraw()
143 gal->DrawLine( l.a, l.b ); in ViewDraw()
171 gal->SetStrokeColor( color.Brightened( 0.8 ) ); in ViewDraw()
229 gal->DrawCurve( source, center, center, target ); in ViewDraw()
[all …]
/dports/astro/kstars/kstars-3.5.6/po/ca/docs/kstars/
H A Dellipticalgalaxies.docbook23galàxies el·líptiques són concentracions esferoidals de milers de milions d'estrelles que semblen …
25 >, perquè pensà que evolucionarien per a convertir-se en galàxies espirals (a les que anomenava <qu…
27 …litat pensen que el cas és a l'inrevés (&ead;, que les galàxies espirals poden convertir-se en gal
30galàxia simple, les el·líptiques ara se sap que són objectes força complexos. Part de la seva comp…
35 >Les galàxies el·líptiques tenen una gran varietat de mides i de lluminositats, des de les el·lípti…
43 … prop del centre de grans cúmuls de galàxies i gairebé amb total seguretat són el resultat de la u…
70 …en algun altre grup de galàxies molt proper, com el grup Lleó. Les seves magnituds absolutes tan s…
79 >Petites galàxies que són inusualment blaves. Tenen colors fotomètrics de l'índex de color = 0,0 a …
81 … tenen una abundant quantitat de gas interestel·lar (a diferència d'altres galàxies el·líptiques).…
88 >Podeu veure exemples de galàxies el·líptiques en el &kstars;, utilitzant la finestra <guilabel
[all …]

12345678910>>...88