Home
last modified time | relevance | path

Searched refs:Gam (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/math/givaro/givaro-4.1.1/src/library/tools/
H A Dgivhighorder.h204 std::vector<Truncated> Gam, T; in FracDevel() local
231 _truncdom.divin(Gam, k0); in GammaId()
232 return Gam; in GammaId()
244 _truncdom.negin(Gam); in doubleorder()
245 _truncdom.divin(Gam, ke*2-dA); in doubleorder()
251 _truncdom.mul(AH, Gam, S, 0, dA-1); in doubleorder()
262 return Gam; in doubleorder()
295 Gam.push_back(G0); in highorder()
317 Gam.push_back(G0); in highorder()
325 return Gam; in highorder()
[all …]
/dports/astro/xplanet/xplanet-1.3.1/xplanet/stars/
H A DBSC31 -57.1133 12.5194 1.63 " Gam Cru" 4763 108903 240019
32 6.3497 5.4189 1.64 " 24Gam Ori" 1790 35468 112740
49 16.3992 6.6285 1.93 " 24Gam Gem" 2421 47105 95912
70 -48.9597 12.6919 2.17 " Gam Cen" 4819 110304 223603
71 40.2567 20.3705 2.20 " 37Gam Cyg" 7796 194093 49528
75 51.4889 17.9434 2.23 " 33Gam Dra" 6705 164058 30653
93 53.6947 11.8972 2.44 " 64Gam UMa" 4554 103287 28179
97 60.7167 0.9451 2.47 " 27Gam Cas" 264 5394 11482
105 -17.5419 12.2634 2.59 " 4Gam Crv" 4662 106625 157176
126 10.6133 19.7710 2.72 " 50Gam Aql" 7525 186791 105223
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/tests/ssa/
H A DGeneric81.Mod16 Gam = Alp(Bet);
19 g1: Gam;
20 g2: Gam;
42 g1 := NEW(Gam, 1);
43 g2 := NEW(Gam, 1);
H A DGeneric70.Mod17 Gam = POINTER TO GamDesc;
29 PROCEDURE (self: Gam) UseBet;
48 g: Gam;
50 g := NEW(Gam);
H A DGeneric69.Mod13 Gam(E: Object.Object) = POINTER TO GamDesc(E);
24 PROCEDURE (self: Gam(E)) Dummy*();
34 b := NEW(Gam(Object.Object));
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dmain.cpp50 Game *Gam; variable
96 Gam = new Game( display );
97 intro = Gam->Load( guiopts.level );
98 Mission *m = Gam->GetMission();
103 Gam->InitWindows();
104 Gam->StartTurn();
106 delete Gam;
107 Gam = NULL;
135 delete Gam;
136 Gam = NULL;
[all …]
H A Dhistory.cpp253 List &gam_units = Gam->GetMission()->GetUnits(); in BeginReplay()
289 List &gam_units = Gam->GetMission()->GetUnits(); in EndReplay()
514 Mission *mission = Gam->GetMission(); in ReplayMoveEvent()
544 Gam->MoveUnit( u, (Direction)event.data[1] ); in ReplayMoveEvent()
560 Unit *u = Gam->GetMission()->GetUnit( event.data[0] ); in ReplayAttackEvent()
597 MapWindow *mwin = Gam->GetMapWindow(); in ReplayMessageEvent()
598 Mission *m = Gam->GetMission(); in ReplayMessageEvent()
652 Combat cmb( Gam->GetMission()->GetUnit( event.data[0] ), in ReplayCombatEvent()
653 Gam->GetMission()->GetUnit( event.data[1] ) ); in ReplayCombatEvent()
655 Gam->ResolveBattle( &cmb, &casualties ); in ReplayCombatEvent()
[all …]
H A Dunitwindow.cpp196 MapView *mv = Gam->GetMapWindow()->GetMapView(); in ContainerWindow()
224 n->image = n->unit->Type()->Image() + Gam->GetMission()->GetPlayer().ID() * 6; in ContainerWindow()
248 if ( player == &Gam->GetMission()->GetPlayer() ) { in ContainerWindow()
387 Mission *m = Gam->GetMission(); in SwitchMode()
454 Gam->SelectUnit( node->unit ); in SelectNode()
524 if ( Gam->GetMission()->GetHistory() ) in WidgetActivated()
525 Gam->GetMission()->GetHistory()->RecordUnitEvent( *u, History::HIST_UEVENT_REPAIR ); in WidgetActivated()
546 UnitInfoWindow::DrawUnitInfo( uid, &Gam->GetMission()->GetUnitSet(), in WidgetActivated()
547 &Gam->GetMission()->GetTerrainSet(), this, unitinfo ); in WidgetActivated()
699 UnitInfoWindow::DrawUnitInfo( uid, &Gam->GetMission()->GetUnitSet(), in WidgetActivated()
[all …]
H A Devent.cpp108 Mission *mis = Gam->GetMission(); in CheckTrigger()
235 Event *dep = Gam->GetMission()->GetEvent( e_depend ); in CheckDependencies()
261 Mission *mis = Gam->GetMission(); in Execute()
262 MapWindow *mwin = Gam->GetMapWindow(); in Execute()
424 MapWindow *mwin = Gam->GetMapWindow(); in DisplayMessage()
464 Mission *mis = Gam->GetMission(); in GetFocus()
529 Event *dis = Gam->GetMission()->GetEvent( e_discard ); in Discard()
H A Dai.cpp62 View *view = Gam->GetMapWindow()->GetView(); in Play()
380 Gam->SelectUnit( u ); in ProcessObjective()
562 Gam->MoveUnit( t, dest ); in CommandUnitTransport()
1064 Gam->MoveUnit( u, end ); in UnitGoTo()
1075 Gam->SelectUnit( t ); in UnitGoTo()
1077 Gam->MoveUnit( t, end ); in UnitGoTo()
1078 Gam->SelectUnit( u ); in UnitGoTo()
1083 Gam->MoveUnit( u, end ); in UnitGoTo()
1087 Gam->MoveUnit( u, end ); in UnitGoTo()
1092 Gam->MoveUnit( u, end ); in UnitGoTo()
/dports/devel/R-cran-broom/broom/man/
H A Dtidy_gam_hastie.Rd3 \name{tidy.Gam}
4 \alias{tidy.Gam}
6 \title{Tidy a(n) Gam object}
8 \method{tidy}{Gam}(x, ...)
11 \item{x}{A \code{Gam} object returned from a call to \code{\link[gam:gam]{gam::gam()}}.}
52 \code{\link{glance.Gam}()}
H A Dglance_gam_hastie.Rd3 \name{glance.Gam}
4 \alias{glance.Gam}
5 \title{Glance at a(n) Gam object}
7 \method{glance}{Gam}(x, ...)
10 \item{x}{A \code{Gam} object returned from a call to \code{\link[gam:gam]{gam::gam()}}.}
50 \code{\link{tidy.Gam}()}
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwxc/
H A Dnwxc_x_sogga.F169 type(nwad_dble)::Gam, X, FEXP, FFRAC, FGGAX, Y, ELOC
257 Gam = rgamma(n,G_TT)/F4
268 y = As*As*Gam/(Rho43*Rho43)
358 Gam = rgamma(n,G_AA)
369 y = As*As*Gam/(Rho43*Rho43)
448 Gam = rgamma(n,G_BB)
459 y = As*As*Gam/(Rho43*Rho43)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwxc/
H A Dnwxc_x_sogga.F169 type(nwad_dble)::Gam, X, FEXP, FFRAC, FGGAX, Y, ELOC
257 Gam = rgamma(n,G_TT)/F4
268 y = As*As*Gam/(Rho43*Rho43)
358 Gam = rgamma(n,G_AA)
369 y = As*As*Gam/(Rho43*Rho43)
448 Gam = rgamma(n,G_BB)
459 y = As*As*Gam/(Rho43*Rho43)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_x_sogga.F131 double precision Gam12, Gam
218 Gam = rgamma(n,G_TT)/F4
222 Gam12 = dsqrt(Gam)
253 dydG = y/Gam
318 Gam = rgamma(n,G_AA)
322 Gam12 = dsqrt(Gam)
352 dydG = y/Gam
407 Gam = rgamma(n,G_BB)
411 Gam12 = dsqrt(Gam)
442 dydG = y/Gam
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/xc/
H A Dxc_xsogga.F76 double precision Gam12, Gam
153 Gam =(delrho(n,1,1)*delrho(n,1,1) +
156 Gam12 = dsqrt(Gam)
187 dydG = y/Gam
251 Gam =(delrho(n,1,1)*delrho(n,1,1) +
254 Gam12 = dsqrt(Gam)
284 dydG = y/Gam
338 Gam =(delrho(n,1,2)*delrho(n,1,2) +
341 Gam12 = dsqrt(Gam)
372 dydG = y/Gam
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/xc/
H A Dxc_xsogga.F76 double precision Gam12, Gam
153 Gam =(delrho(n,1,1)*delrho(n,1,1) +
156 Gam12 = dsqrt(Gam)
187 dydG = y/Gam
251 Gam =(delrho(n,1,1)*delrho(n,1,1) +
254 Gam12 = dsqrt(Gam)
284 dydG = y/Gam
338 Gam =(delrho(n,1,2)*delrho(n,1,2) +
341 Gam12 = dsqrt(Gam)
372 dydG = y/Gam
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_x_sogga.F131 double precision Gam12, Gam
218 Gam = rgamma(n,G_TT)/F4
222 Gam12 = dsqrt(Gam)
253 dydG = y/Gam
318 Gam = rgamma(n,G_AA)
322 Gam12 = dsqrt(Gam)
352 dydG = y/Gam
407 Gam = rgamma(n,G_BB)
411 Gam12 = dsqrt(Gam)
442 dydG = y/Gam
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DStarData73 " 88Gam Peg,0.0757875663654461,0.265004006231283,2.83\n",
295 " 27Gam Cas,0.30140493620979,1.05970574416922,2.47\n",
695 " 9Gam Tri,0.623149671010129,0.59074547043197,4.01\n",
946 " 23Gam Per,0.86702586995226,0.933862656963621,2.93\n",
1178 " Gam Cam,1.0324293806028,1.24498214054204,4.63\n",
1238 " Gam Hyi,1.00967297227872,-1.28737424881826,3.24\n",
1294 " Gam Ret,1.1194273310099,-1.07932130570692,4.51\n",
1376 " 54Gam Tau,1.19400659250858,0.272751328855414,3.65\n",
4197 " Gam Cha,2.80843615060334,-1.3507490932129,4.11\n",
5043 " 46Gam Hya,3.5561754789866,-0.398429579409439,3\n",
[all …]
/dports/math/givaro/givaro-4.1.1/examples/Polynomial/
H A Dhighorder.C203 std::vector<HighOrders::Truncated> Gam, T; in main() local
208 HO101.highorder(Gam, T, D, nTay, dT, Degree(970), Degree(1000), P, dP); in main()
209 HO101.write(std::cout << "Gam:=", Gam.back()) << ';' << std::endl; in main()
214 HO101.Inverse(I, 113, 127, TP, dP, nTay, dT, Gam, T, D); in main()
/dports/devel/R-cran-caret/caret/man/
H A DcaretSBF.Rd49 \code{\link[gam]{summary.Gam}} and is returned.
56 \code{\link[gam]{summary.Gam}}
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/mac-avcapture/data/locale/
H A Dro-RO.ini9 VideoRange="Gamă video"
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-v4l2/data/locale/
H A Dro-RO.ini10 ColorRange="Gamă de culori"
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/decklink/data/locale/
H A Dro-RO.ini8 ColorRange="Gamă de culori"
/dports/games/freeciv/freeciv-2.6.6/data/nation/
H A Dkhoisan.ruleset41 "Gam",

1234567