Home
last modified time | relevance | path

Searched refs:tymin (Results 1 – 25 of 108) sorted by relevance

12345

/dports/science/cdcl/dcl-5.4.8-C/src/grph1/sgpack/
H A Dsgstxy.c18 /* Subroutine */ int sgstxy_0_(int n__, real *txmin, real *txmax, real *tymin, in sgstxy_0_() argument
30 sgrset_("TYMIN", tymin, (ftnlen)5); in sgstxy_0_()
38 sgrget_("TYMIN", tymin, (ftnlen)5); in sgstxy_0_()
43 /* Subroutine */ int sgstxy_(real *txmin, real *txmax, real *tymin, real * in sgstxy_() argument
46 return sgstxy_0_(0, txmin, txmax, tymin, tymax); in sgstxy_()
49 /* Subroutine */ int sgqtxy_(real *txmin, real *txmax, real *tymin, real * in sgqtxy_() argument
52 return sgstxy_0_(1, txmin, txmax, tymin, tymax); in sgqtxy_()
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/umpack/
H A Dumstvz.c41 wxmax, wymin, wymax, txmin, txmax, tymin, tymax; in umstvz_() local
74 sgqtxy_(&txmin, &txmax, &tymin, &tymax); in umstvz_()
84 if (tymin == umwk1_1.rundef) { in umstvz_()
88 tymin = umwk1_1.cpd * 0.f; in umstvz_()
90 tymin = umwk1_1.cpr * asin(1.f / rsat); in umstvz_()
93 tymin = -umwk1_1.cpd * 90; in umstvz_()
96 sgstxy_(&txmin, &txmax, &tymin, &tymax); in umstvz_()
H A Dumqtxy.c34 static real txmin, tymin, txmax, tymax, stlat1, stlat2; in umqtxy_() local
39 sgqtxy_(&txmin, &txmax, &tymin, &tymax); in umqtxy_()
58 stfrad_(&tymin, &tymax, tyminz, tymaxz); in umqtxy_()
/dports/math/cgal/CGAL-5.3/include/CGAL/Intersections_3/internal/
H A DBbox_3_Segment_3_do_intersect.h217 CFT dymin, tymin, tymax, dymax; in do_intersect_bbox_segment_aux() local
231 tymin = bymin - py; in do_intersect_bbox_segment_aux()
247 tymin = py - bymax; in do_intersect_bbox_segment_aux()
251 if(bounded_0) tymin = (CGAL::max)(CFT(0), tymin); in do_intersect_bbox_segment_aux()
268 CGAL_assertion(tymin >= 0); in do_intersect_bbox_segment_aux()
341 is_greater.register_new_input_values(tymin, dymin); in do_intersect_bbox_segment_aux()
353 const Is_greater_value b2 = is_greater( dmax*tymin, dymin* tmax); in do_intersect_bbox_segment_aux()
361 certainly(b = is_greater( dmin*tymin, dymin* tmin)) ) ) in do_intersect_bbox_segment_aux()
363 tmin = tymin; in do_intersect_bbox_segment_aux()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dgeometry.rs37 let tymin = (parameters[sign[1]].y - ray_origin.y) * inv_direction.y; in ray_intersects_rect() localVariable
39 if (tmin > tymax) || (tymin > tmax) { in ray_intersects_rect()
42 if tymin > tmin { in ray_intersects_rect()
43 tmin = tymin; in ray_intersects_rect()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dray_box_intersect.cpp107 Scalar tymin, tymax, tzmin, tzmax; in ray_box_intersect()
111 tymin = (bounds[sign[1]](1) - origin(1)) * inv_dir(1); in ray_box_intersect()
113 if ( (tmin > tymax) || (tymin > tmax) ) in ray_box_intersect()
117 if (tymin > tmin) in ray_box_intersect()
119 tmin = tymin; in ray_box_intersect()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dray_box_intersect.cpp107 Scalar tymin, tymax, tzmin, tzmax; in ray_box_intersect()
111 tymin = (bounds[sign[1]](1) - origin(1)) * inv_dir(1); in ray_box_intersect()
113 if ( (tmin > tymax) || (tymin > tmax) ) in ray_box_intersect()
117 if (tymin > tmin) in ray_box_intersect()
119 tmin = tymin; in ray_box_intersect()
/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DGraphicFunctions.cxx133 double txmin, txmax, tymin, tymax; in getEllipticalArcBBox() local
143 tymin = getAngle(0, -ry); in getEllipticalArcBBox()
155 tymin = getAngle(0, -rx); in getEllipticalArcBBox()
170 tymin = atan(ry/(tan(phi)*rx)); in getEllipticalArcBBox()
172 ymin = cy + rx*cos(tymin)*sin(phi) + ry*sin(tymin)*cos(phi); in getEllipticalArcBBox()
174 double tmpX = cx + rx*cos(tymin)*cos(phi) - ry*sin(tymin)*sin(phi); in getEllipticalArcBBox()
175 tymin = getAngle(tmpX - cx, ymin - cy); in getEllipticalArcBBox()
187 std::swap(tymin,tymax); in getEllipticalArcBBox()
215 …if ((!otherArc && (angle1 > tymin || angle2 < tymin)) || (otherArc && !(angle1 > tymin || angle2 <… in getEllipticalArcBBox()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/widget/
H A DImageCanvas.java306 int txmin, txmax, tymin, tymax; in paint() local
316 tymin = YtoTileY(clipBounds.y); in paint()
317 tymin = Math.max(tymin, minTileY); in paint()
318 tymin = Math.min(tymin, maxTileY); in paint()
377 Point[] tileIndices = new Point[(txmax-txmin+1)*(tymax-tymin+1)]; in paint()
379 for(int tj = tymin; tj <= tymax; tj++) { in paint()
/dports/cad/opencascade/opencascade-7.6.0/src/BndLib/
H A DBndLib.cxx468 tymin = ElCLib::InPeriod(tymin, 0., 2.*M_PI); in Add()
474 tymax = tymin <= M_PI? tymin + M_PI : tymin - M_PI; in Add()
482 tt = tymin; in Add()
483 tymin = tymax; in Add()
541 tymin = ElCLib::InPeriod(tymin, utrim1, utrim1 + 2. * M_PI); in Add()
542 if(tymin >= utrim1 && tymin <= utrim2) in Add()
653 tymin = ElCLib::InPeriod(tymin, 0., 2.*M_PI); in Add()
659 tymax = tymin <= M_PI? tymin + M_PI : tymin - M_PI; in Add()
667 tt = tymin; in Add()
726 tymin = ElCLib::InPeriod(tymin, utrim1, utrim1 + 2. * M_PI); in Add()
[all …]
/dports/math/sfft/sfft-0.1.0/doc/_build/latex/
H A Dtabulary.sty57 Z \string\tymin: \the\tymin\space
126 \ifdim\dimen@<\tymin
127 \TY@warn{tymin too large (\the\tymin), resetting to \the\dimen@}%
128 \tymin\dimen@
152 \ifdim\dimen@<\tymin
153 Z \message{< tymin}%
164 Z \message{> tymin}%
216 \ifdim\dimen@<\tymin
219 \global\advance\TY@linewidth-\tymin
234 \newdimen\tymin
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/impl/
H A Dvoxel_grid_occlusion_estimation.hpp178 float tmin, tmax, tymin, tymax, tzmin, tzmax; in rayBoxIntersection() local
193 tymin = (b_min_[1] - origin[1]) / direction[1]; in rayBoxIntersection()
198 tymin = (b_max_[1] - origin[1]) / direction[1]; in rayBoxIntersection()
202 if ((tmin > tymax) || (tymin > tmax)) in rayBoxIntersection()
209 if (tymin > tmin) in rayBoxIntersection()
210 tmin = tymin; in rayBoxIntersection()
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/grpack/
H A Dgrstxy.c18 /* Subroutine */ int grstxy_(real *txmin, real *txmax, real *tymin, real * in grstxy_() argument
25 sgrstx_("TYMIN", tymin, (ftnlen)5); in grstxy_()
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHPath.cpp110 double txmin, txmax, tymin, tymax; in getEllipticalArcBBox() local
120 tymin = getAngle(0, -ry); in getEllipticalArcBBox()
132 tymin = getAngle(0, -rx); in getEllipticalArcBBox()
147 tymin = atan(ry/(tan(phi)*rx)); in getEllipticalArcBBox()
149 ymin = cy + rx*cos(tymin)*sin(phi) + ry*sin(tymin)*cos(phi); in getEllipticalArcBBox()
151 double tmpX = cx + rx*cos(tymin)*cos(phi) - ry*sin(tymin)*sin(phi); in getEllipticalArcBBox()
152 tymin = getAngle(tmpX - cx, ymin - cy); in getEllipticalArcBBox()
164 std::swap(tymin,tymax); in getEllipticalArcBBox()
192 …if ((!otherArc && (angle1 > tymin || angle2 < tymin)) || (otherArc && !(angle1 > tymin || angle2 <… in getEllipticalArcBBox()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde65 float tymin, tymax;
67 tymin = (min_y - r.ori.y) * (1.0f / r.dir.y);
70 tymin = (max_y - r.ori.y) * (1.0f / r.dir.y);
74 if (tmax < tymin || tymax < tmin) {
78 tmin = tmin < tymin ? tymin : tmin;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde65 float tymin, tymax;
67 tymin = (min_y - r.ori.y) * (1.0f / r.dir.y);
70 tymin = (max_y - r.ori.y) * (1.0f / r.dir.y);
74 if (tmax < tymin || tymax < tmin) {
78 tmin = tmin < tymin ? tymin : tmin;
/dports/multimedia/libvpx/libvpx-1.11.0/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde65 float tymin, tymax;
67 tymin = (min_y - r.ori.y) * (1.0f / r.dir.y);
70 tymin = (max_y - r.ori.y) * (1.0f / r.dir.y);
74 if (tmax < tymin || tymax < tmin) {
78 tmin = tmin < tymin ? tymin : tmin;
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde65 float tymin, tymax;
67 tymin = (min_y - r.ori.y) * (1.0f / r.dir.y);
70 tymin = (max_y - r.ori.y) * (1.0f / r.dir.y);
74 if (tmax < tymin || tymax < tmin) {
78 tmin = tmin < tymin ? tymin : tmin;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde65 float tymin, tymax;
67 tymin = (min_y - r.ori.y) * (1.0f / r.dir.y);
70 tymin = (max_y - r.ori.y) * (1.0f / r.dir.y);
74 if (tmax < tymin || tymax < tmin) {
78 tmin = tmin < tymin ? tymin : tmin;
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Geometry/
H A Db3AabbUtil.h90 b3Scalar tmax, tymin, tymax, tzmin, tzmax; in b3RayAabb2() local
93 tymin = (bounds[raySign[1]].getY() - rayFrom.getY()) * rayInvDirection.getY(); in b3RayAabb2()
96 if ((tmin > tymax) || (tymin > tmax)) in b3RayAabb2()
99 if (tymin > tmin) in b3RayAabb2()
100 tmin = tymin; in b3RayAabb2()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Geometry/
H A Db3AabbUtil.h90 b3Scalar tmax, tymin, tymax, tzmin, tzmax; in b3RayAabb2() local
93 tymin = (bounds[raySign[1]].getY() - rayFrom.getY()) * rayInvDirection.getY(); in b3RayAabb2()
96 if ((tmin > tymax) || (tymin > tmax)) in b3RayAabb2()
99 if (tymin > tmin) in b3RayAabb2()
100 tmin = tymin; in b3RayAabb2()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Geometry/
H A Db3AabbUtil.h90 b3Scalar tmax, tymin, tymax, tzmin, tzmax; in b3RayAabb2() local
93 tymin = (bounds[raySign[1]].getY() - rayFrom.getY()) * rayInvDirection.getY(); in b3RayAabb2()
96 if ((tmin > tymax) || (tymin > tmax)) in b3RayAabb2()
99 if (tymin > tmin) in b3RayAabb2()
100 tmin = tymin; in b3RayAabb2()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Geometry/
H A Db3AabbUtil.h90 b3Scalar tmax, tymin, tymax, tzmin, tzmax; in b3RayAabb2() local
93 tymin = (bounds[raySign[1]].getY() - rayFrom.getY()) * rayInvDirection.getY(); in b3RayAabb2()
96 if ((tmin > tymax) || (tymin > tmax)) in b3RayAabb2()
99 if (tymin > tmin) in b3RayAabb2()
100 tmin = tymin; in b3RayAabb2()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtAabbUtil2.h90 btScalar tmax, tymin, tymax, tzmin, tzmax; in btRayAabb2() local
93 tymin = (bounds[raySign[1]].getY() - rayFrom.getY()) * rayInvDirection.getY(); in btRayAabb2()
96 if ((tmin > tymax) || (tymin > tmax)) in btRayAabb2()
99 if (tymin > tmin) in btRayAabb2()
100 tmin = tymin; in btRayAabb2()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtAabbUtil2.h90 btScalar tmax, tymin, tymax, tzmin, tzmax; in btRayAabb2() local
93 tymin = (bounds[raySign[1]].getY() - rayFrom.getY()) * rayInvDirection.getY(); in btRayAabb2()
96 if ((tmin > tymax) || (tymin > tmax)) in btRayAabb2()
99 if (tymin > tmin) in btRayAabb2()
100 tmin = tymin; in btRayAabb2()

12345