Home
last modified time | relevance | path

Searched refs:y1a (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/math/ogdf/OGDF/src/ogdf/basic/
H A DEdgeComparer.cpp55 double x1a, x1b, x2a, x2b, y1a, y1b, y2a, y2b; in compare() local
70 y1a = m_AG->y(s1); in compare()
75 OGDF_ASSERT(!((!OGDF_GEOM_ET.equal(x1a,x2a)) && (!(OGDF_GEOM_ET.equal(y1a,y2a)))) || (s1 != s2)); in compare()
122 while ( (x1b == x2b) && (y1b == y2b) && (x1a == x2a) && (y1a == y2a) ) in compare()
167 dy1 = y1b - y1a; in compare()
179 f << "Resultat: "<<-orientation(DPoint(x1a, y1a), in compare()
241 DPoint dp1a(x1a, y1a); in compare()
258 fout << "Knoten an Position "<<x1a<<"/"<<y1a<<"\n\n"; in compare()
273 return orientation(DPoint(x1a, y1a), DPoint(x1b, y1b), DPoint(x2b, y2b)); in compare()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dpbm.c107 plD_line_pbm(PLStream *pls, short x1a, short y1a, short x2a, short y2a)
116 dy = y2a - y1a;
122 y_off = y1a + 0.5;
150 plD_line_pbm(PLStream *pls, short x1a, short y1a, short x2a, short y2a)
155 y = y1a;
158 dy = ABS(y2a - y1a);
160 s2 = sign(y2a - y1a);
194 plD_line_pbm(PLStream *pls, short x1a, short y1a, short x2a, short y2a) in plD_line_pbm() argument
197 int xx1 = x1a, yy1 = y1a, xx2 = x2a, yy2 = y2a; in plD_line_pbm()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Ddeprecated_wxwidgets_dc.cpp83 void wxPLDevDC::DrawLine( short x1a, short y1a, short x2a, short y2a ) in DrawLine() argument
85 x1a = (short) ( x1a / scalex ); y1a = (short) ( height - y1a / scaley ); in DrawLine()
88 m_dc->DrawLine( (wxCoord) x1a, (wxCoord) y1a, (wxCoord) x2a, (wxCoord) y2a ); in DrawLine()
90 AddtoClipRegion( (int) x1a, (int) y1a, (int) x2a, (int) y2a ); in DrawLine()
101 wxCoord x1a, y1a, x2a, y2a; in DrawPolyline() local
107 x1a = x2a; y1a = y2a; in DrawPolyline()
111 m_dc->DrawLine( x1a, y1a, x2a, y2a ); in DrawPolyline()
113 AddtoClipRegion( (int) x1a, (int) y1a, (int) x2a, (int) y2a ); in DrawPolyline()
H A Ddeprecated_wxwidgets_gc.cpp75 void wxPLDevGC::DrawLine( short x1a, short y1a, short x2a, short y2a ) in DrawLine() argument
80 wxDouble y1 = height - y1a / scaley; in DrawLine()
113 wxDouble x1a, y1a, x2a, y2a; in ClearBackground() local
120 y1a = 0; in ClearBackground()
122 y1a = height - y1 / scaley; in ClearBackground()
134 m_context->DrawRectangle( x1a, y1a, x2a - x1a, y2a - y1a ); in ClearBackground()
141 AddtoClipRegion( (int) x1a, (int) y1a, (int) x2a, (int) y2a ); in ClearBackground()
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Ddeprecated_wxwidgets_dc.cpp83 void wxPLDevDC::DrawLine( short x1a, short y1a, short x2a, short y2a ) in DrawLine() argument
85 x1a = (short) ( x1a / scalex ); y1a = (short) ( height - y1a / scaley ); in DrawLine()
88 m_dc->DrawLine( (wxCoord) x1a, (wxCoord) y1a, (wxCoord) x2a, (wxCoord) y2a ); in DrawLine()
90 AddtoClipRegion( (int) x1a, (int) y1a, (int) x2a, (int) y2a ); in DrawLine()
101 wxCoord x1a, y1a, x2a, y2a; in DrawPolyline() local
107 x1a = x2a; y1a = y2a; in DrawPolyline()
111 m_dc->DrawLine( x1a, y1a, x2a, y2a ); in DrawPolyline()
113 AddtoClipRegion( (int) x1a, (int) y1a, (int) x2a, (int) y2a ); in DrawPolyline()
H A Ddeprecated_wxwidgets_gc.cpp75 void wxPLDevGC::DrawLine( short x1a, short y1a, short x2a, short y2a )
80 wxDouble y1 = height - y1a / scaley;
113 wxDouble x1a, y1a, x2a, y2a;
120 y1a = 0;
122 y1a = height - y1 / scaley;
134 m_context->DrawRectangle( x1a, y1a, x2a - x1a, y2a - y1a );
141 AddtoClipRegion( (int) x1a, (int) y1a, (int) x2a, (int) y2a );
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pmpostdir/
H A Dpmp.ch177 mp_number x0a, y0a, x1a, y1a, arg1;
182 new_number (y1a);
188 take_scaled (y1a, p0->txy, p0->height);
190 mp_number x0a, y0a, x1a, y1a, arg1, arg2;
195 new_number (y1a);
205 take_scaled (y1a, p0->txy, p0->height);
209 take_scaled (y1a, p0->txx, p0->height);
218 take_scaled (y1a, p0->tyy, p0->height);
225 take_scaled (y1a, p0->tyy, p0->height);
233 take_scaled (y1a, p0->tyx, p0->height);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pmpostdir/
H A Dpmp.ch177 mp_number x0a, y0a, x1a, y1a, arg1;
182 new_number (y1a);
188 take_scaled (y1a, p0->txy, p0->height);
190 mp_number x0a, y0a, x1a, y1a, arg1, arg2;
195 new_number (y1a);
205 take_scaled (y1a, p0->txy, p0->height);
209 take_scaled (y1a, p0->txx, p0->height);
218 take_scaled (y1a, p0->tyy, p0->height);
225 take_scaled (y1a, p0->tyy, p0->height);
233 take_scaled (y1a, p0->tyx, p0->height);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pmpostdir/
H A Dpmp.ch177 mp_number x0a, y0a, x1a, y1a, arg1;
182 new_number (y1a);
188 take_scaled (y1a, p0->txy, p0->height);
190 mp_number x0a, y0a, x1a, y1a, arg1, arg2;
195 new_number (y1a);
205 take_scaled (y1a, p0->txy, p0->height);
209 take_scaled (y1a, p0->txx, p0->height);
218 take_scaled (y1a, p0->tyy, p0->height);
225 take_scaled (y1a, p0->tyy, p0->height);
233 take_scaled (y1a, p0->tyx, p0->height);
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pmpostdir/
H A Dpmp.ch177 mp_number x0a, y0a, x1a, y1a, arg1;
182 new_number (y1a);
188 take_scaled (y1a, p0->txy, p0->height);
190 mp_number x0a, y0a, x1a, y1a, arg1, arg2;
195 new_number (y1a);
205 take_scaled (y1a, p0->txy, p0->height);
209 take_scaled (y1a, p0->txx, p0->height);
218 take_scaled (y1a, p0->tyy, p0->height);
225 take_scaled (y1a, p0->tyy, p0->height);
233 take_scaled (y1a, p0->tyx, p0->height);
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/pmpostdir/
H A Dpmp.ch177 mp_number x0a, y0a, x1a, y1a, arg1;
182 new_number (y1a);
188 take_scaled (y1a, p0->txy, p0->height);
190 mp_number x0a, y0a, x1a, y1a, arg1, arg2;
195 new_number (y1a);
205 take_scaled (y1a, p0->txy, p0->height);
209 take_scaled (y1a, p0->txx, p0->height);
218 take_scaled (y1a, p0->tyy, p0->height);
225 take_scaled (y1a, p0->tyy, p0->height);
233 take_scaled (y1a, p0->tyx, p0->height);
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pmpostdir/
H A Dpmp.ch177 mp_number x0a, y0a, x1a, y1a, arg1;
182 new_number (y1a);
188 take_scaled (y1a, p0->txy, p0->height);
190 mp_number x0a, y0a, x1a, y1a, arg1, arg2;
195 new_number (y1a);
205 take_scaled (y1a, p0->txy, p0->height);
209 take_scaled (y1a, p0->txx, p0->height);
218 take_scaled (y1a, p0->tyy, p0->height);
225 take_scaled (y1a, p0->tyy, p0->height);
233 take_scaled (y1a, p0->tyx, p0->height);
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pmpostdir/
H A Dpmp.ch177 mp_number x0a, y0a, x1a, y1a, arg1;
182 new_number (y1a);
188 take_scaled (y1a, p0->txy, p0->height);
190 mp_number x0a, y0a, x1a, y1a, arg1, arg2;
195 new_number (y1a);
205 take_scaled (y1a, p0->txy, p0->height);
209 take_scaled (y1a, p0->txx, p0->height);
218 take_scaled (y1a, p0->tyy, p0->height);
225 take_scaled (y1a, p0->tyy, p0->height);
233 take_scaled (y1a, p0->tyx, p0->height);
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOANLINE.cpp169 int x1a, y1a, x1b, y1b; in draw_line() local
174 y1a = y1b = y1; in draw_line()
177 y1a = bound_y1; in draw_line()
182 y1a = bound_y2; in draw_line()
223 if( x1a < bound_x1 || x1a > bound_x2 || y1a < bound_y1 || y1a > bound_y2) in draw_line()
238 y1 = y1a; in draw_line()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/core/
H A Dcurves.cpp72 float y1a = b; // 1st influence y in shadows_highlights() local
84 float E = y3a - 3*y2a + 3*y1a - y0a; in shadows_highlights()
85 float F = 3*y2a - 6*y1a + 3*y0a; in shadows_highlights()
86 float G = 3*y1a - 3*y0a; in shadows_highlights()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dmatrix_p.h52 double y1a = src.y1 * m.m10; in blMatrix2DMapBox() local
59 return BLBox(blMin(x0a, x1a) + blMin(y0a, y1a) + m.m20, in blMatrix2DMapBox()
61 blMax(x0a, x1a) + blMax(y0a, y1a) + m.m20, in blMatrix2DMapBox()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dwxdemo.cpp446 int y1a = 6*(y1/6);
457 memdc.DrawText(wxT("e"), x1-x1a, y1-y1a+60-(h-d));
482 dc.DrawBitmap(bm2, x1a/6, y1a/6+HEIGHT/3, true);
493 memdc.DrawText(wxT("m"), x2-x2a, y1-y1a+60-(h-d));
509 dc.DrawBitmap(bm3, x2a/6, y1a/6+HEIGHT/3+20, true);
/dports/graphics/argyllcms/Argyll_V1.9.2/target/
H A Dsimdlat.c932 double *y1a = NULL; in dump_image() local
958 if ((y1a = (double *)malloc(s->nvp * sizeof(double))) == NULL) in dump_image()
972 y1a[nu] = p->v[1]; in dump_image()
977 y1a[nu] = p->p[1]; in dump_image()
986 x1a, y1a, x2a, y2a, nu, DO_WAIT, x3a, y3a, 0); in dump_image()
989 free(y1a); in dump_image()
999 double *y1a = NULL; in dump_image_final() local
1036 y1a[nu] = p->v[1]; in dump_image_final()
1041 y1a[nu] = p->p[1]; in dump_image_final()
1050 x1a, y1a, x2a, y2a, nu, DO_WAIT, x3a, y3a, 0); in dump_image_final()
[all …]
H A Dsimplat.c964 double *y1a = NULL; in dump_image() local
990 if ((y1a = (double *)malloc(s->nvp * sizeof(double))) == NULL) in dump_image()
1004 y1a[nu] = p->v[1]; in dump_image()
1009 y1a[nu] = p->p[1]; in dump_image()
1018 x1a, y1a, x2a, y2a, nu, DO_WAIT, x3a, y3a, 0); in dump_image()
1021 free(y1a); in dump_image()
1031 double *y1a = NULL; in dump_image_final() local
1068 y1a[nu] = p->v[1]; in dump_image_final()
1073 y1a[nu] = p->p[1]; in dump_image_final()
1082 x1a, y1a, x2a, y2a, nu, DO_WAIT, x3a, y3a, 0); in dump_image_final()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dautoclose.cpp389 miny = std::max(std::min({y1a, y2a, y3a}), std::min({y1b, y2b, y3b})); in intersect_triangle()
390 maxy = std::min(std::max({y1a, y2a, y3a}), std::max({y1b, y2b, y3b})); in intersect_triangle()
400 intersect_segment(x1a, y1a, x2a, y2a, i, &xamin); in intersect_triangle()
402 if (intersect_segment(x1a, y1a, x3a, y3a, i, &val)) { in intersect_triangle()
487 int x1a, y1a, x2a, y2a, x3a, y3a, x1b, y1b, x2b, y2b, x3b, y3b; in exploreTwoSpots() local
490 y1a = s0.first.y; in exploreTwoSpots()
497 if (x1a == p0aux.x && y1a == p0aux.y) return 0; in exploreTwoSpots()
500 x2a = tround(x1a + (p0aux.x - x1a) * m_csp - (p0aux.y - y1a) * m_snp); in exploreTwoSpots()
501 y2a = tround(y1a + (p0aux.x - x1a) * m_snp + (p0aux.y - y1a) * m_csp); in exploreTwoSpots()
502 x3a = tround(x1a + (p0aux.x - x1a) * m_csm - (p0aux.y - y1a) * m_snm); in exploreTwoSpots()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dtautoclose.cpp380 miny = tmax(tmin(y1a, y2a, y3a), tmin(y1b, y2b, y3b)); in intersect_triangle()
381 maxy = tmin(tmax(y1a, y2a, y3a), tmax(y1b, y2b, y3b)); in intersect_triangle()
391 intersect_segment(x1a, y1a, x2a, y2a, i, &xamin); in intersect_triangle()
393 if (intersect_segment(x1a, y1a, x3a, y3a, i, &val)) in intersect_triangle()
474 int x1a, y1a, x2a, y2a, x3a, y3a, x1b, y1b, x2b, y2b, x3b, y3b; in exploreTwoSpots() local
477 y1a = s0.first.y; in exploreTwoSpots()
484 if (x1a == p0aux.x && y1a == p0aux.y) return 0; in exploreTwoSpots()
487 x2a = tround(x1a + (p0aux.x - x1a) * m_csp - (p0aux.y - y1a) * m_snp); in exploreTwoSpots()
488 y2a = tround(y1a + (p0aux.x - x1a) * m_snp + (p0aux.y - y1a) * m_csp); in exploreTwoSpots()
489 x3a = tround(x1a + (p0aux.x - x1a) * m_csm - (p0aux.y - y1a) * m_snm); in exploreTwoSpots()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DFilterUGens.cpp629 …LOOP1(inNumSamples, double y0a = ZXP(in); y1a = y0a + b1 * (y1a - y0a); y1b = y1a + b1 * (y1b - y1… in Lag2_next_k()
650 …LOOP1(inNumSamples, double y0a = ZXP(in); y1a = y0a + b1 * (y1a - y0a); y1b = y1a + b1 * (y1b - y1… in Lag2_next_i()
662 y1a = y0a + b1 * (y1a - y0a); in Lag2_next_1_i()
663 y1b = y1a + b1 * (y1b - y1a); in Lag2_next_1_i()
708 } if (y1a > y1b) y1b = y1a + b1u * (y1b - y1a); in Lag2UD_next()
720 } else { y1a = y0a + b1d * (y1a - y0a); } if (y1a > y1b) y1b = y1a + b1u * (y1b - y1a); in Lag2UD_next()
751 …LOOP1(inNumSamples, double y0a = ZXP(in); y1a = y0a + b1 * (y1a - y0a); y1b = y1a + b1 * (y1b - y1… in Lag3_next()
775 y1a = y0a + b1 * (y1a - y0a); in Lag3_next_1_i()
776 y1b = y1a + b1 * (y1b - y1a); in Lag3_next_1_i()
824 …} if (y1a > y1b) { y1b = y1a + b1u * (y1b - y1a); } else { y1b = y1a + b1d * (y1b - y1a); } if (y1… in Lag3UD_next()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dsplines_methods.F99 SUBROUTINE init_spline(spl, dx, y1a, y1b) argument
103 REAL(KIND=dp), INTENT(IN), OPTIONAL :: y1a, y1b local
117 IF (PRESENT(y1a)) THEN
119 ww(1) = 3.0_dp*((spl%y(2) - spl%y(1))/dx - y1a)/dx
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dsplines_methods.F99 SUBROUTINE init_spline(spl, dx, y1a, y1b) argument
103 REAL(KIND=dp), INTENT(IN), OPTIONAL :: y1a, y1b local
117 IF (PRESENT(y1a)) THEN
119 ww(1) = 3.0_dp*((spl%y(2) - spl%y(1))/dx - y1a)/dx
/dports/misc/urh/urh-2.9.2/src/urh/ui/painting/
H A DSelection.py104 y1a, y1b = y1, y2
109 y1a, y1b = min(y1 - spacing, y1 + spacing), max(y1 - spacing, y1 + spacing)
112 if x1a < x < x1b and y1a < y < y1b:

1234567891011