Home
last modified time | relevance | path

Searched refs:shade_min (Results 1 – 25 of 68) sorted by relevance

123

/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxtraditional15a.adb82 shade_min, shade_max, sh_color : Long_Float; variable
93 shade_min := zmin + (zmax-zmin) * 0.4;
105 shade_min, shade_max,
122 shade_min, shade_max, sh_color : Long_Float; variable
159 shade_min := zmin + (zmax - zmin) * Long_Float(i) / 10.0;
168 shade_min, shade_max,
H A Dxstandard15a.adb82 shade_min, shade_max, sh_color : Long_Float;
93 shade_min := zmin + (zmax-zmin) * 0.4;
105 shade_min, shade_max,
122 shade_min, shade_max, sh_color : Long_Float;
159 shade_min := zmin + (zmax - zmin) * Long_Float(i) / 10.0;
168 shade_min, shade_max,
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxtraditional15a.adb82 shade_min, shade_max, sh_color : Long_Float; variable
93 shade_min := zmin + (zmax-zmin) * 0.4;
105 shade_min, shade_max,
122 shade_min, shade_max, sh_color : Long_Float; variable
159 shade_min := zmin + (zmax - zmin) * Long_Float(i) / 10.0;
168 shade_min, shade_max,
H A Dxstandard15a.adb82 shade_min, shade_max, sh_color : Long_Float; variable
93 shade_min := zmin + (zmax-zmin) * 0.4;
105 shade_min, shade_max,
122 shade_min, shade_max, sh_color : Long_Float; variable
159 shade_min := zmin + (zmax - zmin) * Long_Float(i) / 10.0;
168 shade_min, shade_max,
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx15c.c169 PLFLT shade_min, shade_max, sh_color; in plot1() local
180 shade_min = zmin + ( zmax - zmin ) * 0.4; in plot1()
191 shade_min, shade_max, in plot1()
212 PLFLT shade_min, shade_max, sh_color; in plot2() local
236 shade_min = zmin + ( zmax - zmin ) * i / 10.0; in plot2()
242 shade_min, shade_max, in plot2()
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx15c.c169 PLFLT shade_min, shade_max, sh_color; in plot1() local
180 shade_min = zmin + ( zmax - zmin ) * 0.4; in plot1()
191 shade_min, shade_max, in plot1()
212 PLFLT shade_min, shade_max, sh_color; in plot2() local
236 shade_min = zmin + ( zmax - zmin ) * i / 10.0; in plot2()
242 shade_min, shade_max, in plot2()
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx15.cc105 PLFLT shade_min, shade_max, sh_color; in plot1() local
117 shade_min = zmin + ( zmax - zmin ) * 0.4; in plot1()
129 shade_min, shade_max, in plot1()
145 PLFLT shade_min, shade_max, sh_color; in plot2() local
169 shade_min = zmin + ( zmax - zmin ) * i / 10.0; in plot2()
175 shade_min, shade_max, in plot2()
H A Dx01cc.cc236 PLFLT shade_min, shade_max, sh_color; in plot2() local
245 shade_min = zmin + ( zmax - zmin ) * i / (PLFLT) NCONTR; in plot2()
252 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
272 shade_min = zmin + ( zmax - zmin ) * i / (PLFLT) NCONTR; in plot2()
279 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
327 shade_min = zmin + ( zmax - zmin ) * i / (PLFLT) NCONTR; in plot2()
334 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx15.java124 double shade_min, shade_max, sh_color; in plot1() local
135 shade_min = zmin + ( zmax - zmin ) * 0.4; in plot1()
147 shade_min, shade_max, in plot1()
163 double shade_min, shade_max, sh_color; in plot2() local
184 shade_min = zmin + ( zmax - zmin ) * i / 10.0; in plot2()
190 shade_min, shade_max, in plot2()
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx15.cc105 PLFLT shade_min, shade_max, sh_color; in plot1() local
117 shade_min = zmin + ( zmax - zmin ) * 0.4; in plot1()
129 shade_min, shade_max, in plot1()
145 PLFLT shade_min, shade_max, sh_color; in plot2() local
169 shade_min = zmin + ( zmax - zmin ) * i / 10.0; in plot2()
175 shade_min, shade_max, in plot2()
H A Dx01cc.cc236 PLFLT shade_min, shade_max, sh_color; in plot2() local
245 shade_min = zmin + ( zmax - zmin ) * i / (PLFLT) NCONTR; in plot2()
252 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
272 shade_min = zmin + ( zmax - zmin ) * i / (PLFLT) NCONTR; in plot2()
279 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
327 shade_min = zmin + ( zmax - zmin ) * i / (PLFLT) NCONTR; in plot2()
334 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx15.java124 double shade_min, shade_max, sh_color; in plot1() local
135 shade_min = zmin + ( zmax - zmin ) * 0.4; in plot1()
147 shade_min, shade_max, in plot1()
163 double shade_min, shade_max, sh_color; in plot2() local
184 shade_min = zmin + ( zmax - zmin ) * i / 10.0; in plot2()
190 shade_min, shade_max, in plot2()
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx15f.f90239 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
257 shade_min = zmin + (zmax-zmin)*0.4_pl_test_flt
271 shade_min, shade_max, &
280 shade_min, shade_max, &
286 shade_min, shade_max, &
292 shade_min, shade_max, &
318 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
348 shade_min = zmin + (zmax - zmin) * (i-1) / 10.0_pl_test_flt
354 shade_min, shade_max, &
H A Dx16af.f9073 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
105 shade_min = zmin + (zmax - zmin) * real(i - 1,kind=pl_test_flt) / &
114 shade_min, shade_max, &
148 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
251 shade_min = zmin + (zmax - zmin) * real(i - 1,kind=pl_test_flt) / &
261 shade_min, shade_max, &
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx15f.f90239 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
257 shade_min = zmin + (zmax-zmin)*0.4_pl_test_flt
271 shade_min, shade_max, &
280 shade_min, shade_max, &
286 shade_min, shade_max, &
292 shade_min, shade_max, &
318 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
348 shade_min = zmin + (zmax - zmin) * (i-1) / 10.0_pl_test_flt
354 shade_min, shade_max, &
H A Dx16af.f9073 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
105 shade_min = zmin + (zmax - zmin) * real(i - 1,kind=pl_test_flt) / &
114 shade_min, shade_max, &
148 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
251 shade_min = zmin + (zmax - zmin) * real(i - 1,kind=pl_test_flt) / &
261 shade_min, shade_max, &
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx15.py59 shade_min = zmin + (zmax-zmin)*0.4
74 shade_min, shade_max, sh_cmap, sh_color, sh_width,
107 shade_min = zmin + (zmax - zmin) * i / 10.0
116 shade_min, shade_max, sh_cmap, sh_color, sh_width,
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx15.py59 shade_min = zmin + (zmax-zmin)*0.4
74 shade_min, shade_max, sh_cmap, sh_color, sh_width,
107 shade_min = zmin + (zmax - zmin) * i / 10.0
116 shade_min, shade_max, sh_cmap, sh_color, sh_width,
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplshade.c178 PLFLT shade_min, PLFLT shade_max,
253 PLFLT shade_min, shade_max, shade_color; in plfshades() local
264 shade_min = clevel[i]; in plfshades()
274 shade_min, shade_max, in plfshades()
328 PLFLT shade_min, PLFLT shade_max, in plshade_null() argument
420 PLFLT shade_min, PLFLT shade_max, in plfshade() argument
450 PLFLT shade_min, PLFLT shade_max, in plfshade1() argument
503 PLFLT shade_min, PLFLT shade_max, in plshade_int() argument
530 if ( shade_min >= shade_max ) in plshade_int()
539 int_val = shade_max - shade_min; in plshade_int()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dplshade.c178 PLFLT shade_min, PLFLT shade_max,
253 PLFLT shade_min, shade_max, shade_color; in plfshades() local
264 shade_min = clevel[i]; in plfshades()
274 shade_min, shade_max, in plfshades()
328 PLFLT shade_min, PLFLT shade_max, in plshade_null() argument
420 PLFLT shade_min, PLFLT shade_max, in plfshade() argument
450 PLFLT shade_min, PLFLT shade_max, in plfshade1() argument
503 PLFLT shade_min, PLFLT shade_max, in plshade_int() argument
530 if ( shade_min >= shade_max ) in plshade_int()
539 int_val = shade_max - shade_min; in plshade_int()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx15.lua86 shade_min = zmin + (zmax-zmin)*0.4
96 pl.shade(z, -1, 1, -1, 1, shade_min, shade_max, sh_cmap, sh_color, sh_width,
134 shade_min = zmin + (zmax - zmin) * (i-1)/10
139 pl.shade(z, -1, 1, -1, 1, shade_min, shade_max, sh_cmap, sh_color, sh_width,
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx15.lua86 shade_min = zmin + (zmax-zmin)*0.4
96 pl.shade(z, -1, 1, -1, 1, shade_min, shade_max, sh_cmap, sh_color, sh_width,
134 shade_min = zmin + (zmax - zmin) * (i-1)/10
139 pl.shade(z, -1, 1, -1, 1, shade_min, shade_max, sh_cmap, sh_color, sh_width,
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplshade.c188 PLFLT shade_min, PLFLT shade_max,
217 PLFLT shade_min, shade_max, shade_color; in c_plshades() local
221 shade_min = clevel[i]; in c_plshades()
231 shade_min, shade_max, in c_plshades()
286 PLFLT shade_min, PLFLT shade_max, in c_plshade() argument
320 PLFLT shade_min, PLFLT shade_max, in c_plshade1() argument
358 PLFLT shade_min, PLFLT shade_max, in plfshade() argument
423 PLFLT shade_min, PLFLT shade_max, in plshade_int() argument
453 if (shade_min >= shade_max) { in plshade_int()
461 int_val = shade_max - shade_min; in plshade_int()
[all …]
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx15d.d118 PLFLT shade_min = zmin + ( zmax - zmin ) * 0.4; in plot1() local
130 shade_min, shade_max, in plot1()
169 PLFLT shade_min = zmin + ( zmax - zmin ) * i / 10.0; in plot2() local
175 shade_min, shade_max, in plot2()
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx15d.d118 PLFLT shade_min = zmin + ( zmax - zmin ) * 0.4;
130 shade_min, shade_max,
169 PLFLT shade_min = zmin + ( zmax - zmin ) * i / 10.0;
175 shade_min, shade_max,

123