Home
last modified time | relevance | path

Searched refs:ylimit (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net/ntp/ntp-4.2.8p15/scripts/
H A Dplot_summary.in151 my $ylimit = "[";
155 $ylimit .= ":";
157 $ylimit .= "$offset_limit";
159 if ( $ylimit eq "[:" ) {
160 $ylimit = "";
162 $ylimit = "[] $ylimit]";
201 $ylimit = "[";
205 $ylimit .= ":";
207 $ylimit .= "$offset_limit";
210 $ylimit ="";
[all …]
/dports/science/tinker/tinker/source/
H A Dreplica.f31 real*8 xlimit,ylimit,zlimit local
43 ylimit = ybox2
47 ylimit = ybox2
51 ylimit = volbox / (2.0d0*xbox*zbox*beta_sin)
55 ylimit = xlimit
59 ylimit = xlimit
62 maximage = min(xlimit,ylimit,zlimit)
86 ny = int(cutoff/ylimit)
89 if (cutoff .gt. dble(ny)*ylimit) ny = ny + 1
H A Dpolymer.f33 real*8 ylimit local
88 ylimit = ybox2
92 ylimit = ybox2
96 ylimit = ybox2 * gamma_sin
100 ylimit = xlimit
104 ylimit = xlimit
107 maximage = min(xlimit,ylimit,zlimit)
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DD3dUtil.cpp11704 xlimit, ylimit, in copyDataToVolume()
11721 xlimit, ylimit, in copyDataToVolume()
11737 xlimit, ylimit, in copyDataToVolume()
11753 xlimit, ylimit, in copyDataToVolume()
11769 xlimit, ylimit, in copyDataToVolume()
11784 xlimit, ylimit, in copyDataToVolume()
11800 xlimit, ylimit, in copyDataToVolume()
11816 xlimit, ylimit, in copyDataToVolume()
11832 xlimit, ylimit, in copyDataToVolume()
12098 xlimit, ylimit, -tilew); in copyDataToCubeMap()
[all …]
/dports/devel/ncurses/ncurses-6.3/test/
H A Dknight.c45 #define MAXMOVES (ylimit * xlimit)
88 static int ylimit = YLIMIT; variable
197 if (ylimit <= 6) { in help2()
415 for (i = 0; i < ylimit; i++) { in drawMove()
560 for (y = 0; y < ylimit; ++y) { in useBacktracking()
663 ny = rw + ylimit - 1; in play()
687 ny = rw + ylimit - 1; in play()
699 ny = rw + ylimit - 1; in play()
841 if (ylimit <= 6) { in play()
888 rw = ny % ylimit; in play()
[all …]
/dports/cad/ngspice_rework/ngspice-35/examples/hicum2/
H A Dhic2_gum.sp13 *gnuplot fgum i(vc) i(vb) i(vs) xlimit 0.2 1.2 ylog ylimit 1e-12 0.1
14 plot abs(i(vc)) abs(i(vb)) abs(i(vs)) xlimit 0.2 1.2 ylog ylimit 1e-14 0.1
15 plot abs(i(vc))/abs(i(vb)) vs abs(i(vc)) xlog xlimit 1e-09 100e-3; ylimit 0 500
H A Dhic2_gum_inv.sp11 plot abs(i(ve)) abs(i(vb)) abs(i(vs)) xlimit 0.4 1.2 ylog ylimit 1e-12 0.1
12 plot abs(i(ve))/abs(i(vb)) vs abs(i(ve)) xlog xlimit 1e-06 100e-3 ylimit 0 40
/dports/cad/ngspice_rework/ngspice-35/examples/vdmos/
H A Dcrss_coss_ciss.sp30 plot 'i(v1)/deriv(v(d1))' 'i(v2)/deriv(v(d1))' vs v(d1) xlog xlimit 1 100 ylimit 0 3n title "IRFP24…
31 plot 'i(v3)/deriv(v(d2))' vs v(d2) xlog xlimit 1 100 ylimit 0 3n title "IRFP240 ciss"
33 plot 'i(v4)/deriv(v(d3))' 'i(v5)/deriv(v(d3))' vs v(d1p) xlog xlimit 1 100 ylimit 0 3n title "IRFP9…
34 plot 'i(v6)/deriv(v(d4))' vs v(d2p) xlog xlimit 1 100 ylimit 0 3n title "IRFP9240 ciss"
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dline-buf.c333 index_type ylimit = bottom + 1; in linebuf_insert_lines() local
334 num = MIN(ylimit - y, num); in linebuf_insert_lines()
336 for (i = ylimit - num; i < ylimit; i++) { in linebuf_insert_lines()
339 for (i = ylimit - 1; i >= y + num; i--) { in linebuf_insert_lines()
368 index_type ylimit = bottom + 1; in linebuf_delete_lines() local
383 for (i = ylimit - num; i < ylimit; i++) { in linebuf_delete_lines()
411 index_type ylimit = self->ynum - 1; in as_ansi() local
415 init_line(self, (&l), self->line_map[ylimit]); in as_ansi()
418 ylimit--; in as_ansi()
419 } while(ylimit > 0); in as_ansi()
[all …]
/dports/graphics/libpuzzle/libpuzzle-0.11/src/
H A Ddvec.c285 const unsigned int ylimit = y + PUZZLE_PIXEL_FUZZ_SIZE; in puzzle_softedgedlvl() local
286 if (x >= view->width || y >= view->height || xlimit <= x || ylimit <= y) { in puzzle_softedgedlvl()
309 } while (ay++ < ylimit); in puzzle_softedgedlvl()
324 const unsigned int ylimit = y + height - 1U; in puzzle_get_avglvl() local
330 if (xlimit < x || ylimit < y) { in puzzle_get_avglvl()
344 } while (ay++ < ylimit); in puzzle_get_avglvl()
436 unsigned int xlimit, ylimit; in puzzle_add_neighbors() local
449 ylimit = avglvls->lambdas - 1U; in puzzle_add_neighbors()
451 ylimit = ly + 1U; in puzzle_add_neighbors()
473 } while (ay++ < ylimit); in puzzle_add_neighbors()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_rbtree.h1309 Sint ylimit) in ERTS_RBT_FUNC__()
1415 Sint ylimit) in ERTS_RBT_FUNC__()
1578 Sint ylimit) in ERTS_RBT_FUNC__()
1581 1, ystate, ylimit); in ERTS_RBT_FUNC__()
1593 Sint ylimit) in ERTS_RBT_FUNC__()
1597 1, ystate, ylimit); in ERTS_RBT_FUNC__()
1609 Sint ylimit) in ERTS_RBT_FUNC__()
1668 Sint ylimit) in ERTS_RBT_FUNC__()
1671 1, ystate, ylimit); in ERTS_RBT_FUNC__()
1684 Sint ylimit) in ERTS_RBT_FUNC__()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/python/examples/pizza/
H A Dgnu.py251 self.figures[self.current-1].ylimit = 0
253 self.figures[self.current-1].ylimit = (values[0],values[1])
345 if fig.ylimit:
346 cmd = 'set yr [' + str(fig.ylimit[0]) + ':' + str(fig.ylimit[1]) + ']'
381 self.ylimit = 0
/dports/science/lammps/lammps-stable_29Sep2021/tools/python/pizza/
H A Dgnu.py251 self.figures[self.current-1].ylimit = 0
253 self.figures[self.current-1].ylimit = (values[0],values[1])
345 if fig.ylimit:
346 cmd = 'set yr [' + str(fig.ylimit[0]) + ':' + str(fig.ylimit[1]) + ']'
381 self.ylimit = 0
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/examples/pizza/
H A Dgnu.py244 self.figures[self.current-1].ylimit = 0
246 self.figures[self.current-1].ylimit = (values[0],values[1])
338 if fig.ylimit:
339 cmd = 'set yr [' + str(fig.ylimit[0]) + ':' + str(fig.ylimit[1]) + ']'
374 self.ylimit = 0
/dports/science/sparta/sparta-20Oct2021/tools/pizza/
H A Dgnu.py244 self.figures[self.current-1].ylimit = 0
246 self.figures[self.current-1].ylimit = (values[0],values[1])
338 if fig.ylimit:
339 cmd = 'set yr [' + str(fig.ylimit[0]) + ':' + str(fig.ylimit[1]) + ']'
374 self.ylimit = 0
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DWatermark.cc117 unsigned int ylimit = _height; in apply() local
119 if( _height > height ) ylimit = height; in apply()
121 for( unsigned int j=0; j<ylimit; j++ ){ in apply()
/dports/cad/ngspice_rework/ngspice-35/examples/vbic/
H A Dnpn_gum.sp13 plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylimit 0.1e-12 100e-3 ylog
14 plot abs(i(vc))/abs(i(vb)) vs abs(-i(vc)) xlog xlimit 10e-12 10e-3 ylimit 0 40
/dports/cad/ngspice_rework/ngspice-35/examples/adms/hicum0/
H A Dhic0_gum.sp11 plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylimit 0.1e-12 100e-3 ylog
12 plot abs(i(vc))/abs(i(vb)) vs abs(-i(vc)) xlog xlimit 1e-09 10e-3 ylimit 0 300
/dports/math/pdal/PDAL-2.3.0/test/unit/io/
H A DFauxReaderTest.cpp347 void testGrid(point_count_t xlimit, point_count_t ylimit, point_count_t zlimit) in testGrid() argument
352 if (ylimit) in testGrid()
353 size *= ylimit; in testGrid()
356 if (!xlimit && !ylimit && !zlimit) in testGrid()
362 (double)xlimit, (double)ylimit, (double)zlimit)); in testGrid()
393 if (ylimit && incNext) in testGrid()
396 if (y >= (int)ylimit) in testGrid()
/dports/cad/ngspice_rework/ngspice-35/examples/transient-noise/
H A Dsimple-noise.cir28 plot tran2.v(3) tran1.v(3) ylimit -6 6
29 plot tran2.v(4) tran1.v(4) ylimit -6 6
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/dynamic/navier-stokes/
H A DflowMovie.m2 function flowMovie(name, type, T, xlimit, ylimit)
29 trisurfMovie(adj, nodes, data, [name,'_',type], T, xlimit, ylimit);
H A DtrisurfMovie.m1 function trisurfMovie(adj, nodes, data, name, T, xlimit, ylimit)
28 h.ax.YLim = ylimit;
/dports/math/R-cran-coda/coda/R/
H A Dgeweke.R64 ylimit <- max(c(climit, abs(gcd[, j, k]))) functionVar
66 ylab = "Z-score", pch = 4, ylim = c(-ylimit, ylimit),
/dports/cad/ngspice_rework/ngspice-35/examples/xspice/table/
H A Dcombi_script.cir33 *plot v(1) ylimit 0 1
39 plot dc4.v(1) v(bb) ylimit 0.6 0.8 title 'table q3, q4 input diode (v(bb)) compared to bjt model (d…
/dports/cad/ngspice_rework/ngspice-35/examples/adms/mextram/
H A Dmex_gum.sp11 plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylog xlimit 0.3 1.4 ylimit 1e-12 100e-3
12 plot abs(i(vc))/abs(i(vb)) vs abs(-i(vc)) xlog xlimit 1e-09 10e-3 ylimit 0 150

12345