/dports/lang/solidity/solidity_0.8.11/tools/yulPhaser/ |
H A D | Mutations.cpp | 196 size_t highPoint = max(_crossoverPoint1, _crossoverPoint2); in fixedTwoPointSwap() local 201 _chromosome2.genes().substr(lowPoint, highPoint - lowPoint) + in fixedTwoPointSwap() 202 _chromosome1.genes().substr(highPoint, _chromosome1.length() - highPoint) in fixedTwoPointSwap() 206 _chromosome1.genes().substr(lowPoint, highPoint - lowPoint) + in fixedTwoPointSwap() 207 _chromosome2.genes().substr(highPoint, _chromosome2.length() - highPoint) in fixedTwoPointSwap()
|
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/ |
H A D | Dataset.php | 465 $highPoint = floor($point); 468 $highPoint = count($data) - 1; 471 $highPoint = count($data) - 1; 474 $point = ($lowPoint + $highPoint) / 2;
|
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/ |
H A D | BoxClipTriangulateAndInterpolate.cxx | 150 double highPoint[3] = { xmax, ymax, zmax }; in SetClipAsHexahedron() local 158 clip->SetBoxClip(negXVec, lowPoint, negYVec, lowPoint, negZVec, lowPoint, posXVec, highPoint, in SetClipAsHexahedron() 159 posYVec, highPoint, posZVec, highPoint); in SetClipAsHexahedron()
|
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Cxx/ |
H A D | BoxClipTriangulateAndInterpolate.cxx | 153 double highPoint[3] = {xmax, ymax, zmax}; in SetClipAsHexahedron() local 164 posXVec, highPoint, in SetClipAsHexahedron() 165 posYVec, highPoint, in SetClipAsHexahedron() 166 posZVec, highPoint); in SetClipAsHexahedron()
|
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Cxx/ |
H A D | BoxClipTriangulateAndInterpolate.cxx | 153 double highPoint[3] = {xmax, ymax, zmax}; in SetClipAsHexahedron() local 164 posXVec, highPoint, in SetClipAsHexahedron() 165 posYVec, highPoint, in SetClipAsHexahedron() 166 posZVec, highPoint); in SetClipAsHexahedron()
|
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Cartesian/ |
H A D | KChartStockDiagram_p.cpp | 279 const QPointF highPoint( high.key + 0.5, high.value ); in drawOHLCBar() local 300 drawLine( dataset, col, lowPoint, highPoint, context ); // Low-High line in drawOHLCBar() 307 drawLine( dataset, col, lowPoint, highPoint, context ); // Low-High line in drawOHLCBar() 319 … PositionPoints( highPoint ), Position::South, Position::South, high.value ); in drawOHLCBar() 382 const QPointF highPoint = projectPoint( context, QPointF( high.key, high.value ) ); in drawCandlestick() local 384 const QLineF upperLine = QLineF( projectPoint( context, topCandlestickPoint ), highPoint ); in drawCandlestick() 452 PositionPoints( highPoint ), Position::South, Position::South, high.value ); in drawCandlestick()
|
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/ |
H A D | scanline.h | 55 virtual Point& highPoint(void) = 0; 57 virtual const Point& highPoint(void) const = 0;
|
H A D | hyperedgeimprover.cpp | 74 Point& highPoint(void) in highPoint() function in Avoid::HyperedgeShiftSegment 82 const Point& highPoint(void) const in highPoint() function in Avoid::HyperedgeShiftSegment 189 const Point& highPt = highPoint(); in overlapsWith() 191 const Point& rhsHighPt = rhs->highPoint(); in overlapsWith() 216 const Point& highPt = highPoint(); in mergesWith() 218 const Point& otherHighPt = other->highPoint(); in mergesWith() 723 activeSegment->highPoint().x, activeSegment->highPoint().y, in outputHyperedgesToSVG()
|
H A D | orthogonal.cpp | 163 Point& highPoint(void) in highPoint() function in Avoid::NudgingShiftSegment 171 const Point& highPoint(void) const in highPoint() function in Avoid::NudgingShiftSegment 312 const Point& highPt = highPoint(); in overlapsWith() 314 const Point& rhsHighPt = rhs->highPoint(); in overlapsWith() 417 if (lowPoint()[altDim] == rhs->highPoint()[altDim]) in shouldAlignWith() 422 else if (highPoint()[altDim] == rhs->lowPoint()[altDim]) in shouldAlignWith() 425 touchPos = highPoint()[altDim]; in shouldAlignWith() 2306 const Point& lhsHigh = lhs->highPoint(); in operator ()() 2307 const Point& rhsHigh = rhs->highPoint(); in operator ()() 2723 currSegment->highPoint()[XDIM], currSegment->highPoint()[YDIM]); in nudgeOrthogonalRoutes() [all …]
|
H A D | scanline.cpp | 505 const Point& highPt = (*curr)->highPoint(); in buildOrthogonalChannelInfo()
|
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/ |
H A D | CPTTradingRangePlot.m | 269 CGPoint openPoint, highPoint, lowPoint, closePoint; 308 highPoint = CGPointMake(NAN, NAN); 311 highPoint = [thePlotSpace plotAreaViewPointForDoublePrecisionPlotPoint:plotPoint]; 334 xCoord = highPoint.x; 351 high:highPoint.y + originTransformed.y 360 high:highPoint.y + originTransformed.y 401 highPoint = CGPointMake(NAN, NAN); 404 highPoint = [thePlotSpace plotAreaViewPointForPlotPoint:plotPoint]; 427 xCoord = highPoint.x; 444 high:highPoint.y + originTransformed.y [all …]
|
/dports/devel/kyra/kyra/tests/ |
H A D | sinwave.cpp | 160 const double highPoint = ( 1.5 * 0.8 ); in CalculateTintFromScale() local 162 int tint = int ( 180.0 + ( scale - lowPoint ) / ( highPoint - lowPoint ) * 75.0 ); in CalculateTintFromScale()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/ |
H A D | OgreD3D9HardwareVertexBuffer.cpp | 123 size_t highPoint = std::max( offset + length, in lockImpl() local 126 bufferResources->mLockLength = highPoint - bufferResources->mLockOffset; in lockImpl()
|
H A D | OgreD3D9HardwareIndexBuffer.cpp | 123 size_t highPoint = std::max( offset + length, in lockImpl() local 126 bufferResources->mLockLength = highPoint - bufferResources->mLockOffset; in lockImpl()
|
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/ |
H A D | OgreD3D9HardwareIndexBuffer.cpp | 124 size_t highPoint = std::max( offset + length, in lockImpl() local 127 bufferResources->mLockLength = highPoint - bufferResources->mLockOffset; in lockImpl()
|
H A D | OgreD3D9HardwareVertexBuffer.cpp | 124 size_t highPoint = std::max( offset + length, in lockImpl() local 127 bufferResources->mLockLength = highPoint - bufferResources->mLockOffset; in lockImpl()
|