Home
last modified time | relevance | path

Searched refs:dx2a (Results 1 – 9 of 9) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_curve_model.cxx1120 double dx2a, dx2b; in transport_CC() local
1122 dx2a = +1/k - a/std::sin(tT2); in transport_CC()
1126 dx2a = +1/k - b/std::cos(tT2); in transport_CC()
1130 if (std::fabs(dx2a) < std::fabs(dx2b)){ in transport_CC()
1131 dx2 = dx2a; in transport_CC()
2004 double dx2a, dx2b; in transport_CC() local
2006 dx2a = +1/k - a/std::sin(tT2); in transport_CC()
2010 dx2a = +1/k - b/std::cos(tT2); in transport_CC()
2014 if (std::fabs(dx2a) < std::fabs(dx2b)){ in transport_CC()
2015 dx2 = dx2a; in transport_CC()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c192 fixed dx2a = any_abs(dx2); in intersect_bar_bar() local
196 fixed d = dx1a | dy1a | dx2a | dy2a | dx3a | dy3a; in intersect_bar_bar()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c192 fixed dx2a = any_abs(dx2); in intersect_bar_bar() local
196 fixed d = dx1a | dy1a | dx2a | dy2a | dx3a | dy3a; in intersect_bar_bar()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c193 fixed dx2a = any_abs(dx2); in intersect_bar_bar() local
197 fixed d = dx1a | dy1a | dx2a | dy2a | dx3a | dy3a; in intersect_bar_bar()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c193 fixed dx2a = any_abs(dx2); in intersect_bar_bar() local
197 fixed d = dx1a | dy1a | dx2a | dy2a | dx3a | dy3a; in intersect_bar_bar()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c194 fixed dx2a = any_abs(dx2); in intersect_bar_bar() local
198 fixed d = dx1a | dy1a | dx2a | dy2a | dx3a | dy3a; in intersect_bar_bar()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c194 fixed dx2a = any_abs(dx2); in intersect_bar_bar() local
198 fixed d = dx1a | dy1a | dx2a | dy2a | dx3a | dy3a; in intersect_bar_bar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdopath.cxx468 tools::Long dx2=aRectP3.X()-aRectP2.X(); tools::Long dx2a=std::abs(dx2); in CalcRect() local
470 bool b1MoreThan2=dx1a+dy1a>dx2a+dy2a; in CalcRect()
473 tools::Long ytemp=dx2a-dy1a; if (dy1<0) ytemp=-ytemp; in CalcRect()
479 tools::Long xtemp=dy1a-dx2a; if (dx2<0) xtemp=-xtemp; in CalcRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdopath.cxx465 long dx2=aRectP3.X()-aRectP2.X(); long dx2a=std::abs(dx2); in CalcRect() local
467 bool b1MoreThan2=dx1a+dy1a>dx2a+dy2a; in CalcRect()
470 long ytemp=dx2a-dy1a; if (dy1<0) ytemp=-ytemp; in CalcRect()
476 long xtemp=dy1a-dx2a; if (dx2<0) xtemp=-xtemp; in CalcRect()