Home
last modified time | relevance | path

Searched refs:firstAction (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/math/gambit/gambit-16.0.1/library/src/gtracer/
H A Dnfgame.cc81 for(rowi=firstAction(rown); rowi < lastAction(rown); rowi++) { in payoffMatrix()
82 for(coli=firstAction(coln); coli < lastAction(coln); coli++) { in payoffMatrix()
91 for(rowi = firstAction(rown); rowi < lastAction(rown); rowi++) { in payoffMatrix()
92 for(coli = firstAction(coln); coli < lastAction(coln); coli++) { in payoffMatrix()
94 …dest[rowi][coli] = *(local + (rowi - firstAction(rown))*actions[coln] + (coli - firstAction(coln))… in payoffMatrix()
96 …dest[rowi][coli] = *(local + (coli - firstAction(coln))*actions[rown] + (rowi - firstAction(rown))… in payoffMatrix()
137 if(s[i+firstAction(n)] > 0.0) { in scaleMatrix()
138 scale = s[i+firstAction(n)]; in scaleMatrix()
H A Dgnmgame.cc65 for(i = firstAction(n); i < lastAction(n); i++) { in retractJac()
69 for(j = firstAction(n); j < lastAction(n); j++) { in retractJac()
70 if(i >= firstAction(n) && i < lastAction(n) && support[i] && support[j]) { in retractJac()
106 qsort(y+firstAction(n),actions[n],sizeof(double),compareDouble); in retract()
107 sumz = y[firstAction(n)]; in retract()
108 for(i=firstAction(n)+1; i < lastAction(n); i++) { in retract()
109 if(sumz - (i-firstAction(n)) * y[i] > 1) in retract()
113 v = (sumz - 1) / (double)(i-firstAction(n)); in retract()
114 for(i = firstAction(n); i < lastAction(n); i++) { in retract()
248 for(int i = firstAction(n); i < lastAction(n); i++) { in normalizeStrategy()
[all …]
H A Dgnm.cc130 bestPayoff = g[A.firstAction(n)]; in GNM()
131 bestAction = A.firstAction(n); in GNM()
165 for(i = A.firstAction(n); i < A.lastAction(n); i++) { in GNM()
255 for(i = A.firstAction(n); i < A.lastAction(n); i++) { in GNM()
409 for(i = A.firstAction(n_hat); i < A.lastAction(n_hat); i++) in GNM()
H A Daggame.cc161 for (rowi=firstAction(rown); rowi<lastAction(rown);rowi++){ in payoffMatrix()
162 for (coli=firstAction(rown);coli<lastAction(rown);coli++){ in payoffMatrix()
202 dest[act1+firstAction(rown)][act2+firstAction(coln)]=r->second; in payoffMatrix()
362 dest[act1+firstAction(player1)][act2+firstAction(player2)]=result; in savePayoff()
376 dest[act1+firstAction(player1)][act2+firstAction(player2)]=r.first->second; in computePayoff()
403 aggPtr->doProjection(currNode,0,&(s[firstAction(0)])); in SymPayoffMatrix()
H A Dipa.cc79 bestPayoff = g[A.firstAction(n)]; in IPA()
80 bestAction = A.firstAction(n); in IPA()
101 if(i >= A.firstAction(n) && i < A.lastAction(n)) { in IPA()
/dports/www/matomo/piwik/plugins/Live/
H A DVisitor.php229 $firstAction = $lastAction = false;
232 if (empty($firstAction)) {
233 $firstAction = $action;
239 if (!empty($firstAction['pageTitle'])) {
240 $visitorDetailsArray['entryPageTitle'] = $firstAction['pageTitle'];
242 if (!empty($firstAction['url'])) {
243 $visitorDetailsArray['entryPageUrl'] = $firstAction['url'];
/dports/math/gambit/gambit-16.0.1/library/include/gambit/gtracer/
H A Dgnmgame.h53 inline int firstAction(int player) { in firstAction() function
71 fulls[j+firstAction(i)]=s[j]; in getSymMixedPayoff()
105 fulls[j+firstAction(i)]=s[j]; in getSymPayoffVector()
121 p+=payoffs[i] * s[firstAction(player)+i]; in getRegret()
192 for (int j=firstAction(player); j<lastAction(player); j++){ in randomFullStrategy()
200 for (int j= firstAction(player);j<lastAction(player); j++) in randomFullStrategy()
218 for (int j=firstAction(player);j<lastAction(player); j++){ in randomSupportStrategy()
236 for (int j=firstAction(player);j<lastAction(player); j++) in randomSupportStrategy()
/dports/games/pioneers/pioneers-15.6/client/ai/
H A Dgenetic_core.c540 enum action firstAction, secondAction; in bestStrategy() local
549 …for (firstAction = SET; firstAction <= 4; firstAction++) { /*First five actions of turnsToAction a… in bestStrategy()
550 time_a = Data->turnsToAction[firstAction]; in bestStrategy()
552 time_b = Data->timeCombinedAction[firstAction] in bestStrategy()
554 oneStrategy[0] = firstAction; in bestStrategy()
571 myStrategy[0] = firstAction; in bestStrategy()
584 int checkRoadNow(enum action firstAction, enum action secondAction, in checkRoadNow() argument
602 switch (firstAction) { in checkRoadNow()
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Dmixed.imp334 s[aggPtr->firstAction(i)+j] = (T) 0;
336 s.at(aggPtr->firstAction(i)+ ps->GetNumber()-1) = (T) 1;
362 s[aggPtr->firstAction(i)+j] = (T) 0;
364 s.at(aggPtr->firstAction(i)+ ps1->GetNumber()-1) = (T) 1;
368 s[aggPtr->firstAction(i)+j] = (T) 0;
370 s.at(aggPtr->firstAction(i)+ ps2->GetNumber()-1) = (T) 1;
425 s.at(baggPtr->firstAction(i,tp)+j) = (T) 0;
427 s.at(baggPtr->firstAction(i,tp)+ ps->GetNumber()-1) = (T) 1;
461 s.at(baggPtr->firstAction(i,tp)+j) = (T) 0;
463 s.at(baggPtr->firstAction(i,tp)+ ps1->GetNumber()-1) = (T) 1;
[all …]
/dports/math/gambit/gambit-16.0.1/library/src/agg/
H A Dbagg.cc236 if (s[act+firstAction(player,tp)]>AggNumber(0.0)) in getMixedPayoff()
237 res+= s[act+firstAction(player,tp)] * getV(player,tp,act,s); in getMixedPayoff()
256 as[aact+aggPtr->firstAction(pl)] += indepTypeDist[pl][t] * s[act+firstAction(pl,t)]; in getAGGStrat()
262 as[aact+aggPtr->firstAction(player)]=1; in getAGGStrat()
289 as[aact] += indepTypeDist[0][t] * s[act+firstAction(0,t)]; in getSymAGGStrat()
309 if (s[act+firstAction(0,tp)]>AggNumber(0.0)) in getSymMixedPayoff()
310 res+= s[act+firstAction(0,tp)] * getSymMixedPayoff(tp,act,s); in getSymMixedPayoff()
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_actions.h216 void UI_ExecuteEventActions(uiNode_t* source, const uiAction_t* firstAction);
217 void UI_ExecuteConFuncActions(uiNode_t* source, const uiAction_t* firstAction);
218 void UI_ExecuteEventActionsEx (uiNode_t* source, const uiAction_t* firstAction, linkedList_t* param…
H A Dui_actions.cpp86 static void UI_ExecuteActions(const uiAction_t* firstAction, uiCallContext_t* context);
627 static void UI_ExecuteActions (const uiAction_t* firstAction, uiCallContext_t* context) in UI_ExecuteActions() argument
635 for (action = firstAction; action; action = action->next) { in UI_ExecuteActions()
644 void UI_ExecuteConFuncActions (uiNode_t* source, const uiAction_t* firstAction) in UI_ExecuteConFuncActions() argument
650 UI_ExecuteActions(firstAction, &context); in UI_ExecuteConFuncActions()
653 void UI_ExecuteEventActions (uiNode_t* source, const uiAction_t* firstAction) in UI_ExecuteEventActions() argument
659 UI_ExecuteActions(firstAction, &context); in UI_ExecuteEventActions()
662 void UI_ExecuteEventActionsEx (uiNode_t* source, const uiAction_t* firstAction, linkedList_t* param… in UI_ExecuteEventActionsEx() argument
670 UI_ExecuteActions(firstAction, &context); in UI_ExecuteEventActionsEx()
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bdiroperator.cpp120 QAction* firstAction = menu->actions().first(); in extendContextMenu() local
121 menu->insertAction( firstAction, actionCollection()->action("add_file_to_project") ); in extendContextMenu()
122 menu->insertSeparator( firstAction ); in extendContextMenu()
H A Dk3bwelcomewidget.cpp400 QAction* firstAction = 0; in mousePressEvent() local
407 if ( !firstAction ) in mousePressEvent()
408 firstAction = addAction; in mousePressEvent()
427 addPop.insertSection( firstAction, addPop.title() ); in mousePressEvent()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dcoreplugin.cpp323 QAction *firstAction = actions.isEmpty() ? nullptr : actions.first(); in addToPathChooserContextMenu() local
330 menu->insertAction(firstAction, showInGraphicalShell); in addToPathChooserContextMenu()
339 menu->insertAction(firstAction, showInTerminal); in addToPathChooserContextMenu()
347 menu->insertAction(firstAction, mkPathAct); in addToPathChooserContextMenu()
350 if (firstAction) in addToPathChooserContextMenu()
351 menu->insertSeparator(firstAction); in addToPathChooserContextMenu()
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/panel/
H A Dpopupmenu.cpp103 QWidgetAction *firstAction = action; in keyPressEvent() local
110 if (firstAction == action) // we looped and only found titles in keyPressEvent()
/dports/lang/voc/voc-63008f6/src/tools/coco/
H A DCRA.Mod185 a := state.firstAction;
250 AddAction(a, from.firstAction)
309 a := state.firstAction;
339 action := state.firstAction;
377 action := state.firstAction;
575 (*OR (lastS^.firstAction # NIL) & (t^.state^.firstAction = NIL)*) THEN
592 action := targ^.state.firstAction;
614 action := state.firstAction;
640 a := state.firstAction;
844 action := state.firstAction;
[all …]
/dports/math/cantor/cantor-21.12.3/src/
H A Dworksheetentry.cpp406 QAction* firstAction = nullptr; in populateMenu() local
408 firstAction = menu->actions().first(); in populateMenu()
415 menu->insertAction(firstAction, action); in populateMenu()
416 menu->insertSeparator(firstAction); in populateMenu()
424 menu->insertAction(firstAction, action); in populateMenu()
432 menu->insertAction(firstAction, action); in populateMenu()
433 menu->insertSeparator(firstAction); in populateMenu()
439 menu->insertAction(firstAction, action); in populateMenu()
440 menu->insertSeparator(firstAction); in populateMenu()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/lighttable/
H A Dlighttablewindow_p.h119 firstAction (nullptr), in Private()
172 QAction* firstAction; variable
/dports/news/husky/husky-1.9.20191207/lxtrack/
H A Dconfig.cc142 O_Op[msk].firstAction=0; in CConfig()
145 O_Op[msk].firstAction=actn+1; in CConfig()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/lxtrack/
H A Dconfig.cc142 O_Op[msk].firstAction=0; in CConfig()
145 O_Op[msk].firstAction=actn+1; in CConfig()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/lxtrack/
H A Dconfig.cc142 O_Op[msk].firstAction=0; in CConfig()
145 O_Op[msk].firstAction=actn+1; in CConfig()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/lxtrack/
H A Dconfig.cc142 O_Op[msk].firstAction=0; in CConfig()
145 O_Op[msk].firstAction=actn+1; in CConfig()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/lxtrack/
H A Dconfig.cc142 O_Op[msk].firstAction=0; in CConfig()
145 O_Op[msk].firstAction=actn+1; in CConfig()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/lxtrack/
H A Dconfig.cc142 O_Op[msk].firstAction=0; in CConfig()
145 O_Op[msk].firstAction=actn+1; in CConfig()

1234567