Home
last modified time | relevance | path

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

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c896 bl_point[i1][0].c = in pm3d_plot()
905 bl_point[i1][j1].x = in pm3d_plot()
906 ((bl_point[i1][interp_j].x - bl_point[i1][0].x) / interp_j) * in pm3d_plot()
908 bl_point[i1][j1].y = in pm3d_plot()
909 ((bl_point[i1][interp_j].y - bl_point[i1][0].y) / interp_j) * in pm3d_plot()
911 bl_point[i1][j1].z = 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()
1051 if (bl_point) { in pm3d_plot()
1053 free(bl_point[i1]); in pm3d_plot()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c879 bl_point[i1][0].c = in pm3d_plot()
888 bl_point[i1][j1].x = in pm3d_plot()
889 ((bl_point[i1][interp_j].x - bl_point[i1][0].x) / interp_j) * in pm3d_plot()
891 bl_point[i1][j1].y = in pm3d_plot()
892 ((bl_point[i1][interp_j].y - bl_point[i1][0].y) / interp_j) * in pm3d_plot()
894 bl_point[i1][j1].z = 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()
1056 if (bl_point) { in pm3d_plot()
1058 free(bl_point[i1]); in pm3d_plot()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c879 bl_point[i1][0].c = in pm3d_plot()
888 bl_point[i1][j1].x = in pm3d_plot()
889 ((bl_point[i1][interp_j].x - bl_point[i1][0].x) / interp_j) * in pm3d_plot()
891 bl_point[i1][j1].y = in pm3d_plot()
892 ((bl_point[i1][interp_j].y - bl_point[i1][0].y) / interp_j) * in pm3d_plot()
894 bl_point[i1][j1].z = 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()
1056 if (bl_point) { in pm3d_plot()
1058 free(bl_point[i1]); in pm3d_plot()
[all …]