Home
last modified time | relevance | path

Searched refs:theop (Results 1 – 11 of 11) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/socketxx/socket++/
H A Dsockstream.h66 sockerr (int e, const char *theop = nullptr): err (e) in err()
68 if (theop != nullptr) in err()
70 text.text = theop; in err()
73 sockerr (int e, const char *theop, const char *specification) : err (e) in sockerr() argument
75 if (theop != nullptr) in sockerr()
76 text.text = theop; in sockerr()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/socketxx/socket++/
H A Dsockstream.h66 sockerr (int e, const char *theop = nullptr): err (e) in err()
68 if (theop != nullptr) in err()
70 text.text = theop; in err()
73 sockerr (int e, const char *theop, const char *specification) : err (e) in sockerr() argument
75 if (theop != nullptr) in sockerr()
76 text.text = theop; in sockerr()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dlfs_inode.h240 # define LFS_ENTER_LOG(theop, thefile, theline, lbn, theflags, thepid) do {\ argument
245 lfs_log[lfs_lognum].op = theop; \
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/footag/
H A Dwiz.c45 static const struct footag_op *theop[FOOTAG_TYPE_NUM] = { variable
77 const struct footag_op *op = theop[footype]; in footag_get_typeinfo()
86 const struct footag_op *op = theop[footype]; in footag_open()
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/quantifiers/
H A Dopisavailable-12.smt292 (declare-fun theop () Int)
93 (declare-fun init.theop () Int)
251 (assert (= theop nullop))
274 …dminprivileget__first ?v_2) (<= ?v_2 privtypes__adminprivileget__last) (= theop nullop) (<= opandn…
/dports/devel/ga/ga-5.8/armci/src-gemini/
H A Dmessage.c1348 BGML_Op theop; in armci_msg_gop_scope() local
1352 theop=BGML_SUM; in armci_msg_gop_scope()
1357 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
1361 theop=BGML_MAX; in armci_msg_gop_scope()
1366 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
1370 theop=BGML_MIN; in armci_msg_gop_scope()
1375 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
/dports/devel/ga/ga-5.8/armci/src-portals/
H A Dmessage.c1348 BGML_Op theop; in armci_msg_gop_scope() local
1352 theop=BGML_SUM; in armci_msg_gop_scope()
1357 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
1361 theop=BGML_MAX; in armci_msg_gop_scope()
1366 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
1370 theop=BGML_MIN; in armci_msg_gop_scope()
1375 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
/dports/devel/ga/ga-5.8/armci/src/collectives/
H A Dmessage.c1510 BGML_Op theop; in armci_msg_gop_scope() local
1514 theop=BGML_SUM; in armci_msg_gop_scope()
1519 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
1523 theop=BGML_MAX; in armci_msg_gop_scope()
1528 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
1532 theop=BGML_MIN; in armci_msg_gop_scope()
1537 BGTr_Allreduce(origx, x, n, dt, theop, -1, PCLASS); in armci_msg_gop_scope()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/edit/
H A DEditManager.as900 public function performUndo(theop:IOperation):void
902 var operation:FlowOperation = theop as FlowOperation;
994 public function performRedo(theop:IOperation):void
997 var op:FlowOperation = theop as FlowOperation;
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dlunacon.lua1987 local theop =
1992 if (#theop <= 2) then
1993 return thecmd / ("%1=%1"..theop.."%2")
1995 return thecmd / ("%1="..theop.."(%1,%2)")
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/ofsf/
H A Dofsfqe.red1765 begin scalar w,d,theop,tag;
1771 theop := {cdr w};
1775 return ofsf_mkgtag(d,tag,w,theo) . (w . theop)