Home
last modified time | relevance | path

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

/dports/math/PDL/PDL-2.019/t/
H A Dlinfit.t42 my $noPoints = 501;
69 for(my $i = 0; $i < $noPoints; $i++){
83 $pave = $psum/$noPoints;
92 for ($i=0; $i<$noPoints; $i++) {
96 $functions[2][$i] = sin($pi*$i/($noPoints-1));
97 $functions[3][$i] = sin(2*$pi*$i/($noPoints-1));
/dports/games/scorched3d/scorched/src/common/common/
H A DSplinePath.cpp60 unsigned int noPoints = (unsigned int) pathPoints_.size(); in getPathAttrs() local
63 currentPointId = currentPointId % noPoints; in getPathAttrs()
65 nextPointId = nextPointId % noPoints; in getPathAttrs()
67 nextNextPointId = nextNextPointId % noPoints; in getPathAttrs()
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEVariableSpeedSign.cpp164 int noPoints = 9; in drawGL() local
166 noPoints = (int)(9.0 + s.scale / 10.0); in drawGL()
167 if (noPoints > 36) { in drawGL()
168 noPoints = 36; in drawGL()
172 GLHelper::drawFilledCircle((double) 1.3, noPoints); in drawGL()
176 GLHelper::drawFilledCircle((double) 1.1, noPoints); in drawGL()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/
H A Drlofflow.cpp150 int noPoints = prevImage.cols * prevImage.rows; in calc() local
151 std::vector<cv::Point2f> prevPoints(noPoints); in calc()
153 noPoints = 0; in calc()
159 prevPoints[noPoints++] = cv::Point2f(static_cast<float>(c), static_cast<float>(r)); in calc()
162 prevPoints.erase(prevPoints.begin() + noPoints, prevPoints.end()); in calc()
186 noPoints = 0; in calc()
192 filtered_prevPoints[noPoints] = prevPoints[r]; in calc()
193 filtered_currPoints[noPoints++] = currPoints[r]; in calc()
197 … filtered_prevPoints.erase(filtered_prevPoints.begin() + noPoints, filtered_prevPoints.end()); in calc()
198 … filtered_currPoints.erase(filtered_currPoints.begin() + noPoints, filtered_currPoints.end()); in calc()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIContainerStop.cpp147 int noPoints = 9; in drawGL() local
149 noPoints = MIN2((int)(9.0 + (s.scale * exaggeration) / 10.0), 36); in drawGL()
152 GLHelper::drawFilledCircle((double) 1.1, noPoints); in drawGL()
155 GLHelper::drawFilledCircle((double) 0.9, noPoints); in drawGL()
H A DGUIChargingStation.cpp162 int noPoints = 9; in drawGL() local
164 noPoints = MIN2((int)(9.0 + (s.scale * exaggeration) / 10.0), 36); in drawGL()
168 GLHelper::drawFilledCircle((double) 1.1, noPoints); in drawGL()
172 GLHelper::drawFilledCircle((double) 0.9, noPoints); in drawGL()
H A DGUILaneSpeedTrigger.cpp331 int noPoints = 9; in drawGL() local
333 noPoints = (int)(9.0 + s.scale / 10.0); in drawGL()
334 if (noPoints > 36) { in drawGL()
335 noPoints = 36; in drawGL()
339 GLHelper::drawFilledCircle((double) 1.3, noPoints); in drawGL()
343 GLHelper::drawFilledCircle((double) 1.1, noPoints); in drawGL()
H A DGUITriggeredRerouter.cpp359 int noPoints = 9; in drawGL() local
361 noPoints = (int)(9.0 + s.scale / 10.0); in drawGL()
362 if (noPoints > 36) { in drawGL()
363 noPoints = 36; in drawGL()
369 GLHelper::drawFilledCircle((double) 1.3, noPoints); in drawGL()
372 GLHelper::drawFilledCircle((double) 1.3, noPoints, 0, prob * 360); in drawGL()
H A DGUIParkingArea.cpp176 int noPoints = 9; in drawGL() local
178 noPoints = MIN2((int)(9.0 + (s.scale * exaggeration) / 10.0), 36); in drawGL()
181 GLHelper::drawFilledCircle((double) 1.1, noPoints); in drawGL()
184 GLHelper::drawFilledCircle((double) 0.9, noPoints); in drawGL()
H A DGUIBusStop.cpp166 int noPoints = 9; in drawGL() local
168 noPoints = MIN2((int)(9.0 + (s.scale * exaggeration) / 10.0), 36); in drawGL()
171 GLHelper::drawFilledCircle((double) 1.1, noPoints); in drawGL()
174 GLHelper::drawFilledCircle((double) 0.9, noPoints); in drawGL()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/rlof/
H A Drlof_localflow.cpp643 int noPoints = 0; in preprocess() local
647 prevPointsMat.at<cv::Point2f>(noPoints) = gmPrevPoints[n]; in preprocess()
648 currPointsMat.at<cv::Point2f>(noPoints) = gmCurrPoints[n]; in preprocess()
649 distMat.at<float>(noPoints) = flow.x * flow.x + flow.y* flow.y; in preprocess()
650 if (isnan(distMat.at<float>(noPoints)) == false) in preprocess()
651 noPoints++; in preprocess()
655 …quickselect<float>(distMat, static_cast<int>(noPoints * static_cast<float>(param.globalMotionRans… in preprocess()
658 if (noPoints < 8) in preprocess()
661 …v::findHomography(prevPointsMat(cv::Rect(0, 0, 1, noPoints)), currPointsMat(cv::Rect(0, 0, 1, noPo… in preprocess()
H A Drlof_invokerbase.hpp310 int & noPoints, in getLocalPatch() argument
326 noPoints = winPointMask.size().area(); in getLocalPatch()
330 noPoints = 0; in getLocalPatch()
358 noPoints += roi.width; in getLocalPatch()
361 if( noPoints < minWinSize * minWinSize) in getLocalPatch()
373 noPoints += minWinSize * minWinSize; in getLocalPatch()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dnewpoint.spad297 noPoints : NNI, _
345 node.noPoints := space.noPoints
397 space.noPoints := space.noPoints + 1
398 which := space.noPoints
420 space.noPoints := space.noPoints + 1
421 which := space.noPoints
442 space.noPoints := space.noPoints + 1
443 which := space.noPoints
474 space.noPoints := space.noPoints + 1
487 space.noPoints := space.noPoints + 1
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/icb/common/
H A Dpx_walkarea_integer.h58 uint32 noPoints; // Number of verteces\knots in 2D spline member
98 … INTEGER_WalkAreaFile::GetNoPoints(uint32 number) const { return (GetWalkArea(number)->noPoints); } in GetNoPoints()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dedge_drawing.cpp1628 int noPoints = 0; in ValidateLineSegmentRect() local
2170 int noPoints = 0; in EnumerateRectPoints() local
2288 ptsx[noPoints] = x; in EnumerateRectPoints()
2289 ptsy[noPoints] = y; in EnumerateRectPoints()
2290 noPoints++; in EnumerateRectPoints()
2292 *pNoPoints = noPoints; in EnumerateRectPoints()
4670 error = sqrt(error / noPoints); in ComputeEllipseError()
4765 int npts = noPoints / 2; in ComputeEllipsePoints()
5317 *noPoints = count; in ComputeCirclePoints()
5351 if (noPoints < 6) in EllipseFit()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dcamera.cpp284 for (k = 0; k < (wa->noPoints - 1); k++) { in Camera_director()
436 for (k = 0; k < (wa->noPoints - 1); k++) { in Process_wa_list()
442 name = (char *)const_cast<ICB::__point *>(&wa->points[wa->noPoints]); in Process_wa_list()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/tests/
H A DSurfDataTest.cpp89 vector<SurfPoint> noPoints; in testConstructorVectorPointsEmpty() local
90 SurfData sd(noPoints); in testConstructorVectorPointsEmpty()
91 CPPUNIT_ASSERT_EQUAL(sd.points.size(), noPoints.size()); in testConstructorVectorPointsEmpty()
93 CPPUNIT_ASSERT_EQUAL(*sd.points[i], noPoints[i]); in testConstructorVectorPointsEmpty()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Ds52plib.h503 int noPoints; variable
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dbasic2.cpp258 int noPoints = 4; in HitTest() local
259 for (i = 0; i < noPoints; i++) in HitTest()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp274 int noPoints = 4; in HitTest() local
275 for (i = 0; i < noPoints; i++) in HitTest()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp274 int noPoints = 4; in HitTest() local
275 for (i = 0; i < noPoints; i++) in HitTest()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp274 int noPoints = 4; in HitTest() local
275 for (i = 0; i < noPoints; i++) in HitTest()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp274 int noPoints = 4; in HitTest() local
275 for (i = 0; i < noPoints; i++) in HitTest()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DSUBSPACE.lsp577 (|:| |noPoints| (|NonNegativeInteger|))
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds52plib.cpp11820 targetDC->DrawPolygon( noPoints, polygon );
11829 DrawPolygon( noPoints, polygon, 0, 0, 1.0, 0 );
11835 for( int ip = 1; ip < noPoints; ip++ )
11844 targetGCDC->DrawPolygon( noPoints, polygon );
11942 noPoints = 1;
11972 polygon[noPoints++] = lineEnd;