Home
last modified time | relevance | path

Searched refs:Xmax (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_Plane.cxx47 Standard_Real Xmax,Ymax; in Add() local
53 p1 = thegeom->Value(-Xmax,Ymax); in Add()
55 aPrims->AddVertex(thegeom->Value( Xmax, Ymax)); in Add()
56 aPrims->AddVertex(thegeom->Value( Xmax,-Ymax)); in Add()
57 aPrims->AddVertex(thegeom->Value(-Xmax,-Ymax)); in Add()
69 Standard_Real cur = -Xmax+dist; in Add()
76 aPrims->AddVertex(thegeom->Value( Xmax,cur)); in Add()
103 thegeom->D0(-Xmax,-Ymax,loc); in Add()
109 thegeom->D0(-Xmax,Ymax,loc); in Add()
115 thegeom->D0(Xmax,Ymax,loc); in Add()
[all …]
/dports/cad/alliance/alliance/src/rds/src/
H A Drwibuild.c80 long Xmax; local
87 Xmin = Xmax = Ymin = Ymax = 0;
106 Xmax = X2;
113 if ( Xmax < X2 ) Xmax = X2;
144 Xmax = X2;
151 if ( Xmax < X2 ) Xmax = X2;
163 RdsWindow->XMAX = Xmax;
174 RdsWindow->SIDE = ( long )( sqrt( ( double )( Xmax - Xmin ) *
178 RdsWindow->DX = 1 + ( Xmax - Xmin ) / RdsWindow->SIDE;
186 RdsWindow->DX = 1 + ( Xmax - Xmin ) / RdsWindow->SIDE;
H A Drwiview.c67 long Xmax; local
98 Xmax = RdsWindow->SIDE + Xmin;
109 fprintf( stdout, "\n\tXMAX : %ld" , Xmax );
128 if ( ( Rectangle->X < Xmax ) &&
147 Xmin = Xmax;
148 Xmax = Xmax + RdsWindow->SIDE;
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/
H A Dbounds.go13 Xmax float64 `json:"xmax"` member
19 b.Xmin, b.Ymin, b.Xmax, b.Ymax, b.SRID)
26 b.Xmax, b.Ymax, b.SRID)
35 b.Xmax = math.Min(b.Xmax+size, serverBounds.Xmax)
60 if b.Xmax > 180 {
61 b.Xmax = 180
/dports/devel/cscout/cscout-bd7dfac/swill/Examples/
H A Dmandel.c9 double Xmax; member
25 scalingx = (m->Xmax-m->Xmin)/m->im->sx; in mandel()
61 m->Xmax = xmax; in mandelpage()
70 xshift = (m->Xmax - m->Xmin)/4; in mandelpage()
76 m->Xmin-xshift,m->Xmax-xshift,m->Ymin,m->Ymax,m->Tolerance); in mandelpage()
81 m->Xmin+xshift,m->Xmax+xshift,m->Ymin,m->Ymax,m->Tolerance); in mandelpage()
86 m->Xmin,m->Xmax,m->Ymin-yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
91 m->Xmin,m->Xmax,m->Ymin+yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
96 m->Xmin+xshift,m->Xmax-xshift,m->Ymin+yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
101 m->Xmin-xshift,m->Xmax+xshift,m->Ymin-yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
[all …]
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Examples/
H A Dmandel.c9 double Xmax; member
25 scalingx = (m->Xmax-m->Xmin)/m->im->sx; in mandel()
61 m->Xmax = xmax; in mandelpage()
70 xshift = (m->Xmax - m->Xmin)/4; in mandelpage()
76 m->Xmin-xshift,m->Xmax-xshift,m->Ymin,m->Ymax,m->Tolerance); in mandelpage()
81 m->Xmin+xshift,m->Xmax+xshift,m->Ymin,m->Ymax,m->Tolerance); in mandelpage()
86 m->Xmin,m->Xmax,m->Ymin-yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
91 m->Xmin,m->Xmax,m->Ymin+yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
96 m->Xmin+xshift,m->Xmax-xshift,m->Ymin+yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
101 m->Xmin-xshift,m->Xmax+xshift,m->Ymin-yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_Box2d.cxx36 Xmax = X; in Update()
42 if (!(Flags & XmaxMask) && (X > Xmax)) Xmax = X; in Update()
58 Xmax = X; in Update()
64 else if (!(Flags & XmaxMask) && (X > Xmax)) Xmax = X; in Update()
84 else Xm = Xmax+Gap; in Get()
107 if (!(Flags & XmaxMask)) newb.Xmax += DX; in Transformed()
151 P[1].SetCoord(Xmax,Ymin); in Transformed()
153 P[3].SetCoord(Xmax,Ymax); in Transformed()
196 else if (Xmax < Other.Xmax) Xmax = Other.Xmax; in Add()
246 else if (!(Flags & XmaxMask) && (X > (Xmax+Gap))) return Standard_True; in IsOut()
[all …]
H A DBnd_BoundSortBox2d.cxx66 Standard_Real Xmax, Ymax; in Initialize() local
67 CompleteBox.Get(Xmin, Ymin, Xmax, Ymax); in Initialize()
68 deltaX=(Xmax-Xmin)/(Standard_Real)discrX; in Initialize()
73 deltaX=Xmax-Xmin; in Initialize()
123 Standard_Real Xmax, Ymax; in Initialize() local
124 myBox.Get(Xmin, Ymin, Xmax, Ymax); in Initialize()
125 deltaX=(Xmax-Xmin)/(Standard_Real)discrX; in Initialize()
130 deltaX=Xmax-Xmin; in Initialize()
213 Standard_Real Xmax, Ymax; in Initialize() local
214 CompleteBox.Get(Xmin, Ymin, Xmax, Ymax); in Initialize()
[all …]
H A DBnd_Box.cxx99 Xmax = X; in Update()
107 if (X > Xmax) Xmax = X; in Update()
129 Xmax = X; in Update()
136 else if (X > Xmax) Xmax = X; in Update()
330 aNewBox.Xmax += aDelta.X(); in Transformed()
344 gp_Pnt (Xmax, Ymin, Zmin), in Transformed()
346 gp_Pnt (Xmax, Ymax, Zmin), in Transformed()
348 gp_Pnt (Xmax, Ymin, Zmax), in Transformed()
350 gp_Pnt (Xmax, Ymax, Zmax), in Transformed()
418 if (Xmax < Other.Xmax) Xmax = Other.Xmax; in Add()
[all …]
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Widgets/
H A Drangeadjustments.cpp39 Xmax = new NumberLineEdit(false, funcsList); in RangeAdjustments()
40 Xmax->setMaximumHeight(27); in RangeAdjustments()
41 Xmax->setValue(graphRange.x.max); in RangeAdjustments()
52 ui->xForm->addRow(new QLabel("x<sub>max</sub>"), Xmax); in RangeAdjustments()
64 connect(Xmax, SIGNAL(returnPressed()), this, SLOT(processUserInput())); in RangeAdjustments()
102 Xmax->setDisabled(disable); in disableUserInput()
111 const QSignalBlocker blocker2(Xmax); in setGraphRange()
117 Xmax->setValue(range.x.max); in setGraphRange()
139 Xmax->checkVal(); in processUserInput()
142 if(!Xmax->isValid() || !Xmin->isValid() || !Ymax->isValid() || !Ymin->isValid()) in processUserInput()
[all …]
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/GraphDraw/
H A Dviewmapper.cpp31 range.x.max = Xmax; in getGraphRange()
40 Xmax = other.Xmax; in ZeViewMapper()
53 Xmax = other.Xmax; in operator =()
71 graphWin.setRight(Xmax); in getRect()
107 viewWin.setRight(Xmax); in getViewRect()
152 double val = (Xmax - Xmin) * ratio; in zoomXview()
153 setXmax(Xmax + val); in zoomXview()
173 setXmax(Xmax - (Xmax - center.x())*ratio); in zoomView()
251 setXmax(Xmax + vec.x()); in translateView()
298 return Xmax; in getXmax()
[all …]
/dports/textproc/pdftohtml/pdftohtml-0.40a/src/
H A DHtmlLinks.cc6 Xmax=x.Xmax; in HtmlLink()
15 Xmax=xmax; in HtmlLink()
18 Xmax=xmin; in HtmlLink()
41 return (y>Ymin)&&(xmin<Xmax)&&(xmax>Xmin); in inLink()
50 Xmax=x.Xmax; in operator =()
/dports/misc/visp/visp-3.4.0/modules/tracker/me/src/moving-edges/
H A DvpMe.cpp96 if (vpMath::equal(P.x, Xmax)) in recale()
97 P.x = Xmax; in recale()
127 D[1].c = -Xmax; in clipping()
153 if (P[n].x > Xmax) in clipping()
202 recale(P[n], Xmin, Ymin, Xmax, Ymax); in clipping()
221 (std::fabs(Q.x - Xmax) <= in S_relative()
235 return (fabs(Xmax + Xmin - P.x - Q.x)); in S_relative()
252 std::fabs(Q.x - Xmax) <= in S_relative()
254 return (1 - (Xmax - P.x) * (Q.y - Ymin)); in S_relative()
258 std::fabs(Q.x - Xmax) <= in S_relative()
[all …]
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Search.cpp32 ElementBox->Xmin = ElementBox->Xmax = Element->x[0]; in ComputeElementBox()
37 ElementBox->Xmax = std::max(ElementBox->Xmax, Element->x[i]); in ComputeElementBox()
53 if (x > ElementBox.Xmax + tol || x < ElementBox.Xmin - tol || in PointInElementBox()
167 Grid->Xmax = Current.GeoData->Xmax; in Init_SearchGrid()
188 Xc = Grid->Xmax-Grid->Xmin; Yc = Grid->Ymax-Grid->Ymin; in Init_SearchGrid()
196 Xc = Grid->Xmax-Grid->Xmin; Zc = Grid->Zmax-Grid->Zmin; in Init_SearchGrid()
210 else if(Grid->Xmin != Grid->Xmax){ in Init_SearchGrid()
213 Xc = Grid->Xmax-Grid->Xmin; in Init_SearchGrid()
239 Grid->Xmax += 1. ; Grid->Ymax += 1. ; Grid->Zmax += 1. ; in Init_SearchGrid()
266 Ix2 = (int)((double)Grid->Nx*(ElementBox.Xmax-Grid->Xmin)/(Grid->Xmax-Grid->Xmin)); in Init_SearchGrid()
[all …]
/dports/cad/alliance/alliance/src/graal/src/
H A DGMX_view.c623 long Xmax; local
739 if ( Xmax < 0 ) Xmax = 0;
741 if ( Xmax >= GraalWindowDx ) Xmax = GraalWindowDx - 1;
766 while ( X <= Xmax )
961 long Xmax; local
968 Xmax = Xmin + Rectangle->DX;
982 Xmax = ScanRec->X + ScanRec->DX;
1000 Xmax = (float)( Xmax ) * GraalLambdaGridStep;
1004 Xmax = ( Xmax / GRAAL_RDS_LAMBDA ) - GraalPixelGridX + 1;
1011 if ( Xmax > GraalGraphicDx ) Xmax = GraalGraphicDx;
[all …]
/dports/science/py-GPy/GPy-1.10.0/GPy/util/
H A Dinput_warping_functions.py118 def __init__(self, X, warping_indices=None, epsilon=None, Xmin=None, Xmax=None): argument
131 if Xmin is None and Xmax is None:
133 Xmax = X.max(axis=0)
135 if Xmin is None or Xmax is None:
137 if len(Xmin) != X.shape[1] or len(Xmax) != X.shape[1]:
145 self.Xmax = Xmax + self.epsilon
146 self.scaling = 1.0 / (self.Xmax - self.Xmin)
147 self.X_normalized = (X - self.Xmin) / (self.Xmax - self.Xmin)
192 X_normalized = (X - self.Xmin) / (self.Xmax - self.Xmin)
/dports/cad/alliance/alliance/src/dreal/src/
H A DGMX_view.c598 long Xmax; local
734 if ( Xmax < 0 ) Xmax = 0;
736 if ( Xmax >= DrealWindowDx ) Xmax = DrealWindowDx - 1;
761 while ( X <= Xmax )
934 long Xmax; local
941 Xmax = Xmin + Rectangle->DX;
946 Xmax = (float)( Xmax ) * DrealLambdaGridStep;
950 Xmax = ( Xmax / RDS_PHYSICAL_GRID ) - DrealPixelGridX + 1;
957 if ( Xmax > DrealGraphicDx ) Xmax = DrealGraphicDx;
960 if ( ( Xmax > 0 ) &&
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/MANYBODY/
H A Dpair_lcbop.h106 inline double f_c(double Xij, double Xmin, double Xmax, double *dX) const in f_c() argument
110 double t = (Xij - Xmin) / (Xmax - Xmin); in f_c()
120 *dX = cutoff * (-3 * gamma_1 * t * t) / z / z / (Xmax - Xmin); in f_c()
131 inline double f_c_LR(double Xij, double Xmin, double Xmax, double *dX) const in f_c_LR() argument
135 double t = (Xij - Xmin) / (Xmax - Xmin); in f_c_LR()
144 *dX = -MathConst::MY_PI * sin(MathConst::MY_PI * t) / 2 / (Xmax - Xmin); in f_c_LR()
H A Dpair_airebo.h137 inline double Sp(double Xij, double Xmin, double Xmax, double &dX) const in Sp() argument
141 double t = (Xij - Xmin) / (Xmax - Xmin); in Sp()
150 dX = (-0.5 * MathConst::MY_PI * sin(t * MathConst::MY_PI)) / (Xmax - Xmin); in Sp()
161 inline double Sp2(double Xij, double Xmin, double Xmax, double &dX) const in Sp2() argument
165 double t = (Xij - Xmin) / (Xmax - Xmin); in Sp2()
174 dX = 6.0 * (t * t - t) / (Xmax - Xmin); in Sp2()
/dports/cad/alliance/alliance/src/xgra/src/
H A DXMX_view.c602 long Xmax; local
609 Xmax = Xmin + Obj->DX;
621 if ( Xmax < ( ScanObj->X + ScanObj->DX ) )
623 Xmax = ScanObj->X + ScanObj->DX;
641 Xmax = (float)( Xmax + XGRA_UNIT ) * XgraUnitGridStep;
645 Xmax = ( Xmax / XGRA_UNIT ) - XgraPixelGridX + 1;
652 if ( Xmax > XgraGraphicDx ) Xmax = XgraGraphicDx;
655 if ( ( Xmax > 0 ) &&
660 XgraDisplayFigure( Xmin, Ymin , Xmax, Ymax );
663 Xmax - Xmin, Ymax - Ymin );
/dports/cad/alliance/alliance/src/xvpn/src/
H A DXMX_view.c634 long Xmax; local
641 Xmax = Xmin + Obj->DX;
653 if ( Xmax < ( ScanObj->X + ScanObj->DX ) )
655 Xmax = ScanObj->X + ScanObj->DX;
673 Xmax = (float)( Xmax + XVPN_UNIT ) * XvpnUnitGridStep;
677 Xmax = ( Xmax / XVPN_UNIT ) - XvpnPixelGridX + 1;
684 if ( Xmax > XvpnGraphicDx ) Xmax = XvpnGraphicDx;
687 if ( ( Xmax > 0 ) &&
692 XvpnDisplayFigure( Xmin, Ymin , Xmax, Ymax );
695 Xmax - Xmin, Ymax - Ymin );
/dports/cad/alliance/alliance/src/xfsm/src/
H A DXMX_view.c616 long Xmax; local
623 Xmax = Xmin + Obj->DX;
635 if ( Xmax < ( ScanObj->X + ScanObj->DX ) )
637 Xmax = ScanObj->X + ScanObj->DX;
655 Xmax = (float)( Xmax + XFSM_UNIT ) * XfsmUnitGridStep;
659 Xmax = ( Xmax / XFSM_UNIT ) - XfsmPixelGridX + 1;
666 if ( Xmax > XfsmGraphicDx ) Xmax = XfsmGraphicDx;
669 if ( ( Xmax > 0 ) &&
674 XfsmDisplayFigure( Xmin, Ymin , Xmax, Ymax );
677 Xmax - Xmin, Ymax - Ymin );
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/utils/
H A DHtmlLinks.cc35 Xmax=x.Xmax; in HtmlLink()
44 Xmax=xmax; in HtmlLink()
47 Xmax=xmin; in HtmlLink()
70 return (y>Ymin)&&(xmin<Xmax)&&(xmax>Xmin); in inLink()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A DHtmlLinks.cc37 Xmax = x.Xmax; in HtmlLink()
46 Xmax = xmax; in HtmlLink()
49 Xmax = xmin; in HtmlLink()
76 return (y > Ymin) && (xmin < Xmax) && (xmax > Xmin); in inLink()
/dports/graphics/poppler/poppler-21.12.0/utils/
H A DHtmlLinks.cc37 Xmax = x.Xmax; in HtmlLink()
46 Xmax = xmax; in HtmlLink()
49 Xmax = xmin; in HtmlLink()
76 return (y > Ymin) && (xmin < Xmax) && (xmax > Xmin); in inLink()

12345678910>>...34