Home
last modified time | relevance | path

Searched refs:point (Results 31576 – 31600 of 315739) sorted by relevance

1...<<1261126212631264126512661267126812691270>>...12630

/dports/science/lammps/lammps-stable_29Sep2021/src/DPD-SMOOTH/
H A Dfix_meso_move.cpp203 point[0] *= xscale; in FixMesoMove()
204 point[1] *= yscale; in FixMesoMove()
205 point[2] *= zscale; in FixMesoMove()
532 d[0] = xoriginal[i][0] - point[0]; in initial_integrate()
533 d[1] = xoriginal[i][1] - point[1]; in initial_integrate()
534 d[2] = xoriginal[i][2] - point[2]; in initial_integrate()
552 x[i][0] = point[0] + c[0] + disp[0]; in initial_integrate()
553 x[i][1] = point[1] + c[1] + disp[1]; in initial_integrate()
891 d[0] = x[i][0] - point[0]; in set_arrays()
892 d[1] = x[i][1] - point[1]; in set_arrays()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_spline.cxx69 f_x( vnl_vector<double> const& point ) const in f_x()
71 assert ( point.size() == m_.size() ); in f_x()
76 if ( point[i] < 0 || point[i] > m_[i] ) // was: ( point[i] < -3 || point[i] >= m_[i]+3 ) in f_x()
85 basis_response( point, gr ); in f_x()
95 assert ( point.size() == m_.size() ); in jacobian()
100 if ( point[i] < 0 || point[i] > m_[i] ) in jacobian()
118 floor[n] = (int)std::floor( point[n] ) ; in jacobian()
119 ceil[n] = (int)std::ceil( point[n] ); in jacobian()
120 u[n] = point[n] - floor[n]; in jacobian()
206 ceil[n] = (int)std::ceil( point[n] ); in basis_response_helper()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/international/
H A Dmule-diag.el111 (delete-region (point) (point-max))
283 (narrow-to-region (point) (point))
649 (setq pos (point))
868 (defun mule--kbd-at (point)
870 (goto-char point)
873 (point)
877 (1+ (point))
878 (point)))))
887 (let ((from (mule--kbd-at (point)))
957 (narrow-to-region (point) (point))
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dwhitespace.el1122 (defvar whitespace-point (point)
2042 (setq-local whitespace-point (point))
2044 (let ((ol (make-overlay (point) (point) nil nil t)))
2163 (if (<= (point) ostart)
2197 (let ((b (point))
2238 (let ((b (point))
2284 (unless (and (eq whitespace-point (point))
2315 (font-lock-flush (min refontify (point)) (max refontify (point))))
2327 (max refontify (point)
2331 (font-lock-flush (min refontify (point))
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
455 insert into t1 values(0, point(0,0), point(0,0), 0);
456 insert into t1 values(1, point(1,1), point(1,1), 1);
457 insert into t1 values(2, point(2,2), point(2,2), 2);
458 insert into t1 values(3, point(3,3), point(3,3), 3);
459 insert into t1 values(4, point(4,4), point(4,4), 4);
464 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
472 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
478 insert into t1 values(5, point(5,5), point(5,5), 5);
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
455 insert into t1 values(0, point(0,0), point(0,0), 0);
456 insert into t1 values(1, point(1,1), point(1,1), 1);
457 insert into t1 values(2, point(2,2), point(2,2), 2);
458 insert into t1 values(3, point(3,3), point(3,3), 3);
459 insert into t1 values(4, point(4,4), point(4,4), 4);
464 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
472 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
478 insert into t1 values(5, point(5,5), point(5,5), 5);
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DLegendWidget.cpp210 const QBrush br = QBrush(pie->color(point), pie->pattern()); in drawSymbol()
315 int point = -1; in drawText() local
322 drawSymbol(curve, point, p, w, height[i], l); in drawText()
367 int point = s.mid(pos1 + 1, pos3 - pos1 - 1).toInt() - 1; in drawText() local
426 int point = -1; in itemsHeight() local
539 int point = 0; in symbolsMaxWidth() local
613 int point = 0; in parse() local
614 PlotCurve *c = getCurve(lst[0], point); in parse()
710 PlotCurve* LegendWidget::getCurve(const QString& s, int &point) in getCurve() argument
712 point = -1; in getCurve()
[all …]
/dports/audio/geonkick-lv2/geonkick-2.8.0/src/
H A Dpercussion_state.cpp867 for (const auto &point: envelope) { in envelopeToJson() local
870 jsonStream << "[ " << std::fixed << std::setprecision(5) << point.x() in envelopeToJson()
913 for (const auto &point: val.second->filterCutOffEnvelope) { in oscJson() local
972 for (const auto &point: points) { in kickJson() local
977 jsonStream << "[ " << std::fixed << std::setprecision(5) << point.x() in kickJson()
994 for (const auto &point: points) { in kickJson() local
999 jsonStream << "[ " << std::fixed << std::setprecision(5) << point.x() in kickJson()
1031 for (const auto &point: points) { in kickJson() local
1036 jsonStream << "[ " << std::fixed << std::setprecision(5) << point.x() in kickJson()
1043 for (const auto &point: points) { in kickJson() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
455 insert into t1 values(0, point(0,0), point(0,0), 0);
456 insert into t1 values(1, point(1,1), point(1,1), 1);
457 insert into t1 values(2, point(2,2), point(2,2), 2);
458 insert into t1 values(3, point(3,3), point(3,3), 3);
459 insert into t1 values(4, point(4,4), point(4,4), 4);
464 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
472 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
478 insert into t1 values(5, point(5,5), point(5,5), 5);
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
455 insert into t1 values(0, point(0,0), point(0,0), 0);
456 insert into t1 values(1, point(1,1), point(1,1), 1);
457 insert into t1 values(2, point(2,2), point(2,2), 2);
458 insert into t1 values(3, point(3,3), point(3,3), 3);
459 insert into t1 values(4, point(4,4), point(4,4), 4);
464 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
472 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
478 insert into t1 values(5, point(5,5), point(5,5), 5);
/dports/math/maxima/maxima-5.43.2/share/dynamics/
H A Ddynamics.mac162 where [x0,y0] are the coordinates of the initial point, [x1,y1]
164 final to initial distance from the attracting point, and n the
168 chaosgame(point,p0,b,n,[options]) :=
170 ([p:ev(p0,numer), j, m:length(point), data: [p0], kwds: [],
177 if length(point[i]) # 2 then
181 p: ev(point[j] + b*(p-point[j]), numer),
211 coordinates of the initial point and n the number of points to be
215 ifs(prob, mat, point, p0, n, [options]) :=
223 if not ((length(mat)=m) and (length(point)=m)) then
226 (if length(point[i]) # 2 then
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/optimization/
H A Dsimpsa.m292 % from the function value at every new replacement point.
371 %% across from the high point,i.e.,reflect the simplex from the high point
376 %% gives a result better than the best point,so try an additional
389 %% the reflected point is worse than the second-highest, so look
390 %% for an intermediate lower point, i.e., do a one-dimensional
398 %% can't seem to get rid of that high point, so better contract
399 %% around the lowest (best) point
408 %% if YTRY better than second-highest point, use this point
485 % the high point, tries it, and replaces the high point if the new point is
494 % evaluate the function at the trial point.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/progmodes/
H A Dxref.el313 (let ((start (point)))
315 (add-text-properties start (point) props)))
324 (start (point))
327 (goto-char (funcall next (point) property))
412 (and length (cons (point) (+ (point) length))))
587 (get-text-property (point) 'xref-item)))
786 (and win (set-window-point win (point))))
802 (or (get-text-property (point) 'xref-item)
1019 (orig-position (point))
1410 (point)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A Dwhitespace.el1117 (defvar whitespace-point (point)
2037 (point))
2039 (let ((ol (make-overlay (point) (point) nil nil t)))
2162 (if (<= (point) ostart)
2184 (let ((b (point))
2225 (let ((b (point))
2271 (unless (and (eq whitespace-point (point))
2302 (font-lock-flush (min refontify (point)) (max refontify (point))))
2314 (max refontify (point)
2318 (font-lock-flush (min refontify (point))
[all …]
/dports/lang/seed7/seed7/lib/
H A Dlzw.s7i36 * starts with succ(''codeSize'') bits per coding point and goes up to
37 * 12 bits per coding point. The code points 0 to pred(2 ** ''codeSize'')
39 * block with a new table and succ(''codeSize'') bits per code point.
104 * starts with succ(''codeSize'') bits per coding point and goes up to
107 * block with a new table and succ(''codeSize'') bits per code point.
185 * Compressing starts with succ(''codeSize'') bits per coding point and
186 * goes up to 12 bits per coding point. The code points 0 to
189 * succ(''codeSize'') bits per code point. Code succ(2 ** ''codeSize'')
255 * goes up to 12 bits per coding point. The code points 0 to
338 * goes up to 12 bits per coding point. The code points 0 to
[all …]
/dports/www/emacs-w3m/emacs-w3m-3925d1c/
H A Dw3m-lnum.el113 (?F (lambda (info) (push-mark (point))
178 (?p (lambda (info) (push-mark (point))
192 (push-mark (point))
693 (if info (progn (push-mark (point))
712 (t (push-mark (point))
765 (push-mark (point))
773 (push-mark (point))
851 (if (= (point) (point-max))
854 (/= (point) (point-max)))
857 (let ((action (get-text-property (point)
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DDrawWindow2D.cpp93 DragDropStart() = point; in OnLButtonDown()
94 CView::OnLButtonDown(nFlags, point); in OnLButtonDown()
100 DragDropFinal() = point; in OnLButtonUp()
103 int nr_nearest = this->CatchDrawObject(point); in OnLButtonUp()
124 CView::OnLButtonUp(nFlags, point); in OnLButtonUp()
131 DragDropFinal() = point; in OnMouseMove()
151 DragDropStart() = point; in OnMouseMove()
162 int nearest_obj = CatchDrawObject(point); in OnMouseMove()
165 return CView::OnMouseMove(nFlags, point); in OnMouseMove()
207 CMyBase2DView::OnNcMouseMove(nHitTest, point); in OnNcMouseMove()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_move.cpp138 point[0] = force->numeric(FLERR,arg[4]); in FixMove()
139 point[1] = force->numeric(FLERR,arg[5]); in FixMove()
140 point[2] = force->numeric(FLERR,arg[6]); in FixMove()
245 point[0] *= xscale; in FixMove()
246 point[1] *= yscale; in FixMove()
247 point[2] *= zscale; in FixMove()
561 d[0] = xoriginal[i][0] - point[0]; in initial_integrate()
562 d[1] = xoriginal[i][1] - point[1]; in initial_integrate()
951 d[0] = x[i][0] - point[0]; in set_arrays()
952 d[1] = x[i][1] - point[1]; in set_arrays()
[all …]
/dports/devel/distel/distel-4.1.1/elisp/
H A Derl-service.el135 (let ((start (point)))
633 (or (get-text-property (point) 'fprof-tag)
813 (erl-do-find-doc 'link 'point))
822 (erl-do-find-doc 'sig 'point))
898 (let ((end (point))
904 (point)))))
947 (point))))
1041 (point)))
1046 (point)))
1124 (let ((start (point)))
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DContactGeometryImpl.h111 Real calcSurfaceValue(const Vec3& point) const;
112 UnitVec3 calcSurfaceUnitNormal(const Vec3& point) const;
113 Vec3 calcSurfaceGradient(const Vec3& point) const;
114 Mat33 calcSurfaceHessian(const Vec3& point) const;
117 Real calcSurfaceCurvatureInDirection(const Vec3& point,
122 void calcSurfacePrincipalCurvatures(const Vec3& point,
363 const UnitVec3 n = calcSurfaceUnitNormal(point); in calcTangentBasis()
492 void calcCurvature(const Vec3& point, Vec2& curvature, in calcCurvature() argument
565 void calcCurvature(const Vec3& point, Vec2& curvature,
889 surface.calcParaboloid(Vec2(point[0],point[1]), hint, X_SP, curvature); in calcCurvature()
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/float/math16/
H A DREADME.md4 This is the z88dk 16-bit IEEE-754 standard math16 half precision floating point maths package, desi…
8 …floating point implies that this is an adjunct or special purpose maths library. It can be used to…
22 …nn` multiply instructions are used to full advantage to accelerate all floating point calculations.
33 The z88dk half precision floating point format (compatible with Intel/ IEEE, etc.) is as follows:
61 This half precision floating point package is loosely based on IEEE-754. We maintain the packed for…
74 unpacked floating point format: exponent right justified in d, sign in e[7], mantissa in hl
166point domain, where the sign, exponent, and mantissa are handled separately. And derived functions…
170 …o provide their returns. The use of the 16-bit mantissa expanded floating point format (`_f24`) fu…
206 For some functions it is easiest to work with IEEE half precision floating point numbers in assembl…
248 …e how effectively (simply) complex routines can be written using the compact floating point format.
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
452 insert into t1 values(0, point(0,0), point(0,0), 0);
453 insert into t1 values(1, point(1,1), point(1,1), 1);
454 insert into t1 values(2, point(2,2), point(2,2), 2);
455 insert into t1 values(3, point(3,3), point(3,3), 3);
456 insert into t1 values(4, point(4,4), point(4,4), 4);
461 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
469 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
475 insert into t1 values(5, point(5,5), point(5,5), 5);
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
452 insert into t1 values(0, point(0,0), point(0,0), 0);
453 insert into t1 values(1, point(1,1), point(1,1), 1);
454 insert into t1 values(2, point(2,2), point(2,2), 2);
455 insert into t1 values(3, point(3,3), point(3,3), 3);
456 insert into t1 values(4, point(4,4), point(4,4), 4);
461 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
469 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
475 insert into t1 values(5, point(5,5), point(5,5), 5);
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
452 insert into t1 values(0, point(0,0), point(0,0), 0);
453 insert into t1 values(1, point(1,1), point(1,1), 1);
454 insert into t1 values(2, point(2,2), point(2,2), 2);
455 insert into t1 values(3, point(3,3), point(3,3), 3);
456 insert into t1 values(4, point(4,4), point(4,4), 4);
461 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
469 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
475 insert into t1 values(5, point(5,5), point(5,5), 5);
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/innodb_gis/t/
H A Drollback.test16 spatial_point point NOT NULL,
397 # Delete this new point
452 insert into t1 values(0, point(0,0), point(0,0), 0);
453 insert into t1 values(1, point(1,1), point(1,1), 1);
454 insert into t1 values(2, point(2,2), point(2,2), 2);
455 insert into t1 values(3, point(3,3), point(3,3), 3);
456 insert into t1 values(4, point(4,4), point(4,4), 4);
461 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
469 update t1 set a=point(5,5), b=point(5,5), c=5 where i < 3;
475 insert into t1 values(5, point(5,5), point(5,5), 5);

1...<<1261126212631264126512661267126812691270>>...12630