Home
last modified time | relevance | path

Searched refs:nodew (Results 1 – 17 of 17) sorted by relevance

/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dmodelutil.c185 int nodeu, nodew, dels_cnt; in __topological_sort() local
214 nodew = c_model->s[nodeu].out_id[i]; in __topological_sort()
215 if (edge_classes[nodeu][nodew] != GRAY) { in __topological_sort()
216 indegrees[nodew]--; in __topological_sort()
217 if (nodew != nodeu && indegrees[nodew] == 0) { in __topological_sort()
218 v->queue[v->tail++] = nodew; /* enqueue */ in __topological_sort()
/dports/textproc/texi2html/texi2html-5.0/test/formatting/res_info/allowcodebreaks/
H A Dallowcodebreaks.info48 Ref: A nodew853
/dports/textproc/texi2html/texi2html-5.0/test/formatting/res_all/texi_allowcodebreaks/
H A Dallowcodebreaks.texi56 anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.texi.first56 anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.passtexi55 allowcodebreaks.texi(testallowcodebreaks,30) anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.passfirst55 allowcodebreaks.texi(testallowcodebreaks,30) anc-hor@anchor{A nodew}}
/dports/textproc/texi2html/texi2html-5.0/test/formatting/res/texi_allowcodebreaks/
H A Dallowcodebreaks.texi56 anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.texi.first56 anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.passtexi55 allowcodebreaks.texi(testallowcodebreaks,30) anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.passfirst55 allowcodebreaks.texi(testallowcodebreaks,30) anc-hor@anchor{A nodew}}
/dports/textproc/texi2html/texi2html-5.0/test/formatting/res_info/texi_allowcodebreaks/
H A Dallowcodebreaks.texi.first56 anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.texi56 anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.passfirst55 allowcodebreaks.texi(testallowcodebreaks,30) anc-hor@anchor{A nodew}}
H A Dallowcodebreaks.passtexi55 allowcodebreaks.texi(testallowcodebreaks,30) anc-hor@anchor{A nodew}}
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/plugins/lfo/
H A Dui.c1462 ZtkWidget * nodew = in ExecHashIncreaseNumBuckets()
1469 nodew->rect.x + nodew->rect.width / 2, in ExecHashIncreaseNumBuckets()
1470 nodew->rect.y + nodew->rect.height / 2); in ExecHashIncreaseNumBuckets()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DGraphLayout.C1980 int nodew, nodeh; in reposition() local
1982 linfo->getXYSize(nodew,nodeh); in reposition()
1990 int x = nodex + ((nodew-this->w)/2); in reposition()
2000 x = nodex + 1 + nodew; in reposition()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_sos1.c2447 int nodew; in updateImplicationGraphSOS1() local
2450 nodew = varGetNodeSOS1(conshdlrdata, vars[w]); in updateImplicationGraphSOS1()
2455 …if ( nodew < 0 || ( nodev != nodew && ! isConnectedSOS1(adjacencymatrix, NULL, nodev, nodew) && ! … in updateImplicationGraphSOS1()