Home
last modified time | relevance | path

Searched refs:sh_color (Results 1 – 25 of 70) 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
95 sh_color := 7.0;
106 sh_cmap, sh_color, sh_width,
122 shade_min, shade_max, sh_color : Long_Float; variable
161 sh_color := Long_Float(i + 6);
169 sh_cmap, sh_color, sh_width,
H A Dxstandard15a.adb82 shade_min, shade_max, sh_color : Long_Float;
95 sh_color := 7.0;
106 sh_cmap, sh_color, sh_width,
122 shade_min, shade_max, sh_color : Long_Float;
161 sh_color := Long_Float(i + 6);
169 sh_cmap, sh_color, sh_width,
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxtraditional15a.adb82 shade_min, shade_max, sh_color : Long_Float; variable
95 sh_color := 7.0;
106 sh_cmap, sh_color, sh_width,
122 shade_min, shade_max, sh_color : Long_Float; variable
161 sh_color := Long_Float(i + 6);
169 sh_cmap, sh_color, sh_width,
H A Dxstandard15a.adb82 shade_min, shade_max, sh_color : Long_Float; variable
95 sh_color := 7.0;
106 sh_cmap, sh_color, sh_width,
122 shade_min, shade_max, sh_color : Long_Float; variable
161 sh_color := Long_Float(i + 6);
169 sh_cmap, sh_color, sh_width,
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx15c.c169 PLFLT shade_min, shade_max, sh_color; in plot1() local
182 sh_color = 7; in plot1()
192 sh_cmap, sh_color, sh_width, in plot1()
212 PLFLT shade_min, shade_max, sh_color; in plot2() local
238 sh_color = i + 6; in plot2()
243 sh_cmap, sh_color, sh_width, 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
182 sh_color = 7; in plot1()
192 sh_cmap, sh_color, sh_width, in plot1()
212 PLFLT shade_min, shade_max, sh_color; in plot2() local
238 sh_color = i + 6; in plot2()
243 sh_cmap, sh_color, sh_width, 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
119 sh_color = 7; in plot1()
130 sh_cmap, sh_color, sh_width, in plot1()
145 PLFLT shade_min, shade_max, sh_color; in plot2() local
171 sh_color = i + 6; in plot2()
176 sh_cmap, sh_color, sh_width, in plot2()
H A Dx01cc.cc236 PLFLT shade_min, shade_max, sh_color; in plot2() local
247 sh_color = i / (PLFLT) ( NCONTR - 1 ); in plot2()
252 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
274 sh_color = i / (PLFLT) ( NCONTR - 1 ); in plot2()
279 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
329 sh_color = i / (PLFLT) ( NCONTR - 1 ); 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
137 sh_color = 7; in plot1()
148 sh_cmap, sh_color, sh_width, in plot1()
163 double shade_min, shade_max, sh_color; in plot2() local
186 sh_color = i + 6; in plot2()
191 sh_cmap, sh_color, sh_width, 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
119 sh_color = 7; in plot1()
130 sh_cmap, sh_color, sh_width, in plot1()
145 PLFLT shade_min, shade_max, sh_color; in plot2() local
171 sh_color = i + 6; in plot2()
176 sh_cmap, sh_color, sh_width, in plot2()
H A Dx01cc.cc236 PLFLT shade_min, shade_max, sh_color; in plot2() local
247 sh_color = i / (PLFLT) ( NCONTR - 1 ); in plot2()
252 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
274 sh_color = i / (PLFLT) ( NCONTR - 1 ); in plot2()
279 shade_min, shade_max, sh_cmap, sh_color, sh_width, in plot2()
329 sh_color = i / (PLFLT) ( NCONTR - 1 ); 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
137 sh_color = 7; in plot1()
148 sh_cmap, sh_color, sh_width, in plot1()
163 double shade_min, shade_max, sh_color; in plot2() local
186 sh_color = i + 6; in plot2()
191 sh_cmap, sh_color, sh_width, 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
259 sh_color = 7
272 sh_cmap, sh_color, sh_width, &
281 sh_cmap, sh_color, sh_width, &
287 sh_cmap, sh_color, sh_width, &
293 sh_cmap, sh_color, sh_width, &
318 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
350 sh_color = i+5
355 sh_cmap, sh_color, sh_width, &
H A Dx16af.f9073 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
109 sh_color = real(i - 1,kind=pl_test_flt) / real(NCONTR - 1,kind=pl_test_flt)
115 sh_cmap, sh_color, sh_width, &
148 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
255 sh_color = real(i - 1,kind=pl_test_flt) / real(NCONTR - 1,kind=pl_test_flt)
262 sh_cmap, sh_color, sh_width, &
/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
259 sh_color = 7
272 sh_cmap, sh_color, sh_width, &
281 sh_cmap, sh_color, sh_width, &
287 sh_cmap, sh_color, sh_width, &
293 sh_cmap, sh_color, sh_width, &
318 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
350 sh_color = i+5
355 sh_cmap, sh_color, sh_width, &
H A Dx16af.f9073 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
109 sh_color = real(i - 1,kind=pl_test_flt) / real(NCONTR - 1,kind=pl_test_flt)
115 sh_cmap, sh_color, sh_width, &
148 real(kind=pl_test_flt) shade_min, shade_max, sh_color local
255 sh_color = real(i - 1,kind=pl_test_flt) / real(NCONTR - 1,kind=pl_test_flt)
262 sh_cmap, sh_color, sh_width, &
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx15.py62 sh_color = 7
74 shade_min, shade_max, sh_cmap, sh_color, sh_width,
109 sh_color = i+6
116 shade_min, shade_max, sh_cmap, sh_color, sh_width,
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx15.py62 sh_color = 7
74 shade_min, shade_max, sh_cmap, sh_color, sh_width,
109 sh_color = i+6
116 shade_min, shade_max, sh_cmap, sh_color, sh_width,
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx15.lua88 sh_color = 7
96 pl.shade(z, -1, 1, -1, 1, shade_min, shade_max, sh_cmap, sh_color, sh_width,
136 sh_color = i+5
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.lua88 sh_color = 7
96 pl.shade(z, -1, 1, -1, 1, shade_min, shade_max, sh_cmap, sh_color, sh_width,
136 sh_color = i+5
139 pl.shade(z, -1, 1, -1, 1, shade_min, shade_max, sh_cmap, sh_color, sh_width,
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplshade.c179 PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width,
339 sh_cmap, sh_color, sh_width, in plshade_null()
366 sh_cmap, sh_color, sh_width, in c_plshade()
402 sh_cmap, sh_color, sh_width, in c_plshade1()
421 PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width, in plfshade() argument
451 PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width, in plfshade1() argument
462 sh_cmap, sh_color, sh_width, in plfshade1()
555 plcol0( (PLINT) sh_color ); in plshade_int()
558 plcol1( sh_color ); in plshade_int()
819 plcol0( (PLINT) sh_color ); in plshade_int()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dplshade.c179 PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width,
339 sh_cmap, sh_color, sh_width, in plshade_null()
366 sh_cmap, sh_color, sh_width, in c_plshade()
402 sh_cmap, sh_color, sh_width, in c_plshade1()
421 PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width, in plfshade() argument
451 PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width, in plfshade1() argument
462 sh_cmap, sh_color, sh_width, in plfshade1()
555 plcol0( (PLINT) sh_color ); in plshade_int()
558 plcol1( sh_color ); in plshade_int()
819 plcol0( (PLINT) sh_color ); in plshade_int()
[all …]
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx15d.d120 PLFLT sh_color = 7; in plot1() local
131 sh_cmap, sh_color, sh_width, in plot1()
171 PLFLT sh_color = i + 6; in plot2() local
176 sh_cmap, sh_color, sh_width, in plot2()
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx15d.d120 PLFLT sh_color = 7;
131 sh_cmap, sh_color, sh_width,
171 PLFLT sh_color = i + 6;
176 sh_cmap, sh_color, sh_width,
/dports/math/plplot/plplot-5.15.0/examples/ocaml/
H A Dx15.ml58 let sh_color = 7.0 in
69 sh_cmap sh_color sh_width
117 let sh_color = float_of_int (i + 6) in
123 sh_cmap sh_color sh_width

123