Home
last modified time | relevance | path

Searched defs:q2x (Results 1 – 23 of 23) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/algorithm/
H A DIntersectionTest.java53 double q1x, double q1y, double q2x, double q2y, in checkIntersection()
68 double q1x, double q1y, double q2x, double q2y) { in checkIntersectionNull()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dgk_sort.f9043 REAL(DP) :: q2x ! upper bound for |G| local
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/simple/
H A Dgk_sort_limit.f9034 REAL(DP) :: q2x ! upper bound for |G| local
/dports/graphics/geos/geos-3.9.1/src/algorithm/
H A DIntersection.cpp54 double q2x = q2.x - midx; in intersection() local
H A DCGAlgorithmsDD.cpp164 DD q2x(q2.x); in intersection() local
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/
H A DLineSegmentTest.java65 double q1x, double q1y, double q2x, double q2y, in checkLineIntersection()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
228 fixed q2x = this->pole[j + 0].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
228 fixed q2x = this->pole[j + 0].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
229 fixed q2x = self->pole[j + 0].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c1025 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
229 fixed q2x = self->pole[j + 0].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c1025 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
230 fixed q2x = self->pole[j + 0].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c972 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
230 fixed q2x = self->pole[j + 0].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c972 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_affine_coordinates.cxx63 double q2x = a00 * p2.x() + a01 * p2.y() + tx; in test_all() local
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dcollision.c146 int q1x, int q1y, int q2x, int q2y, in in_range_acd()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimptoolhandlegrid.c1149 gdouble q2x, gdouble q2y) in calc_lineintersect_ratio()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dmlab.py3993 def quad2cubic(q0x, q0y, q1x, q1y, q2x, q2y): argument
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/crop/
H A DUnderlayConstraints.java968 double q2x = q2.getX(); in getIntersection() local