Home
last modified time | relevance | path

Searched refs:go_over_pts (Results 1 – 3 of 3) sorted by relevance

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c456 int go_over_pts, max_pts; in pm3d_plot() local
651 go_over_pts = up_to; in pm3d_plot()
654 go_over_pts = max_pts - 1; in pm3d_plot()
670 for (j = 0; j < go_over_pts; j++) { in pm3d_plot()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c456 int go_over_pts, max_pts; in pm3d_plot() local
660 go_over_pts = up_to; in pm3d_plot()
663 go_over_pts = max_pts - 1; in pm3d_plot()
679 for (j = 0; j < go_over_pts; j++) { in pm3d_plot()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c456 int go_over_pts, max_pts; in pm3d_plot() local
660 go_over_pts = up_to; in pm3d_plot()
663 go_over_pts = max_pts - 1; in pm3d_plot()
679 for (j = 0; j < go_over_pts; j++) { in pm3d_plot()