Home
last modified time | relevance | path

Searched refs:yerr2 (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/F2003_custom/
H A Dark_analytic_complex_f2003.f90132 real(c_double) :: tcur(1), tout, dTout, yerr, yerrI, yerr2 variable
172 yerr2 = 0.d0
189 yerr2 = yerr2 + yerr**2
198 yerr2 = dsqrt( yerr2 / Nt )
203 print '(2(a,es9.2))', " Error: max = ", yerrI, ", rms = ", yerr2
/dports/math/sundials/sundials-5.7.0/examples/arkode/F2003_custom/
H A Dark_analytic_complex_f2003.f90132 real(c_double) :: tcur(1), tout, dTout, yerr, yerrI, yerr2 variable
172 yerr2 = 0.d0
189 yerr2 = yerr2 + yerr**2
198 yerr2 = dsqrt( yerr2 / Nt )
203 print '(2(a,es9.2))', " Error: max = ", yerrI, ", rms = ", yerr2
/dports/multimedia/mpeg_play/mpeg_play/
H A Dfs2fast.c136 static int *yerr2; local
151 yerr2 = (int *) malloc((w+5)*sizeof(int));
162 memset ((char *)yerr2, 0, (w+5)*sizeof(int));
173 ye2 = yerr2;
262 ye2 = yerr2+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()
107 yerr2[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()
107 yerr2[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[];
85 yerr2 = new double[npts];
101 yerr2[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
85 yerr2 = new double[npts]; in plot1()
101 yerr2[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.lua37 yerr2 = {}
54 yerr2[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
74 yerr2(i) := y(i) + 0.1;
103 plerry(x, yerr1, yerr2);
H A Dxstandard29a.adb54 xerr1, xerr2, yerr1, yerr2 : Real_Vector(0 .. 72); variable
74 yerr2(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
74 yerr2(i) := y(i) + 0.1;
103 plerry(x, yerr1, yerr2);
H A Dxstandard29a.adb54 xerr1, xerr2, yerr1, yerr2 : Real_Vector(0 .. 72); variable
74 yerr2(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.lua37 yerr2 = {}
54 yerr2[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
104 yerr2[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];
104 yerr2[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
89 yerr2(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
89 yerr2(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
112 yerr2[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.tcl62 matrix yerr2 f $npts
78 yerr2 $i = [expr {$yy + 0.1}]
105 $w cmd plerry x yerr1 yerr2
/dports/math/plplot/plplot-5.15.0/examples/tcl/
H A Dx29.tcl62 matrix yerr2 f $npts
78 yerr2 $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
112 yerr2[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.py76 yerr2 = y+0.1
101 w.plerry(x,yerr1,yerr2)
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx29.py76 yerr2 = y+0.1
101 w.plerry(x,yerr1,yerr2)
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx29c.m64 yerr2 = y+0.1; variable
91 plerry(x', yerr1', yerr2');
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx29c.m64 yerr2 = y+0.1; variable
91 plerry(x', yerr1', yerr2');

12