Home
last modified time | relevance | path

Searched refs:p_act (Results 1 – 15 of 15) sorted by relevance

/dports/math/gambit/gambit-16.0.1/src/gui/
H A Ddleditmove.cc44 wxString GetActionName(int p_act);
45 wxString GetActionProb(int p_act);
77 wxString gbtActionSheet::GetActionName(int p_act) in GetActionName() argument
83 return GetCellValue(wxSheetCoords(p_act-1, 0)); in GetActionName()
86 wxString gbtActionSheet::GetActionProb(int p_act) in GetActionProb() argument
92 return GetCellValue(wxSheetCoords(p_act-1, 1)); in GetActionProb()
204 wxString gbtEditMoveDialog::GetActionName(int p_act) const in GetActionName()
206 return m_actionSheet->GetActionName(p_act); in GetActionName()
209 wxString gbtEditMoveDialog::GetActionProb(int p_act) const in GetActionProb()
211 return m_actionSheet->GetActionProb(p_act); in GetActionProb()
H A Ddleditmove.h44 wxString GetActionName(int p_act) const;
45 wxString GetActionProb(int p_act) const;
H A Danalysis.cc333 gbtAnalysisProfileList<T>::GetActionProb(const GameNode &p_node, int p_act, in GetActionProb() argument
340 return infoset->GetActionProb(p_act, ""); in GetActionProb()
352 return lexical_cast<std::string>(profile.GetActionProb(p_node->GetInfoset()->GetAction(p_act)), in GetActionProb()
380 gbtAnalysisProfileList<T>::GetActionValue(const GameNode &p_node, int p_act, in GetActionValue() argument
389 …lexical_cast<std::string>(m_behavProfiles[index].GetPayoff(p_node->GetInfoset()->GetAction(p_act)), in GetActionValue()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dbresnham.c40 DevPt p_act; member
62 bres.p_act = *pp1; in bresenham_init()
95 return &bres.p_act; in bresenham_init()
114 bres.p_act.x += bres.s1; in bresenham_next()
116 bres.p_act.y += bres.s2; in bresenham_next()
120 bres.p_act.y += bres.s2; in bresenham_next()
122 bres.p_act.x += bres.s1; in bresenham_next()
H A Dmurphy.c260 DevPt m1, m2, *p_act; local
311 p_act = bresenham_init(&m2, &m1);
313 plot_PicBuf(murphy.pb, p_act,
317 p_act = bresenham_init(&m1, &ml1b);
319 plot_PicBuf(murphy.pb, p_act,
323 p_act = bresenham_init(&ml1b, &ml2b);
325 plot_PicBuf(murphy.pb, p_act,
329 p_act = bresenham_init(&ml2b, &m2);
331 plot_PicBuf(murphy.pb, p_act,
H A Dpicbuf.c575 DevPt *p_act; in line_PicBuf() local
593 p_act = bresenham_init(p0, p1); in line_PicBuf()
595 plot_PicBuf(pb, p_act, pencolor); in line_PicBuf()
682 DevPt p_act; in polygon_PicBuf() local
793 for (p_act.x = start, p_act.y = scany; in polygon_PicBuf()
794 p_act.x <= end; p_act.x++) in polygon_PicBuf()
795 plot_PicBuf(pb, &p_act, pencolor); in polygon_PicBuf()
/dports/net/ntp/ntp-4.2.8p15/tests/libntp/
H A Dcaljulian.c64 char *p_exp, *p_act; in IsEqual() local
67 p_act = CalendarToString(actual); in IsEqual()
68 printf("expected: %s but was %s", p_exp, p_act); in IsEqual()
70 free(p_act); in IsEqual()
H A Dcalendar.c138 char *p_act = CalendarFromCalToString(actual); in IsEqualCal() local
140 printf("expected: %s but was %s", p_exp, p_act); in IsEqualCal()
143 free(p_act); in IsEqualCal()
/dports/lang/fpc-utils/fpc-3.2.2/utils/tply/
H A Dyaccsem.pas168 p_act : Boolean;
509 p_act := false;
515 if not p_act and (act_rule.rhs_len>0) then
550 if p_act then add_rule_action;
551 p_act := false;
563 if p_act then add_rule_action;
564 p_act := true;
/dports/lang/fpc-source/fpc-3.2.2/utils/tply/
H A Dyaccsem.pas168 p_act : Boolean;
509 p_act := false;
515 if not p_act and (act_rule.rhs_len>0) then
550 if p_act then add_rule_action;
551 p_act := false;
563 if p_act then add_rule_action;
564 p_act := true;
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Dbehavspt.h85 GameAction GetAction(const GameInfoset &p_infoset, int p_act) const in GetAction() argument
86 { return m_actions[p_infoset->GetPlayer()->GetNumber()][p_infoset->GetNumber()][p_act]; } in GetAction()
/dports/www/tokyopromenade/tokyopromenade-0.9.25/
H A Dpromenade.c525 if(!strcmp(p_act, "logout")){ in dosession()
581 if(*p_act != '\0') tcxstrprintf(comquery, "&act=%?", p_act); in dosession()
622 if(!strcmp(p_act, "login")){ in dosession()
626 } else if(!strcmp(p_act, "logincheck") && !auth){ in dosession()
630 } else if(!strcmp(p_act, "edit")){ in dosession()
659 } else if(!strcmp(p_act, "preview")){ in dosession()
732 } else if(!strcmp(p_act, "update")){ in dosession()
812 } else if(!strcmp(p_act, "users")){ in dosession()
937 } else if(!strcmp(p_act, "files")){ in dosession()
1108 } else if(!strcmp(p_act, "search")){ in dosession()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mpeg2enc/
H A Dmacroblock.hh163 int p_act; /* Activity measure for *forward* prediction (P-frame) */ member in MacroBlock
/dports/x11/workrave/workrave-1.10.44/backend/src/
H A DDBusWorkrave.cc495 bool p_act in ReportActivity() local
511 get_bool(v_act, &p_act); in ReportActivity()
516 , p_act in ReportActivity()
/dports/net/ntp/ntp-4.2.8p15/tests/ntpd/
H A Dleapsec.c301 const char *p_act = CalendarToString(actual);
302 printf("expected: %s but was %s", p_exp, p_act);