Home
last modified time | relevance | path

Searched refs:maxcw (Results 1 – 5 of 5) sorted by relevance

/dports/comms/wsjtz/wsjtx/lib/qra/q65/
H A Dq65.c693 int maxcw = -1; // index of the most likely codeword in q65_decode_fullaplist() local
717 maxcw = k; in q65_decode_fullaplist()
726 if (maxcw<0) // no llh larger than threshold found in q65_decode_fullaplist()
729 pCw = pCodewords+nN*maxcw; in q65_decode_fullaplist()
733 return maxcw; // index to the decoded message (>=0) in q65_decode_fullaplist()
/dports/x11-fm/filerunner/filerunner/frlib/
H A Dsmart_dialog.tcl397 set maxcw [expr {$maxw / [font measure $butfont "0"]}]
399 if {[$win.$co cget -width] > $maxcw} {
400 $win.$co config -width $maxcw
/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dspectool_gtk_widget.c481 int x, chpix, maxcw, start_db; in spectool_widget_draw() local
514 maxcw = 0; in spectool_widget_draw()
665 int x, chpix, maxcw, start_db; in spectool_widget_graphics_update() local
H A Dspectool_gtk_planar.c53 int x, chpix, maxcw; local
/dports/math/reduce/Reduce-svn5758-src/packages/sstools/
H A Dsstools.red2362 algebraic procedure ssconl(N,tw,mincw,maxcw,afwlist,abwlist,pdes)$
2384 for h:=mincw:maxcw do <<
3440 wl2" ssconl(N,tw,mincw,maxcw,afwlist,abwlist,pdes)$"$
3447 wl1" maxcw .. max weight of the conservation law"$