Home
last modified time | relevance | path

Searched refs:yh1 (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Dstodi.f2 subroutine stodi (neq, y, yh, nyh, yh1, ewt, savf, savr, argument
11 double precision y, yh, yh1, ewt, savf, savr, acor, wm local
18 dimension neq(*), y(*), yh(nyh,*), yh1(*), ewt(*), savf(*),
233 210 yh1(i) = yh1(i) + yh1(i+nyh)
321 440 yh1(i) = yh1(i) - yh1(i+nyh)
382 510 yh1(i) = yh1(i) - yh1(i+nyh)
H A Dstode.f2 subroutine stode (neq, y, yh, nyh, yh1, ewt, savf, acor, argument
12 double precision y, yh, yh1, ewt, savf, acor, wm local
18 dimension neq(*), y(*), yh(nyh,*), yh1(*), ewt(*), savf(*),
227 210 yh1(i) = yh1(i) + yh1(i+nyh)
317 440 yh1(i) = yh1(i) - yh1(i+nyh)
374 510 yh1(i) = yh1(i) - yh1(i+nyh)
H A Dstoda.f2 subroutine stoda (neq, y, yh, nyh, yh1, ewt, savf, acor, argument
14 double precision y, yh, yh1, ewt, savf, acor, wm local
24 dimension neq(*), y(*), yh(nyh,*), yh1(*), ewt(*), savf(*),
248 210 yh1(i) = yh1(i) + yh1(i+nyh)
250 pnorm = vmnorm (n, yh1, ewt)
363 440 yh1(i) = yh1(i) - yh1(i+nyh)
526 510 yh1(i) = yh1(i) - yh1(i+nyh)
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/odepack/
H A Dstoda.f1 subroutine stoda (neq, y, yh, nyh, yh1, ewt, savf, acor, argument
12 double precision y, yh, yh1, ewt, savf, acor, wm, rsav local
21 dimension neq(1), y(1), yh(nyh,*), yh1(1), ewt(1), savf(1),
240 210 yh1(i) = yh1(i) + yh1(i+nyh)
242 pnorm = vmnorm (n, yh1, ewt)
360 440 yh1(i) = yh1(i) - yh1(i+nyh)
524 510 yh1(i) = yh1(i) - yh1(i+nyh)
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp187 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
191 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsOverlap()
199 if (yh1 < yl2) in PolygonsOverlap()
204 yh = (yh1 < yh2) ? yh1 : yh2; in PolygonsOverlap()
H A Dpolymain.cpp632 int xl1, xh1, yl1, yh1; in CompOnePolygon() local
634 p1.get(&xl1, &yl1, &xh1, &yh1); in CompOnePolygon()
644 int xl1, xh1, yl1, yh1; in PolygonsEqual() local
646 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsEqual()
648 return ((xl1 == xl2) && (yl1 == yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/polygon_overlay/
H A Drpolygon.h134 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
138 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsOverlap()
143 if(yh1 < yl2) return false; in PolygonsOverlap()
147 yh = (yh1 < yh2) ? yh1 : yh2; in PolygonsOverlap()
H A Dpolymain.cpp547 int xl1, xh1, yl1, yh1; in CompOnePolygon() local
549 p1.get(&xl1, &yl1, &xh1, &yh1); in CompOnePolygon()
557 int xl1, xh1, yl1, yh1; in PolygonsEqual() local
559 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsEqual()
561 return ((xl1 == xl2) && (yl1==yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/polygon_overlay/
H A Drpolygon.h134 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
138 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsOverlap()
143 if(yh1 < yl2) return false; in PolygonsOverlap()
147 yh = (yh1 < yh2) ? yh1 : yh2; in PolygonsOverlap()
H A Dpolymain.cpp547 int xl1, xh1, yl1, yh1; in CompOnePolygon() local
549 p1.get(&xl1, &yl1, &xh1, &yh1); in CompOnePolygon()
557 int xl1, xh1, yl1, yh1; in PolygonsEqual() local
559 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsEqual()
561 return ((xl1 == xl2) && (yl1==yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/audio/ocp/ocp-0.2.90/stuff/
H A Dpoutput-curses.c494 uint16_t yh1=(height+2)/3; in idrawbar() local
510 for (i=0; i < yh1; i++) in idrawbar()
522 for (i=yh1; i < yh2; i++) in idrawbar()
548 uint16_t yh1=(height+2)/3; in idrawbar() local
558 for (i=0; i<yh1; i++) in idrawbar()
566 for (i=yh1; i<yh2; i++) in idrawbar()
591 uint16_t yh1=(height+2)/3; in drawbar() local
602 for (i=0; i < yh1; i++) in drawbar()
613 for (i=yh1; i < yh2; i++) in drawbar()
643 for (i=0; i<yh1; i++) in drawbar()
[all …]
H A Dpoutput-vcsa.c351 uint16_t yh1=(height+2)/3; in idrawbar() local
352 uint16_t yh2=(height+yh1+1)/2; in idrawbar()
363 for (i=0; i<yh1; i++, scrptr+=plScrRowBytes) in idrawbar()
371 for (i=yh1; i<yh2; i++, scrptr+=plScrRowBytes) in idrawbar()
392 uint16_t yh1=(height+2)/3; in drawbar() local
393 uint16_t yh2=(height+yh1+1)/2; in drawbar()
402 for (i=0; i<yh1; i++, scrptr-=plScrRowBytes) in drawbar()
410 for (i=yh1; i<yh2; i++, scrptr-=plScrRowBytes) in drawbar()
H A Dpoutput-swtext.c707 int yh1, yh2, yh3; in swtext_drawbar() local
717 yh1=(yh+2)/3; in swtext_drawbar()
718 yh2=(yh+yh1+1)/2 - yh1; in swtext_drawbar()
719 yh3=yh-yh1-yh2; in swtext_drawbar()
742 for (i = yh1 * font_height; i > 0; i--) in swtext_drawbar()
788 int yh1, yh2, yh3; in swtext_idrawbar() local
798 yh1=(yh+2)/3; in swtext_idrawbar()
799 yh2=(yh+yh1+1)/2 - yh1; in swtext_idrawbar()
800 yh3=yh-yh1-yh2; in swtext_idrawbar()
823 for (i = yh1 * font_height; i > 0; i--) in swtext_idrawbar()
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_08_clock/
H A D_08_clock.pde25 int yh0, yh1;
60 yh1 = canvasHeight;
115 line (x, yh0, x, yh1);
176 else if ((clickY >= yh0) && (clickY < yh1)){
/dports/graphics/gmt/gmt-6.3.0/doc/scripts/
H A DGMT_vector4.sh34 yh1=$(gmt math -Q 0.5 ${L} 1.5 2.54 DIV SUB $a SIND MUL ADD 1 2.54 DIV $a COSD MUL ADD =)
36 yh2=$(gmt math -Q $yh1 1.5 2.54 DIV $a SIND MUL ADD =)
49 $xh1 $yh1
/dports/math/maxima/maxima-5.43.2/share/odepack/src/
H A Ddstode.lisp20 (defun dstode (neq y yh nyh yh1 ewt savf acor wm iwm f jac pjac slvs)
22 (type (array double-float (*)) wm acor savf ewt yh1 yh y)
200 (setf (f2cl-lib:fref yh1 (i) ((1 *)))
201 (+ (f2cl-lib:fref yh1 (i) ((1 *)))
202 (f2cl-lib:fref yh1
322 (setf (f2cl-lib:fref yh1 (i) ((1 *)))
323 (- (f2cl-lib:fref yh1 (i) ((1 *)))
324 (f2cl-lib:fref yh1
383 (setf (f2cl-lib:fref yh1 (i) ((1 *)))
384 (- (f2cl-lib:fref yh1 (i) ((1 *)))
[all …]
H A Ddstodpk.lisp20 (defun dstodpk (neq y yh nyh yh1 ewt savf savx acor wm iwm f jac psol)
22 (type (array double-float (*)) wm acor savx savf ewt yh1 yh y)
87 (yh1 double-float yh1-%data% yh1-%offset%)
259 (dpkset neq y yh1 ewt acor savf wm iwm f jac)
H A Ddstoka.lisp20 (defun dstoka (neq y yh nyh yh1 ewt savf savx acor wm iwm f jac psol)
22 (type (array double-float (*)) wm acor savx savf ewt yh1 yh y)
92 (yh1 double-float yh1-%data% yh1-%offset%)
285 (dsetpk neq y yh1 ewt acor savf jok wm iwm f jac)
/dports/math/scilab-toolbox-swt/swt/tests/unit_tests/
H A Dupcoef2.dia.ref50 yh1=upcoef2('h',a,'db3');
64 assert_checkalmostequal ( x1 , yh1(5:$-4,5:$-4) , %eps );
148 clear yh1;
160 clear yh1;
H A Dupcoef2.tst58 yh1=upcoef2('h',a,'db3');
73 assert_checkalmostequal ( x1 , yh1(5:$-4,5:$-4) , %eps );
166 clear yh1;
178 clear yh1;
/dports/arabic/libitl/ITL-f8f41cc/hijri/
H A Dumm_alqura.c340 int found, yh1, mh1; in H2G() local
363 yh1 = yh; in H2G()
364 if(mh1 > 12) {mh1 -= 12; yh1++;} in H2G()
365 found = Hsub2G(&tmpdate, mh1, yh1); in H2G()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Dumalquracalendar.cs432 int yh1=0, mh1=0, dh1=0; in ConvertGregorianToHijri()
450 yh1 = index + MinCalendarYear; in ConvertGregorianToHijri()
469 HijriYear = yh1; in ConvertGregorianToHijri()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DUmAlQuraCalendar.cs409 int yh1 = 0, mh1 = 0, dh1 = 0; in ConvertGregorianToHijri()
427 yh1 = index + MinCalendarYear; in ConvertGregorianToHijri()
446 HijriYear = yh1; in ConvertGregorianToHijri()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DUmAlQuraCalendar.cs409 int yh1 = 0, mh1 = 0, dh1 = 0; in ConvertGregorianToHijri()
427 yh1 = index + MinCalendarYear; in ConvertGregorianToHijri()
446 HijriYear = yh1; in ConvertGregorianToHijri()
/dports/finance/R-cran-fBasics/fBasics/R/
H A Dgui-stylizedFacts.R252 yh1 = yh[xh < 0] functionVar
257 plot(log(xh1), log(yh1), type = "p", pch = 19,
277 result = list(breaks = c(xh1, xh2), counts = c(yh1, yh2),

123