Home
last modified time | relevance | path

Searched refs:plotmax (Results 1 – 13 of 13) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/utils/
H A DPlotDMC.pl171 my $plotmax = $maxcount+2;
174 my $plotstring .= "plot [$plotmax:0][$min:$max] \"-\" u 1:2 w l notitle\n ";
/dports/biology/migrate/migrate-3.6.11/src/
H A Dworld.c1159 plotvar, plotmax[locus][0].x1, plotmax[locus][0].y1, in plot_surface2()
1160 plotmax[locus][0].l1); in plot_surface2()
1178 plotvar, plotmax[locus][pop].x1, plotmax[locus][pop].y1, in plot_surface2()
1182 plotvar, plotmax[locus][pop].x2, plotmax[locus][pop].y2, in plot_surface2()
2236 world->plotmax = in init_plotplane()
2238 world->plotmax[0] = in init_plotplane()
2244 world->plotmax[pop] = world->plotmax[0] + pop * (world->numpop); in init_plotplane()
2952 plotmax_fmt *plotmax; in calc_loci_plane() local
2982 plotmax = &nr->world->plotmax[loci][pop]; in calc_loci_plane()
3117 plotmax_fmt *plotmax; in calc_locus_plane() local
[all …]
H A Dmigration.h1172 plotmax_fmt **plotmax; member
/dports/math/reduce/Reduce-svn5758-src/packages/plot/
H A Dplotsynt.red63 if null plotmax!* then
67 plotmax!* := !!plumax; % IEEE double precision
70 plotmin!*:= 1/plotmax!*;
223 y:={'!*interval!*, - plotmax!*, plotmax!*};
H A Dplotnum.red198 <<if abs u > plotmax!* then return plotoverflow plotmax!* else
214 if evalgreaterp(plotrepart u, fl2rd plotmax!*) then
215 return plotoverflow plotmax!* else
216 if evalgreaterp(fl2rd (-plotmax!*),plotrepart u) then
217 return plotoverflow (-plotmax!*);
H A Dplot.red41 plotmax!* % maximal floating point number which
45 plotmin!* % lower bound (=1/plotmax!*)
H A Dgnuplot.red29 global '(plotdta!* plotdta!*2 plotmax!*
H A Dplotexp2.red78 if yhi and not(yhi=plotmax!*) then (yhi-ylo) else
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dplot2d.c1759 double plotmax_x, plotmax_y, plotmax; in polar_range_fiddling() local
1762 plotmax = GPMAX(plotmax_x, plotmax_y); in polar_range_fiddling()
1765 axis_array[plot->x_axis].max = plotmax; in polar_range_fiddling()
1766 axis_array[plot->x_axis].min = -plotmax; in polar_range_fiddling()
1769 axis_array[plot->y_axis].max = plotmax; in polar_range_fiddling()
1770 axis_array[plot->y_axis].min = -plotmax; in polar_range_fiddling()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dplot2d.c1716 double plotmax_x, plotmax_y, plotmax; in polar_range_fiddling() local
1719 plotmax = GPMAX(plotmax_x, plotmax_y); in polar_range_fiddling()
1722 axis_array[plot->x_axis].max = plotmax; in polar_range_fiddling()
1723 axis_array[plot->x_axis].min = -plotmax; in polar_range_fiddling()
1726 axis_array[plot->y_axis].max = plotmax; in polar_range_fiddling()
1727 axis_array[plot->y_axis].min = -plotmax; in polar_range_fiddling()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dplot2d.c1716 double plotmax_x, plotmax_y, plotmax; in polar_range_fiddling() local
1719 plotmax = GPMAX(plotmax_x, plotmax_y); in polar_range_fiddling()
1722 axis_array[plot->x_axis].max = plotmax; in polar_range_fiddling()
1723 axis_array[plot->x_axis].min = -plotmax; in polar_range_fiddling()
1726 axis_array[plot->y_axis].max = plotmax; in polar_range_fiddling()
1727 axis_array[plot->y_axis].min = -plotmax; in polar_range_fiddling()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c5216 double plotmin = 0.0, plotmax = 0.0; in plot_freq() local
5288 plotmax = endpt[K-1] + barwidth; in plot_freq()
5289 if (plotmax < freq->xbar + 3.3 * freq->sdx) { in plot_freq()
5290 plotmax = freq->xbar + 3.3 * freq->sdx; in plot_freq()
5316 plotmax = freq->xbar + 4.0 * freq->sdx; in plot_freq()
5336 if (freq->midpt[K-1] > plotmax) { in plot_freq()
5337 plotmax = freq->midpt[K-1]; in plot_freq()
5340 fprintf(fp, "set xrange [%.10g:%.10g]\n", plotmin, plotmax); in plot_freq()
5347 plotmax = K + 0.5; in plot_freq()
5350 plotmax = freq->midpt[K-1] + barwidth; in plot_freq()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dplot.c4294 float *plotmax, float *plotmin) { in GetPlotHeight() argument
4305 *ywidth = *plotmax-*plotmin; in GetPlotHeight()
4307 *ywidth = FCEIL(log10(*plotmax))-FFLOOR(log10(*plotmin)); in GetPlotHeight()
4317 *ywidth = *plotmax; in GetPlotHeight()
4320 *ywidth = FCEIL(log10(*plotmax)); in GetPlotHeight()