Home
last modified time | relevance | path

Searched defs:plot5 (Results 1 – 19 of 19) sorted by relevance

/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxtraditional14a.adb238 procedure plot5 is subprogram
239 XPTS : constant Integer := 35;
240 YPTS : constant Integer := 46;
242 XSPA : Long_Float := 2.0 / Long_Float(XPTS - 1);
243 YSPA : Long_Float := 2.0 / Long_Float(YPTS - 1);
245 xx, yy : Long_Float;
246 mark : Integer_Array_1D(1 .. 1) := (Others => 1500);
247 space : Integer_Array_1D(1 .. 1) := (Others => 1500);
248 z, w : Real_Matrix(0 .. XPTS -1, 0 .. YPTS - 1);
249 clevel : Real_Vector(0 .. 10) :=
[all …]
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxstandard14a.adb238 procedure plot5 is subprogram
239 XPTS : constant Integer := 35;
240 YPTS : constant Integer := 46;
242 XSPA : Long_Float := 2.0 / Long_Float(XPTS - 1);
243 YSPA : Long_Float := 2.0 / Long_Float(YPTS - 1);
245 xx, yy : Long_Float;
246 mark : Integer_Array_1D(1 .. 1) := (Others => 1500);
247 space : Integer_Array_1D(1 .. 1) := (Others => 1500);
248 z, w : Real_Matrix(0 .. XPTS -1, 0 .. YPTS - 1);
249 clevel : Real_Vector(0 .. 10) :=
[all …]
H A Dxtraditional14a.adb238 procedure plot5 is subprogram
239 XPTS : constant Integer := 35;
240 YPTS : constant Integer := 46;
242 XSPA : Long_Float := 2.0 / Long_Float(XPTS - 1);
243 YSPA : Long_Float := 2.0 / Long_Float(YPTS - 1);
245 xx, yy : Long_Float;
246 mark : Integer_Array_1D(1 .. 1) := (Others => 1500);
247 space : Integer_Array_1D(1 .. 1) := (Others => 1500);
248 z, w : Real_Matrix(0 .. XPTS -1, 0 .. YPTS - 1);
249 clevel : Real_Vector(0 .. 10) :=
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx14f.f90406 subroutine plot5() subroutine
410 integer :: i, j, nptsx, nptsy, xdim, ydim
416 real(kind=pl_test_flt), dimension(xdim,ydim) :: z, w local
417 real(kind=pl_test_flt), dimension(11) :: clevel
418 real(kind=pl_test_flt) :: xx, yy
419 real(kind=pl_test_flt), dimension(6) :: tr
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx14f.f90406 subroutine plot5() subroutine
410 integer :: i, j, nptsx, nptsy, xdim, ydim
416 real(kind=pl_test_flt), dimension(xdim,ydim) :: z, w local
417 real(kind=pl_test_flt), dimension(11) :: clevel
418 real(kind=pl_test_flt) :: xx, yy
419 real(kind=pl_test_flt), dimension(6) :: tr
/dports/lang/gcc10/gcc-10.3.0/libgfortran/generated/
H A Dminloc0_4_i2.c221 if (unlikely (compile_options.bounds_check)) in plot5()
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx14.lua220 function plot5() function
/dports/math/plplot-ada/plplot-5.15.0/examples/ocaml/
H A Dx14.ml184 let plot5 () = function
/dports/math/plplot/plplot-5.15.0/examples/ocaml/
H A Dx14.ml184 let plot5 () = function
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx14.py298 def plot5(w): function
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx14.py298 def plot5(w): function
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx14c.m327 function plot5() function
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx14d.d335 public void plot5() in plot5() function
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx14c.c397 plot5( void ) in plot5() function
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx14c.c397 plot5( void ) in plot5() function
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx14.java368 void plot5( PLStream pls ) in plot5() method in x14
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx14.java368 void plot5( PLStream pls ) in plot5() method in x14
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx14.cc402 void x14::plot5( plstream *pls ) in plot5() function in x14
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx14.cc402 void x14::plot5( plstream *pls ) in plot5() function in x14