Home
last modified time | relevance | path

Searched refs:P2y (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp1570 …,3.0) - 336*P0y*P2y*pow(Q2x,2.0)*pow(sp,3.0) + 252*P0y*P2y*pow(Q3x,2.0)*pow(sp,2.0) - 264*P0y*P3y*… in calcBezierPointDeletionRetainingShapeFactors()
1572 …336*P1y*P2y*pow(Q2x,2.0)*pow(sp,3.0) - 252*P1y*P2y*pow(Q3x,2.0)*pow(sp,2.0) + 264*P1y*P3y*pow(Q2x,… in calcBezierPointDeletionRetainingShapeFactors()
1573P2y*pow(Q2x,2.0)*pow(sp,4.0) + 336*P1y*P2y*pow(Q3x,2.0)*pow(sp,3.0) - 120*P1y*P3y*pow(Q2x,2.0)*pow… in calcBezierPointDeletionRetainingShapeFactors()
1576 …252*P1y*P2y*pow(Q2y,2.0)*pow(sp,2.0) + 63*P0y*P1y*pow(Q3y,2.0)*pow(sp,4.0) + 210*P0y*P2y*pow(Q2y,2… in calcBezierPointDeletionRetainingShapeFactors()
1577 …,2.0) + 462*P1y*P2y*pow(Q2y,2.0)*pow(sp,3.0) - 252*P1y*P2y*pow(Q3y,2.0)*pow(sp,2.0) + 336*P1y*P3y*… in calcBezierPointDeletionRetainingShapeFactors()
1628 …90*P0x*P2y*Q2x*Q2y*pow(sp,4.0) + 126*P0x*P2y*Q2x*Q3y*pow(sp,3.0) + 126*P0x*P2y*Q3x*Q2y*pow(sp,3.0)… in calcBezierPointDeletionRetainingShapeFactors()
1633 …90*P0x*P2y*Q2x*Q3y*pow(sp,4.0) - 90*P0x*P2y*Q3x*Q2y*pow(sp,4.0) - 126*P0x*P2y*Q3x*Q3y*pow(sp,3.0) … in calcBezierPointDeletionRetainingShapeFactors()
1726P2y*Q3y*pow(sp,4.0) + 120*pow(P0x,2.0)*P3y*Q3y*pow(sp,3.0) + 84*pow(P1x,2.0)*P1y*Q3y*pow(sp,4.0) -… in calcBezierPointDeletionRetainingShapeFactors()
1732P2y*Q2y*pow(sp,4.0) - 420*pow(P0y,2.0)*P2y*Q3y*pow(sp,3.0) - 210*pow(P0y,2.0)*P3y*Q2y*pow(sp,3.0) … in calcBezierPointDeletionRetainingShapeFactors()
1733P2y*Q3y*pow(sp,2.0) + 294*pow(P1y,2.0)*P3y*Q2y*pow(sp,2.0) + 210*pow(P0y,2.0)*P2y*Q3y*pow(sp,4.0) … in calcBezierPointDeletionRetainingShapeFactors()
[all …]
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/opengl/
H A Dtrackball.adb115 P1x, P1y, P2x, P2y : Float)
124 if P1x = P2x and then P1y = P2y then
133 P2 := (P2x, P2y, Project_To_Sphere (TRACKBALLSIZE, P2x, P2y));
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/testgtk/opengl/
H A Dtrackball.adb115 P1x, P1y, P2x, P2y : Float)
124 if P1x = P2x and then P1y = P2y then
133 P2 := (P2x, P2y, Project_To_Sphere (TRACKBALLSIZE, P2x, P2y));
H A Dtrackball.ads11 P1x, P1y, P2x, P2y : Float);
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/sieve/ecm/
H A Dtest_Weierstrass.cpp141 cxx_mpz M, A, P1x, P1y, P1z, P2x, P2y, P2z, PReferencex, PReferencey, PReferencez; in parseLine() local
148 … (mpz_ptr) P2x, (mpz_ptr) P2y, (mpz_ptr) PReferencex, (mpz_ptr) PReferencey) == 8) { in parseLine()
153 (mpz_ptr) P2x, (mpz_ptr) P2y, (mpz_ptr) P2z, in parseLine()
201 !setPoint ( p2, *m, P2x, P2y ) || in parseLine()
212 !setPoint ( p2, *m, P2x, P2y, P2z ) || in parseLine()
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DPrimitivePositioning.cpp312 double P2y(P2.y()) ; in intersectSegments_XY() local
318 double a2 = -(Q2y - P2y) ; in intersectSegments_XY()
320 double c2 = P2x*a2+P2y*b2 ; in intersectSegments_XY()
327 double d1 = a1*(Q2x-P2x)+b1*(Q2y-P2y) ; in intersectSegments_XY()
343 tP1 = (P2y-P1y)/(Q1y-P1y) ; in intersectSegments_XY()
371 else if(P2y != Q2y) in intersectSegments_XY()
372 t2 = (P1y-P2y)/(Q2y-P2y) ; in intersectSegments_XY()
387 t2 = (c1 - a1*P2x - b1*P2y)/d1 ; in intersectSegments_XY()
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DPrimitivePositioning.cpp312 double P2y(P2.y()) ; in intersectSegments_XY() local
318 double a2 = -(Q2y - P2y) ; in intersectSegments_XY()
320 double c2 = P2x*a2+P2y*b2 ; in intersectSegments_XY()
327 double d1 = a1*(Q2x-P2x)+b1*(Q2y-P2y) ; in intersectSegments_XY()
343 tP1 = (P2y-P1y)/(Q1y-P1y) ; in intersectSegments_XY()
371 else if(P2y != Q2y) in intersectSegments_XY()
372 t2 = (P1y-P2y)/(Q2y-P2y) ; in intersectSegments_XY()
387 t2 = (c1 - a1*P2x - b1*P2y)/d1 ; in intersectSegments_XY()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dlorenz.cpp109 float P2x, float P2y, float P2z, in calc_normal() argument
112 (*Nx)= (P1y - P0y) * (P2z - P0z) - (P1z - P0z) * (P2y - P0y); in calc_normal()
114 (*Nz)= (P1x - P0x) * (P2y - P0y) - (P1y - P0y) * (P2x - P0x); in calc_normal()
119 float P2x, float P2y, float P2z) in angle() argument
121 return atan2(distance(P0x,P0y,P0z, P1x, P1y, P1z), distance(P0x,P0y,P0z, P2x, P2y, P2z)); in angle()
151 float P2x, float P2y, float P2z) in distance_to_line() argument
154 return distance(P0x,P0y,P0z, P1x,P1y,P1z)*sin(angle(P0x,P0y,P0z, P1x,P1y,P1z, P2x,P2y,P2z)); in distance_to_line()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-rectangle.c175 #define P2y (line->p2.y) macro
204 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
243 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-rectangle.c175 #define P2y (line->p2.y) macro
204 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
243 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-rectangle.c175 #define P2y (line->p2.y) macro
204 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
243 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-rectangle.c155 #define P2y (line->p2.y) macro
184 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
225 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-rectangle.c175 #define P2y (line->p2.y) macro
204 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
245 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-rectangle.c175 #define P2y (line->p2.y) macro
204 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
245 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-rectangle.c175 #define P2y (line->p2.y) macro
204 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
245 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-rectangle.c175 #define P2y (line->p2.y) macro
204 ylen = P2y - P1y; in _cairo_box_intersects_line_segment()
245 if (P1x == P2x || P1y == P2y) in _cairo_box_intersects_line_segment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfwriter1.cxx1741 const double P2x, const double P2y ) in Impl_addStraightLine() argument
1743 Point aPoint( FRound(P2x), FRound(P2y) ); in Impl_addStraightLine()
1752 const double P2x, const double P2y, in Impl_addQuadBezier() argument
1756 Point aControlPoint( FRound(P2x), FRound(P2y) ); in Impl_addQuadBezier()
1771 const double P2x, const double P2y, in Impl_quadBezierApprox() argument
1778 P4y == 3.0*P3y - 3.0*P2y + P1y ) in Impl_quadBezierApprox()
1801 const double nominator( (P2y-P4y)*(P3x-P4x) - (P2x-P4x)*(P3y-P4y) ); in Impl_quadBezierApprox()
1806 const double IPy( P2y + lambda*( P1y - P2y) ); in Impl_quadBezierApprox()
1840 const double fJ1y( P2y - 1.0/3.0*QP1y - 2.0/3.0*QP2y ); in Impl_quadBezierApprox()
1880 const double fJ1y2( P2y - P1y - 1.0/3.0*(P4y - P1y) ); in Impl_quadBezierApprox()
[all …]
/dports/databases/libgda5/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-utility.c24 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
399 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
415 if ((P1x == P2x) && (P1y == P2y))
420 a = (P1y - P2y) / (P1x - P2x);
427 tmp = P2x; P2x = P2y; P2y = tmp;
428 a = (P1y - P2y) / (P1x - P2x);
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-utility.c24 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
399 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y, in compute_intersect_rect_line() argument
415 if ((P1x == P2x) && (P1y == P2y)) in compute_intersect_rect_line()
420 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
427 tmp = P2x; P2x = P2y; P2y = tmp; in compute_intersect_rect_line()
428 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-utility.c24 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
399 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y, in compute_intersect_rect_line() argument
415 if ((P1x == P2x) && (P1y == P2y)) in compute_intersect_rect_line()
420 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
427 tmp = P2x; P2x = P2y; P2y = tmp; in compute_intersect_rect_line()
428 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-utility.c24 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
399 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y, in compute_intersect_rect_line() argument
415 if ((P1x == P2x) && (P1y == P2y)) in compute_intersect_rect_line()
420 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
427 tmp = P2x; P2x = P2y; P2y = tmp; in compute_intersect_rect_line()
428 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-utility.c24 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y, in unary_f()
399 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
415 if ((P1x == P2x) && (P1y == P2y))
420 a = (P1y - P2y) / (P1x - P2x);
427 tmp = P2x; P2x = P2y; P2y = tmp;
428 a = (P1y - P2y) / (P1x - P2x);
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-utility.c24 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
399 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y, in compute_intersect_rect_line() argument
415 if ((P1x == P2x) && (P1y == P2y)) in compute_intersect_rect_line()
420 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
427 tmp = P2x; P2x = P2y; P2y = tmp; in compute_intersect_rect_line()
428 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-utility.c24 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y,
399 gdouble P1x, gdouble P1y, gdouble P2x, gdouble P2y, in compute_intersect_rect_line() argument
415 if ((P1x == P2x) && (P1y == P2y)) in compute_intersect_rect_line()
420 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
427 tmp = P2x; P2x = P2y; P2y = tmp; in compute_intersect_rect_line()
428 a = (P1y - P2y) / (P1x - P2x); in compute_intersect_rect_line()
/dports/science/fastjet/fastjet-3.3.4/plugins/D0RunIICone/
H A DProtoJet.hpp75 inline float P2y(float* p4vec) { in P2y() function
174 _y = P2y(p); in updateJet()

12