Home
last modified time | relevance | path

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

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c465 int interp_i, interp_j; in pm3d_plot() local
512 interp_j = pm3d.interp_j; in pm3d_plot()
546 if (interp_j <= 0) { in pm3d_plot()
547 ii = (interp_j == 0) ? DEFAULT_OPTIMAL_NB_POINTS : -interp_j; in pm3d_plot()
554 interp_i, interp_j, interp_i*max_scan_pts, interp_j*max_scans); in pm3d_plot()
574 needed_quadrangles *= (interp_j > 1) ? interp_j : 1; in pm3d_plot()
906 ((bl_point[i1][interp_j].x - bl_point[i1][0].x) / interp_j) * in pm3d_plot()
909 ((bl_point[i1][interp_j].y - bl_point[i1][0].y) / interp_j) * in pm3d_plot()
912 ((bl_point[i1][interp_j].z - bl_point[i1][0].z) / interp_j) * in pm3d_plot()
916 ((bl_point[i1][interp_j].c - bl_point[i1][0].c) / interp_j) * in pm3d_plot()
[all …]
H A Dpm3d.h122 int interp_j; /* # of interpolation steps between scanlines */ member
H A Dsave.c880 fprintf(fp, "set pm3d interpolate %d,%d", pm3d.interp_i, pm3d.interp_j); in save_set_all()
H A Dshow.c2512 pm3d.interp_i, pm3d.interp_j); in show_pm3d()
H A Dset.c3948 pm3d.interp_j = int_expression(); in set_pm3d()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c465 int interp_i, interp_j; in pm3d_plot() local
521 interp_j = pm3d.interp_j; in pm3d_plot()
555 if (interp_j <= 0) { in pm3d_plot()
556 ii = (interp_j == 0) ? DEFAULT_OPTIMAL_NB_POINTS : -interp_j; in pm3d_plot()
563 interp_i, interp_j, interp_i*max_scan_pts, interp_j*max_scans); in pm3d_plot()
583 needed_quadrangles *= (interp_j > 1) ? interp_j : 1; in pm3d_plot()
889 ((bl_point[i1][interp_j].x - bl_point[i1][0].x) / interp_j) * in pm3d_plot()
892 ((bl_point[i1][interp_j].y - bl_point[i1][0].y) / interp_j) * in pm3d_plot()
895 ((bl_point[i1][interp_j].z - bl_point[i1][0].z) / interp_j) * in pm3d_plot()
899 ((bl_point[i1][interp_j].c - bl_point[i1][0].c) / interp_j) * in pm3d_plot()
[all …]
H A Dpm3d.h123 int interp_j; /* # of interpolation steps between scanlines */ member
H A Dsave.c913 fprintf(fp, "set pm3d interpolate %d,%d", pm3d.interp_i, pm3d.interp_j); in save_set_all()
H A Dshow.c2538 pm3d.interp_i, pm3d.interp_j); in show_pm3d()
H A Dset.c3971 pm3d.interp_j = int_expression(); in set_pm3d()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c465 int interp_i, interp_j; in pm3d_plot() local
521 interp_j = pm3d.interp_j; in pm3d_plot()
555 if (interp_j <= 0) { in pm3d_plot()
556 ii = (interp_j == 0) ? DEFAULT_OPTIMAL_NB_POINTS : -interp_j; in pm3d_plot()
563 interp_i, interp_j, interp_i*max_scan_pts, interp_j*max_scans); in pm3d_plot()
583 needed_quadrangles *= (interp_j > 1) ? interp_j : 1; in pm3d_plot()
889 ((bl_point[i1][interp_j].x - bl_point[i1][0].x) / interp_j) * in pm3d_plot()
892 ((bl_point[i1][interp_j].y - bl_point[i1][0].y) / interp_j) * in pm3d_plot()
895 ((bl_point[i1][interp_j].z - bl_point[i1][0].z) / interp_j) * in pm3d_plot()
899 ((bl_point[i1][interp_j].c - bl_point[i1][0].c) / interp_j) * in pm3d_plot()
[all …]
H A Dpm3d.h123 int interp_j; /* # of interpolation steps between scanlines */ member
H A Dsave.c913 fprintf(fp, "set pm3d interpolate %d,%d", pm3d.interp_i, pm3d.interp_j); in save_set_all()
H A Dshow.c2538 pm3d.interp_i, pm3d.interp_j); in show_pm3d()
H A Dset.c3971 pm3d.interp_j = int_expression(); in set_pm3d()
/dports/math/py-openTSNE/openTSNE-0.6.1/openTSNE/
H A D_tsne.pyx883 Py_ssize_t box_i, box_j, interp_i, interp_j, idx
890 for interp_j in range(n_interpolation_points):
894 interp_j
916 for interp_j in range(n_interpolation_points):
920 interp_j
1079 Py_ssize_t box_i, box_j, interp_i, interp_j, idx
1086 for interp_j in range(n_interpolation_points):
1090 interp_j
1171 cdef Py_ssize_t box_i, box_j, interp_i, interp_j, idx
1179 for interp_j in range(n_interpolation_points):
[all …]