Home
last modified time | relevance | path

Searched refs:TWIDTH (Results 1 – 16 of 16) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/sdr_lib/
H A Dhb_tb.v23 localparam TWIDTH = 20; constant
60 .TWIDTH(TWIDTH),.ACC_WIDTH(ACC_WIDTH)) hb_decim
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_afnihistory.c28 #define TWIDTH 72 macro
290 XmNcolumns , TWIDTH-5 , in AHIST_make_widgets()
291 XmNmaxLength , TWIDTH , in AHIST_make_widgets()
314 XmNcolumns , TWIDTH , in AHIST_make_widgets()
316 XmNmaxLength , TWIDTH*THEIGHT*2 , in AHIST_make_widgets()
323 { char cbuf[TWIDTH+8] ; int ii ; in AHIST_make_widgets()
326 for( ii=0; ii < TWIDTH+3; ii++ ) cbuf[ii] = 'x' ; cbuf[ii] = '\0' ; in AHIST_make_widgets()
538 my_breakup_string(verbose_text,TWIDTH/4,TWIDTH) ; in AHIST_save_CB()
H A Dplug_notes.c39 #define TWIDTH 75 macro
430 { char cbuf[TWIDTH+8] ; int ii ; in NOTES_make_widgets()
433 for( ii=0; ii < TWIDTH+3; ii++ ) cbuf[ii] = 'x' ; cbuf[ii] = '\0' ; in NOTES_make_widgets()
547 XmNcolumns , TWIDTH , in NOTES_make_note()
895 notar[0]->note_orig = tross_breakup_string( his , 2*TWIDTH/3 , TWIDTH-1 ) ; in NOTES_finalize_dset_CB()
/dports/sysutils/tdir/tdir-1.73/
H A Dtdir69 TWIDTH = COLWIDTH - 1 # Text width
117 if len(x) > TWIDTH - BIAS:
118 x = x[:TWIDTH - BIAS - 1 ] + TRUNC
/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/
H A DmkSquare.m1 % IM = mkSquare(SIZE, PERIOD, DIRECTION, AMPLITUDE, PHASE, ORIGIN, TWIDTH)
3 % IM = mkSine(SIZE, FREQ, AMPLITUDE, PHASE, ORIGIN, TWIDTH)
9 % ORIGIN defaults to the center of the image. TWIDTH specifies width
H A DreconSFpyr.m1 % RES = reconSFpyr(PYR, INDICES, LEVS, BANDS, TWIDTH)
18 % TWIDTH is the width of the transition region of the radial lowpass
42 fprintf(1,'Warning: TWIDTH must be positive. Setting to 1.\n');
H A DmkDisc.m1 % IM = mkDisc(SIZE, RADIUS, ORIGIN, TWIDTH, VALS)
6 % location of the disk center. TWIDTH (in pixels, default = 2)
H A DreconSCFpyr.m1 % RES = reconSCFpyr(PYR, INDICES, LEVS, BANDS, TWIDTH)
25 % TWIDTH is the width of the transition region of the radial lowpass
48 fprintf(1,'Warning: TWIDTH must be positive. Setting to 1.\n');
H A DbuildSFpyr.m1 % [PYR, INDICES, STEERMTX, HARMONICS] = buildSFpyr(IM, HEIGHT, ORDER, TWIDTH)
18 % TWIDTH is the width of the transition region of the radial lowpass
59 fprintf(1,'Warning: TWIDTH must be positive. Setting to 1.\n');
H A DbuildSCFpyr.m1 % [PYR, INDICES, STEERMTX, HARMONICS] = buildSCFpyr(IM, HEIGHT, ORDER, TWIDTH)
47 fprintf(1,'Warning: TWIDTH must be positive. Setting to 1.\n');
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dracing.cpp26 int TWIDTH; variable
430 TWIDTH = getDistLimit() - 1; in generate_track()
431 if(TWIDTH == 1) TWIDTH = 2; in generate_track()
432 if(sl2) TWIDTH = 2; in generate_track()
433 TWIDTH += race_try / 8; in generate_track()
451 celllister cl(s, TWIDTH, 1000000, NULL); in generate_track()
520 if(WDIM == 3) dl = 7 - TWIDTH; in generate_track()
548 else if(p.from_track == TWIDTH) { in generate_track()
553 else if(p.from_track > TWIDTH) { in generate_track()
558 if(p.completion >= win && p.from_track < TWIDTH) { in generate_track()
[all …]
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/games/
H A Dpileon.py66 TWIDTH = 4 variable in PileOn
83 twidth, theight = self.TWIDTH, int((self.NSTACKS-1)/self.TWIDTH+1)
138 TWIDTH = 3 variable in SmallPileOn
/dports/devel/z88dk/z88dk/include/
H A Dbdscio.h111 #define TWIDTH 80 /* # of columns */ macro
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/x11/
H A Dmgx11windows.c42 #define TWIDTH 200 macro
248 0, 0, TWIDTH, THEIGHT, border_width, in Xmg_openwin()
276 TWIDTH, THEIGHT); in Xmg_openwin()
321 _mgx11c->bitdepth, ZPixmap, 0, NULL, TWIDTH, THEIGHT, in Xmg_openwin()
330 current->zwidth = TWIDTH; in Xmg_openwin()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/extra/cmap/
H A DCmap.c175 #define TWIDTH(a) (((CmapWidget)(a))->core.width - 2 * ((CmapWidget)(a))->primitive.highlight_thick… macro
468 CMAP(_cw).realBoxWidth = (TWIDTH(_cw) - marginX)/CMAP(_cw).numX;
480 marginX += (TWIDTH(_cw) - marginX) - (CMAP(_cw).numX * CMAP(_cw).realBoxWidth);
486 CMAP(_cw).labelPos.x = (TWIDTH(_cw)/2) - (CMAP(_cw).labelWidth)/2 + TX(_cw);
924 CMAP(_cw).labelPos.x = (TWIDTH(_cw)/2) - (CMAP(_cw).labelWidth)/2 + TX(_cw);
/dports/editors/jove/jove/
H A Dmac.c106 #define TWIDTH CO * WIDTH macro
2440 # define twidth TWIDTH