Home
last modified time | relevance | path

Searched refs:dwidth (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/wb_spi/bench/verilog/
H A Dwb_master_model.v49 parameter dwidth = 32; constant
54 input [dwidth -1:0] din;
58 output [dwidth/8 -1:0] sel;
66 reg [dwidth/8 -1:0] sel;
68 reg [dwidth -1:0] q;
74 dout = {dwidth{1'bx}};
88 input [dwidth -1:0] d;
113 dout = {dwidth{1'bx}};
126 output [dwidth -1:0] d;
136 dout = {dwidth{1'bx}};
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/opencores/spi/bench/verilog/
H A Dwb_master_model.v49 parameter dwidth = 32; constant
54 input [dwidth -1:0] din;
58 output [dwidth/8 -1:0] sel;
66 reg [dwidth/8 -1:0] sel;
68 reg [dwidth -1:0] q;
74 dout = {dwidth{1'bx}};
88 input [dwidth -1:0] d;
113 dout = {dwidth{1'bx}};
126 output [dwidth -1:0] d;
136 dout = {dwidth{1'bx}};
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/opencores/i2c/bench/verilog/
H A Dwb_master_model.v54 parameter dwidth = 32; constant
72 reg [dwidth -1:0] dout;
75 reg [dwidth/8 -1:0] sel;
77 reg [dwidth -1:0] q;
89 dout = {dwidth{1'bx}};
93 sel = {dwidth/8{1'bx}};
108 input [dwidth -1:0] d;
133 dout = {dwidth{1'bx}};
150 output [dwidth -1:0] d;
160 dout = {dwidth{1'bx}};
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmButtons/
H A Dmisc.c98 if (dwidth < minWidth) in ConstrainSize()
100 dwidth = minWidth; in ConstrainSize()
107 if (dwidth > maxWidth) in ConstrainSize()
109 dwidth = maxWidth; in ConstrainSize()
120 dwidth = ((dwidth - baseWidth) / xinc * xinc) + baseWidth; in ConstrainSize()
161 dwidth, xinc); in ConstrainSize()
162 if (dwidth + delta <= maxWidth) in ConstrainSize()
164 dwidth += delta; in ConstrainSize()
174 if (dwidth - delta >= minWidth) in ConstrainSize()
176 dwidth -= delta; in ConstrainSize()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmButtons/
H A Dmisc.c42 int dwidth = *widthp, dheight = *heightp; in ConstrainSize() local
98 if (dwidth < minWidth) in ConstrainSize()
100 dwidth = minWidth; in ConstrainSize()
107 if (dwidth > maxWidth) in ConstrainSize()
109 dwidth = maxWidth; in ConstrainSize()
120 dwidth = ((dwidth - baseWidth) / xinc * xinc) + baseWidth; in ConstrainSize()
153 if (dwidth + delta <= maxWidth) in ConstrainSize()
155 dwidth += delta; in ConstrainSize()
183 if (dwidth - delta >= minWidth) in ConstrainSize()
185 dwidth -= delta; in ConstrainSize()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DMedianFilterSeparableOpImage.java57 int dwidth = dst.getWidth(); in byteLoop() local
96 revolver += dwidth; in byteLoop()
126 revolver += dwidth; in byteLoop()
140 int dwidth = dst.getWidth(); in shortLoop() local
179 revolver += dwidth; in shortLoop()
208 revolver += dwidth; in shortLoop()
223 int dwidth = dst.getWidth(); in ushortLoop() local
262 revolver += dwidth; in ushortLoop()
291 revolver += dwidth; in ushortLoop()
343 revolver += dwidth; in intLoop()
[all …]
H A DSeparableConvolveOpImage.java152 int dwidth = dst.getWidth(); in byteLoop() local
190 revolver += dwidth; in byteLoop()
215 b += dwidth; in byteLoop()
231 revolver += dwidth; in byteLoop()
287 revolver += dwidth; in shortLoop()
311 b += dwidth; in shortLoop()
326 revolver += dwidth; in shortLoop()
408 b += dwidth; in ushortLoop()
501 b += dwidth; in intLoop()
591 b += dwidth; in floatLoop()
[all …]
H A DMaxFilterSeparableOpImage.java56 int dwidth = dst.getWidth(); in byteLoop() local
97 revolver += dwidth; in byteLoop()
129 revolver += dwidth; in byteLoop()
143 int dwidth = dst.getWidth(); in shortLoop() local
184 revolver += dwidth; in shortLoop()
215 revolver += dwidth; in shortLoop()
230 int dwidth = dst.getWidth(); in ushortLoop() local
271 revolver += dwidth; in ushortLoop()
302 revolver += dwidth; in ushortLoop()
356 revolver += dwidth; in intLoop()
[all …]
H A DMinFilterSeparableOpImage.java56 int dwidth = dst.getWidth(); in byteLoop() local
97 revolver += dwidth; in byteLoop()
129 revolver += dwidth; in byteLoop()
143 int dwidth = dst.getWidth(); in shortLoop() local
184 revolver += dwidth; in shortLoop()
215 revolver += dwidth; in shortLoop()
230 int dwidth = dst.getWidth(); in ushortLoop() local
271 revolver += dwidth; in ushortLoop()
302 revolver += dwidth; in ushortLoop()
356 revolver += dwidth; in intLoop()
[all …]
H A DScaleNearestBinaryOpImage.java122 int dwidth = destRect.width; in computeRect() local
126 int[] xvalues = new int[dwidth]; in computeRect()
257 int dwidth = destRect.width; in byteLoop() local
386 if (i < dwidth) { in byteLoop()
389 while (i < dwidth) { in byteLoop()
408 int dwidth = destRect.width; in shortLoop() local
498 if (i < dwidth) { in shortLoop()
501 while (i < dwidth) { in shortLoop()
520 int dwidth = destRect.width; in intLoop() local
612 if (i < dwidth) { in intLoop()
[all …]
H A DScaleBilinearBinaryOpImage.java153 int dwidth = destRect.width; in computeRect() local
157 int[] xvalues = new int[dwidth]; in computeRect()
225 for (int i = 0; i < dwidth; i++) in computeRect()
354 int[] sbytenum = new int[dwidth]; in byteLoop()
355 int[] sshift = new int[dwidth]; in byteLoop()
363 for (int i = 0; i < dwidth; i++) in byteLoop()
403 for ( i = 0; i < dwidth; i ++ ) in byteLoop()
491 int[] sshift = new int[dwidth]; in shortLoop()
493 for (int i = 0; i < dwidth; i++) in shortLoop()
587 int[] sintnum = new int[dwidth]; in intLoop()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/cuda/
H A Dframe.cu44 …convert_u8_s16<<<grid_size, block_size, shared_size, stream>>>(dst, dstride, dwidth, src, sstride,… in cuda_convert_u8_s16()
57 …convert_s16_u8<<<grid_size, block_size, shared_size, stream>>>(dst, dstride, dwidth, src, sstride,… in cuda_convert_s16_u8()
70 …convert_u8_u8<<<grid_size, block_size, shared_size, stream>>>(dst, dstride, dwidth, src, sstride, … in cuda_convert_u8_u8()
83 …convert_s16_s16<<<grid_size, block_size, shared_size, stream>>>(dst, dstride, dwidth, src, sstride… in cuda_convert_s16_s16()
90 dwidth >>= 1; swidth >>= 1; in cuda_convert_u8_422_yuyv()
105 dwidth >>= 1; swidth >>= 1; in cuda_convert_u8_422_uyvy()
133 dwidth >>= 1; swidth >>= 1; in cuda_convert_yuyv_u8_422()
148 dwidth >>= 1; swidth >>= 1; in cuda_convert_uyvy_u8_422()
182 …rid_size, block_size, shared_size, stream>>>(dst, dstride, src, sstride, std::min(swidth, dwidth)); in cuda_subtract_s16_u8()
208 …rid_size, block_size, shared_size, stream>>>(dst, dstride, src, sstride, std::min(swidth, dwidth)); in cuda_add_s16_u8()
[all …]
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/utils/
H A Dbdf2c.pl23 $dwidth=0;
25 $dwidth=$1;
29 if($dwidth != 0) {
30 $encodings[$glyphindex*5+1]=$dwidth;
32 $dwidth=$width;
42 if(int(($dwidth+7)/8) > int(($width+7)/8)) {
43 $_ .= "00"x(int(($dwidth+7)/8)-int(($width+7)/8));
45 $_=substr($_,0,(int(($dwidth+7)/8)*2));
46 $counter+=(int(($dwidth+7)/8));
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/opimage/
H A DConvolutions.java17 int dheight, int dwidth, int kw, int kh, in cByteLoop() argument
24 int dheight, int dwidth, int kw, int kh, in cShortLoop() argument
31 int dheight, int dwidth, int kw, int kh, in cUShortLoop() argument
38 int dheight, int dwidth, int kw, int kh, in cIntLoop() argument
45 int dheight, int dwidth, int kw, int kh, in cFloatLoop() argument
52 int dheight, int dwidth, int kw, int kh, in cDoubleLoop() argument
58 int dheight, int dwidth, int kw, int kh, in cInterleaved3ByteLoop() argument
64 int dheight, int dwidth, int kw, int kh, in cInterleaved3ShortLoop() argument
70 int dheight, int dwidth, int kw, int kh, in cInterleaved3UShortLoop() argument
76 int dheight, int dwidth, int kw, int kh, in cInterleaved3IntLoop() argument
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/tests/
H A Dpixbuf-scale-two-step.c254 …crop_n_compare (source, SCALE_FACTOR, dwidth / 2, 0, dwidth / 2, dheight / 2, interp_typ… in test_offset()
255 …crop_n_compare (source, SCALE_FACTOR, dwidth / 2, dheight / 2, dwidth / 2, dheight / 2, interp_typ… in test_offset()
256 …crop_n_compare (source, SCALE_FACTOR, dwidth / 4, dheight / 4, dwidth / 2, dheight / 2, interp_typ… in test_offset()
281 gint dwidth = swidth * SCALE_FACTOR; /* Size of scaled image */ in test_dest() local
286 copy = gdk_pixbuf_new (GDK_COLORSPACE_RGB, 0, 8, dwidth, dheight); in test_dest()
292 dwidth / 2, dheight / 2, /* dest_width/height */ in test_dest()
297 dwidth / 2, 0, /* dest_[xy] */ in test_dest()
298 dwidth / 2, dheight / 2, /* dest_width/height */ in test_dest()
304 dwidth / 2, dheight / 2, /* dest_width/height */ in test_dest()
309 dwidth / 2, dheight / 2, /* dest_[xy] */ in test_dest()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/bus/
H A Dhisi_lpc.c215 if (!lpcdev || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_in()
221 iopara.csize = dwidth; in hisi_lpc_comm_in()
249 if (!lpcdev || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_out()
256 iopara.csize = dwidth; in hisi_lpc_comm_out()
280 if (!lpcdev || !buf || !count || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_ins()
284 if (dwidth > 1) in hisi_lpc_comm_ins()
286 iopara.csize = dwidth; in hisi_lpc_comm_ins()
296 buf += dwidth; in hisi_lpc_comm_ins()
319 if (!lpcdev || !buf || !count || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_outs()
323 if (dwidth > 1) in hisi_lpc_comm_outs()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/bus/
H A Dhisi_lpc.c215 if (!lpcdev || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_in()
221 iopara.csize = dwidth; in hisi_lpc_comm_in()
249 if (!lpcdev || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_out()
256 iopara.csize = dwidth; in hisi_lpc_comm_out()
280 if (!lpcdev || !buf || !count || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_ins()
284 if (dwidth > 1) in hisi_lpc_comm_ins()
286 iopara.csize = dwidth; in hisi_lpc_comm_ins()
296 buf += dwidth; in hisi_lpc_comm_ins()
319 if (!lpcdev || !buf || !count || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_outs()
323 if (dwidth > 1) in hisi_lpc_comm_outs()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/bus/
H A Dhisi_lpc.c215 if (!lpcdev || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_in()
221 iopara.csize = dwidth; in hisi_lpc_comm_in()
249 if (!lpcdev || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_out()
256 iopara.csize = dwidth; in hisi_lpc_comm_out()
280 if (!lpcdev || !buf || !count || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_ins()
284 if (dwidth > 1) in hisi_lpc_comm_ins()
286 iopara.csize = dwidth; in hisi_lpc_comm_ins()
296 buf += dwidth; in hisi_lpc_comm_ins()
319 if (!lpcdev || !buf || !count || !dwidth || dwidth > LPC_MAX_DWIDTH) in hisi_lpc_comm_outs()
323 if (dwidth > 1) in hisi_lpc_comm_outs()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/opencores/simple_pic/rtl/
H A Dsimple_pic.v98 parameter dwidth = 32; constant
110 input [ dwidth-1:0] dat_i; // data output
111 output [ dwidth-1:0] dat_o; // data input
135 if(is > dwidth)
203 reg [dwidth-1:0] dat_o;
206 2'b00: dat_o <= #1 { {(dwidth-is){1'b0}}, edgen};
207 2'b01: dat_o <= #1 { {(dwidth-is){1'b0}}, pol};
208 2'b10: dat_o <= #1 { {(dwidth-is){1'b0}}, mask};
209 2'b11: dat_o <= #1 { {(dwidth-is){1'b0}}, pending};
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dsubdivpatch1base_eval.cpp76 const unsigned dwidth = x1-x0+1; in evalGrid() local
78 const unsigned M = dwidth*dheight+VSIZEX; in evalGrid()
96 dwidth,dheight); in evalGrid()
107 dwidth,dheight); in evalGrid()
141 args.N = dwidth*dheight; in evalGrid()
146 const float last_u = grid_u[dwidth*dheight-1]; in evalGrid()
222 const unsigned dwidth = x1-x0+1; in evalGridBounds() local
224 const unsigned M = dwidth*dheight+VSIZEX; in evalGridBounds()
246 dwidth,dheight); in evalGridBounds()
257 dwidth,dheight); in evalGridBounds()
[all …]
H A Dfeature_adaptive_eval_grid.h38 const unsigned dwidth; member
50 …Px(Px), Py(Py), Pz(Pz), U(U), V(V), Nx(Nx), Ny(Ny), Nz(Nz), dwidth(dwidth), /*dheight(dheight),*/ … in FeatureAdaptiveEvalGrid()
286 Px[(y-y0)*dwidth+dx0] = px[ys]; in stitch_col()
287 Py[(y-y0)*dwidth+dx0] = py[ys]; in stitch_col()
289 U [(y-y0)*dwidth+dx0] = u[ys]; in stitch_col()
290 V [(y-y0)*dwidth+dx0] = v[ys]; in stitch_col()
328 Px[dy0*dwidth+x-x0] = px[xs]; in stitch_row()
329 Py[dy0*dwidth+x-x0] = py[xs]; in stitch_row()
330 Pz[dy0*dwidth+x-x0] = pz[xs]; in stitch_row()
331 U [dy0*dwidth+x-x0] = u[xs]; in stitch_row()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/jai/
H A DConvolutions.cpp318 revolver += dwidth; in convolveBandsLoop()
326 i < dwidth; in convolveBandsLoop()
365 b += dwidth; in convolveBandsLoop()
385 revolver += dwidth; in convolveBandsLoop()
389 kvRevolver += dwidth; in convolveBandsLoop()
449 revolver += dwidth; in convolveLoop()
499 b += dwidth; in convolveLoop()
510 b += dwidth; in convolveLoop()
521 b += dwidth; in convolveLoop()
536 revolver += dwidth; in convolveLoop()
[all …]
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dresize.c413 int dwidth,dheight,offset; in DisplaySize() local
422 dwidth = width - 2*tmp_win->boundary_width; in DisplaySize()
424 dwidth -= tmp_win->hints.base_width; in DisplaySize()
426 dwidth /= tmp_win->hints.width_inc; in DisplaySize()
471 dwidth -= 2 *tmp_win->boundary_width; in ConstrainSize()
494 if (dwidth < minWidth) dwidth = minWidth; in ConstrainSize()
497 if (dwidth > maxWidth) dwidth = maxWidth; in ConstrainSize()
504 dwidth = ((dwidth - baseWidth) / xinc * xinc) + baseWidth; in ConstrainSize()
536 if (dwidth + delta <= maxWidth) in ConstrainSize()
537 dwidth += delta; in ConstrainSize()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dgetcols.c162 dwidth = (dwidth - 3) / 2; in ffgcls()
194 strncat(array[ii], tmpstr, dwidth); in ffgcls()
208 strncat(array[ii], tmpstr, dwidth); in ffgcls()
229 dwidth = (dwidth - 3) / 2; in ffgcls()
261 strncat(array[ii], tmpstr, dwidth); in ffgcls()
313 if (dwidth < nulwidth) in ffgcls()
371 if (dwidth < nulwidth) in ffgcls()
414 ffgcdw(fptr, colnum, &dwidth, status); in ffgcls()
522 if (dwidth < nulwidth) in ffgcls()
537 if (dlen > dwidth) { in ffgcls()
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dimg.pm157 my ($dwidth, $dheight);
174 $dwidth = $w if length $w;
195 $dwidth = $im->Get("width");
203 ($dwidth, $dheight)=(0, 0);
212 $dwidth=$h / $im->Get("height") * $im->Get("width");
214 $dwidth=$w;
219 if ($dwidth < $im->Get("width") || $ispdf) {
233 $r = $im->Resize(geometry => "${dwidth}x${dheight}");
252 $dwidth = $im->Get("width");
258 if (! defined($dwidth) || ! defined($dheight)) {
[all …]

12345678910>>...38