Home
last modified time | relevance | path

Searched refs:yerr1 (Results 1 – 25 of 28) sorted by relevance

12

/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dimagetoraster.c186 yerr1; /* Bottom Y error value */ in main() local
1455 yerr0, yerr1, r0, r1); in main()
1460 yerr0, yerr1, r0, r1); in main()
1465 yerr0, yerr1, r0, r1); in main()
1472 yerr0, yerr1, r0, r1); in main()
1476 yerr0, yerr1, r0, r1); in main()
1480 yerr0, yerr1, r0, r1); in main()
1484 yerr0, yerr1, r0, r1); in main()
1524 yerr1 -= z->ymod; in main()
1525 if (yerr1 <= 0) in main()
[all …]
/dports/multimedia/mpeg_play/mpeg_play/
H A Dfs2fast.c135 static int *yerr1; local
150 yerr1 = (int *) malloc((w+5)*sizeof(int));
161 memset ((char *)yerr1, 0, (w+5)*sizeof(int));
170 ye1 = yerr1;
259 ye1 = yerr1+w-1;
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx29d.d74 private PLFLT[] xerr1, xerr2, yerr1, yerr2; variable
80 yerr1.length = yerr2.length = size; in resizeArrays()
106 yerr1[i] = y[i] - 0.1; in page1()
137 plerry( x, yerr1, yerr2 ); in page1()
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx29d.d74 private PLFLT[] xerr1, xerr2, yerr1, yerr2; variable
80 yerr1.length = yerr2.length = size; in resizeArrays()
106 yerr1[i] = y[i] - 0.1; in page1()
137 plerry( x, yerr1, yerr2 ); in page1()
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx29.java75 double x[], y[], xerr1[], xerr2[], yerr1[], yerr2[];
84 yerr1 = new double[npts];
100 yerr1[i] = y[i] - 0.1;
129 pls.erry( x, yerr1, yerr2 );
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx29.java75 double x[], y[], xerr1[], xerr2[], yerr1[], yerr2[]; in plot1() local
84 yerr1 = new double[npts]; in plot1()
100 yerr1[i] = y[i] - 0.1; in plot1()
129 pls.erry( x, yerr1, yerr2 ); in plot1()
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx29.lua36 yerr1 = {}
53 yerr1[i] = y[i]-0.1
82 pl.erry(x, yerr1, yerr2)
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxtraditional29a.adb54 xerr1, xerr2, yerr1, yerr2 : Real_Vector(0 .. 72); variable
73 yerr1(i) := y(i) - 0.1;
103 plerry(x, yerr1, yerr2);
H A Dxstandard29a.adb54 xerr1, xerr2, yerr1, yerr2 : Real_Vector(0 .. 72); variable
73 yerr1(i) := y(i) - 0.1;
103 Draw_Error_Bars_Y(x, yerr1, yerr2);
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxtraditional29a.adb54 xerr1, xerr2, yerr1, yerr2 : Real_Vector(0 .. 72); variable
73 yerr1(i) := y(i) - 0.1;
103 plerry(x, yerr1, yerr2);
H A Dxstandard29a.adb54 xerr1, xerr2, yerr1, yerr2 : Real_Vector(0 .. 72); variable
73 yerr1(i) := y(i) - 0.1;
103 Draw_Error_Bars_Y(x, yerr1, yerr2);
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx29.lua36 yerr1 = {}
53 yerr1[i] = y[i]-0.1
82 pl.erry(x, yerr1, yerr2)
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx29c.c26 static PLFLT xerr1[365], xerr2[365], yerr1[365], yerr2[365]; variable
103 yerr1[i] = y[i] - 0.1; in plot1()
132 plerry( npts, x, yerr1, yerr2 ); in plot1()
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx29c.c26 static PLFLT xerr1[365], xerr2[365], yerr1[365], yerr2[365];
103 yerr1[i] = y[i] - 0.1;
132 plerry( npts, x, yerr1, yerr2 );
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx29f.f9043 real(kind=pl_test_flt), dimension(365) :: x, y, xerr1, xerr2, yerr1, yerr2 variable
88 yerr1(i) = y(i)-0.1_pl_test_flt
119 call plerry(x(1:npts), yerr1(1:npts), yerr2(1:npts))
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx29f.f9043 real(kind=pl_test_flt), dimension(365) :: x, y, xerr1, xerr2, yerr1, yerr2 variable
88 yerr1(i) = y(i)-0.1_pl_test_flt
119 call plerry(x(1:npts), yerr1(1:npts), yerr2(1:npts))
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx29.cc38 PLFLT xerr1[365], xerr2[365], yerr1[365], yerr2[365]; member in x29
111 yerr1[i] = y[i] - 0.1; in plot1()
140 pls->erry( npts, x, yerr1, yerr2 ); in plot1()
/dports/math/plplot-ada/plplot-5.15.0/examples/tcl/
H A Dx29.tcl61 matrix yerr1 f $npts
77 yerr1 $i = [expr {$yy - 0.1}]
105 $w cmd plerry x yerr1 yerr2
/dports/math/plplot/plplot-5.15.0/examples/tcl/
H A Dx29.tcl61 matrix yerr1 f $npts
77 yerr1 $i = [expr {$yy - 0.1}]
105 $w cmd plerry x yerr1 yerr2
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx29.cc38 PLFLT xerr1[365], xerr2[365], yerr1[365], yerr2[365]; member in x29
111 yerr1[i] = y[i] - 0.1; in plot1()
140 pls->erry( npts, x, yerr1, yerr2 ); in plot1()
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx29.py75 yerr1 = y-0.1
101 w.plerry(x,yerr1,yerr2)
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx29.py75 yerr1 = y-0.1
101 w.plerry(x,yerr1,yerr2)
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx29c.m63 yerr1 = y-0.1; variable
91 plerry(x', yerr1', yerr2');
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx29c.m63 yerr1 = y-0.1; variable
91 plerry(x', yerr1', yerr2');
/dports/math/plplot-ada/plplot-5.15.0/examples/ocaml/
H A Dx29.ml54 let yerr1 = Array.map (fun yi -> yi -. 0.1) y in
83 plerry x yerr1 yerr2;

12