Home
last modified time | relevance | path

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

12345678910

/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTXYPlotSpaceTests.m42 plotSpace.yRange = [CPTPlotRange plotRangeWithLocation:CPTDecimalFromDouble(0.0)
56 plotSpace.yRange = [CPTPlotRange plotRangeWithLocation:CPTDecimalFromDouble(0.0)
71 plotSpace.yRange = [CPTPlotRange plotRangeWithLocation:CPTDecimalFromDouble(0.0)
92 plotSpace.yRange = [CPTPlotRange plotRangeWithLocation:CPTDecimalFromDouble(0.0)
184 plotSpace.yRange = [CPTPlotRange plotRangeWithLocation:CPTDecimalFromDouble(10.0)
199 …errMessage = [NSString stringWithFormat:@"yRange was %@, expected %@", plotSpace.yRange, expectedR…
200 STAssertTrue([plotSpace.yRange isEqualToRange:expectedRangeY], errMessage);
225 …errMessage = [NSString stringWithFormat:@"yRange was %@, expected %@", plotSpace.yRange, expectedR…
226 STAssertTrue([plotSpace.yRange isEqualToRange:expectedRangeY], errMessage);
245 …errMessage = [NSString stringWithFormat:@"yRange was %@, expected %@", plotSpace.yRange, newPlotSp…
[all …]
H A DCPTXYPlotSpace.m38 /** @property yRange
41 @synthesize yRange;
86 [yRange release];
100 [coder encodeObject:self.yRange forKey:@"CPTXYPlotSpace.yRange"];
115 yRange = [[coder decodeObjectForKey:@"CPTXYPlotSpace.yRange"] copy];
138 self.yRange = newRange;
157 theRange = self.yRange;
226 [yRange release];
266 self.yRange = [self constrainRange:self.yRange toGlobalRange:globalYRange];
486 y *= yRange.lengthDouble;
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dappleman.pro1 pro AppleMan,xRange,yRange,RESULT=res,XSIZE=xS,YSIZE=yS,$
12 ; CALLING SEQUENCE: appleman,[xRange,yRange,RESULT=result]
46 print, 'pro AppleMan, xRange, yRange, RESULT=res, $'
52 if N_ELEMENTS(yRange) eq 0 then yRange = [ -1.3, 1.3]
60 yD = float(yRange[1]-yRange[0])
66 yStartVec = LINDGEN( yS) * yStep + yRange[0]
/dports/devel/taskflow/taskflow-3.2.0/sandbox/seismic/
H A Duniverse.h86 struct std::pair<int,int> yRange;
87 …Rectangle (int startX, int startY, int width, int height):xRange(startX,width),yRange(startY,heigh…
89 int StartY() const {return yRange.first;}
91 int Height() const {return yRange.second;}
93 int EndY() const {return yRange.first + yRange.second;}
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dplot.spad221 yRange plot == third plot.bounds
265 [ f, [nRange, xRange, yRange], c, q]
269 yDiff := high(yRange) - low(yRange)
352 [ f, [tRange, xRange, yRange], t, p ]
357 zoom(p, xRange, yRange) ==
410 [ p.parametric, [xRange, yRange], [tRange, xRange, yRange],
435 p.display := [xRange, checkRange yRange]
469 yRange := join(t, 2)
474 yRange := join(t, 2)
476 [false, [xRange, yRange], [xRange, xRange, yRange], [], t]
[all …]
H A Dplot3d.spad169 yRange plot == third plot.bounds
227 [f, [nRange, xRange, yRange, zRange], c, q]
307 [f, [tRange, xRange, yRange, zRange], t, p]
309 zoom(p, xRange, yRange, zRange) ==
310 [[xRange, yRange, zRange], p.bounds,
334 [curve.source, [tRange, xRange, yRange, zRange], t, p]
342 xRange := join(curves, 1); yRange := join(curves, 2)
351 [p.display, [tRange, xRange, yRange, zRange], _
359 xRange := join(curves, 1); yRange := join(curves, 2)
368 [[xRange, yRange, zRange], [tRange, xRange, yRange, zRange],
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DCreateGridSystem.cpp333 double yRange = Extent.yMax - Extent.yMin; in Get_Adjusted() local
344 if( modf(yRange / Cellsize, &n) != 0.0 ) in Get_Adjusted()
346 Extent.yMax = Extent.yMin + Cellsize * floor(0.5 + yRange / Cellsize); in Get_Adjusted()
356 if( modf(yRange / Cellsize, &n) != 0.0 ) in Get_Adjusted()
358 Extent.yMax = Extent.yMin + Cellsize * floor(0.5 + yRange / Cellsize); in Get_Adjusted()
363 if( modf(yRange / Cellsize, &n) != 0.0 ) in Get_Adjusted()
365 Cellsize = yRange / floor(yRange / Cellsize); in Get_Adjusted()
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/
H A DXYChart.cpp32 RangeGroup *XYChart::yRange() const in yRange() function in XYChart
110 auto yRange = m_yRange->calculateRange( in updateComputedRange() local
116 result.startY = yRange.start; in updateComputedRange()
117 result.endY = yRange.end; in updateComputedRange()
118 result.distanceY = yRange.distance; in updateComputedRange()
H A DXYChart.h42 Q_PROPERTY(RangeGroup *yRange READ yRange CONSTANT)
83 virtual RangeGroup *yRange() const;
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/view_rendering/
H A DMaConsensusAreaRenderer.cpp67 return QRect(xRange.startPos, yRange.startPos, xRange.length + 1, yRange.length); in getCharRect()
180 U2Region yRange; in getYRange() local
183 yRange.length = getYRangeLength(element) * visibleElements.testFlag(*it); in getYRange()
186 yRange.startPos += getYRangeLength(*it) * visibleElements.testFlag(*it); in getYRange()
189 return yRange; in getYRange()
205 charData.yRange = settings.yRangeToDrawIn[MSAEditorConsElement_CONSENSUS_TEXT]; in drawConsensus()
284 U2Region yRange = settings.yRangeToDrawIn[MSAEditorConsElement_HISTOGRAM]; in drawHistogram() local
285 yRange.startPos++; in drawHistogram()
286 yRange.length -= 2; // keep borders in drawHistogram()
294 … const int height = qRound((double)consensusRenderData.percentage[i] * yRange.length / 100.0); in drawHistogram()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMSAEditorOffsetsView.cpp194 … const U2Region yRange = ui->getRowHeightController()->getScreenYRegionByMaRowIndex(rowNumber); in drawAll() local
200 QRect lbr(OFFS_WIDGET_BORDER, yRange.startPos, lbw, yRange.length); in drawAll()
207 QRect rbr(widgetWidth - OFFS_WIDGET_BORDER - rbw, yRange.startPos, rbw, yRange.length); in drawAll()
216 …ER + (showStartPos ? lbw : 0), yRange.startPos, widgetWidth - 2 * OFFS_WIDGET_BORDER - (showStartP… in drawAll()
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkGeoFileTerrainSource.cxx116 double yRange[2] = {0.0, 0.0}; in ReadModel() local
122 model->GetPoints()->GetData()->GetRange(yRange, 1); in ReadModel()
126 node->SetProjectionBounds(xRange[0], xRange[1], yRange[0], yRange[1]); in ReadModel()
/dports/math/libmesh/libmesh-1.6.2/contrib/lcov/lcov-1.10/contrib/galaxy/
H A Dposterize.pl294 my $yRange = $maxY - $minY;
296 if ($xRange < $yRange){
299 $Range = $yRange;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/lcov/contrib/galaxy/
H A Dposterize.pl294 my $yRange = $maxY - $minY;
296 if ($xRange < $yRange){
299 $Range = $yRange;
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkCubeAxesActor2D.cxx413 double xCoords[4], yCoords[4], zCoords[4], xRange[2], yRange[2], zRange[2]; in RenderOpaqueGeometry() local
415 zCoords, xRange, yRange, zRange); in RenderOpaqueGeometry()
436 this->YAxis->SetRange(yRange[1], yRange[0]); in RenderOpaqueGeometry()
521 double zCoords[4], double xRange[2], double yRange[2], double zRange[2]) in AdjustAxes()
556 yRange[0] = internal_bounds[2 * yAxes]; in AdjustAxes()
557 yRange[1] = internal_bounds[2 * yAxes + 1]; in AdjustAxes()
561 yRange[0] = internal_bounds[2 * yAxes + 1]; in AdjustAxes()
562 yRange[1] = internal_bounds[2 * yAxes]; in AdjustAxes()
617 ave = (yRange[1] + yRange[0]) / 2.0; in AdjustAxes()
620 yRange[0] = yRange[0] - this->CornerOffset * (yRange[0] - ave); in AdjustAxes()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor2D.cxx413 double xCoords[4], yCoords[4], zCoords[4], xRange[2], yRange[2], zRange[2]; in RenderOpaqueGeometry() local
416 xCoords, yCoords, zCoords, xRange, yRange, zRange); in RenderOpaqueGeometry()
438 this->YAxis->SetRange(yRange[1], yRange[0]); in RenderOpaqueGeometry()
533 double xRange[2], double yRange[2], double zRange[2]) in AdjustAxes()
568 yRange[0] = internal_bounds[2*yAxes]; in AdjustAxes()
569 yRange[1] = internal_bounds[2*yAxes+1]; in AdjustAxes()
573 yRange[0] = internal_bounds[2*yAxes+1]; in AdjustAxes()
574 yRange[1] = internal_bounds[2*yAxes]; in AdjustAxes()
629 ave = (yRange[1] + yRange[0]) / 2.0; in AdjustAxes()
632 yRange[0] = yRange[0] - this->CornerOffset * (yRange[0] - ave); in AdjustAxes()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor2D.cxx413 double xCoords[4], yCoords[4], zCoords[4], xRange[2], yRange[2], zRange[2]; in RenderOpaqueGeometry() local
416 xCoords, yCoords, zCoords, xRange, yRange, zRange); in RenderOpaqueGeometry()
438 this->YAxis->SetRange(yRange[1], yRange[0]); in RenderOpaqueGeometry()
533 double xRange[2], double yRange[2], double zRange[2]) in AdjustAxes()
568 yRange[0] = internal_bounds[2*yAxes]; in AdjustAxes()
569 yRange[1] = internal_bounds[2*yAxes+1]; in AdjustAxes()
573 yRange[0] = internal_bounds[2*yAxes+1]; in AdjustAxes()
574 yRange[1] = internal_bounds[2*yAxes]; in AdjustAxes()
629 ave = (yRange[1] + yRange[0]) / 2.0; in AdjustAxes()
632 yRange[0] = yRange[0] - this->CornerOffset * (yRange[0] - ave); in AdjustAxes()
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DPLOT.lsp287 (LETT |yRange|
726 (LETT |yRange|
739 (|yRange| |Segment| (|DoubleFloat|)) ($ $))
806 (LETT |yRange|
995 (|yRange| |Segment| (|DoubleFloat|)) ($ $))
1044 (|yRange| |Segment| (|DoubleFloat|)) ($ $))
1091 ((|yRange| (|Segment| (|DoubleFloat|)))
1121 (LETT |yRange| (|PLOT;join| |t| 2 $))
1146 (VECTOR NIL (LIST |xRange| |yRange|)
1224 (LETT |yRange|
[all …]
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoFileTerrainSource.cxx117 double yRange[2] = {0.0, 0.0}; in ReadModel() local
123 model->GetPoints()->GetData()->GetRange(yRange, 1); in ReadModel()
127 node->SetProjectionBounds(xRange[0], xRange[1], yRange[0], yRange[1]); in ReadModel()
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/volume/vdb/
H A DVdbSampler_dense.ih42 const uniform vec2ui &yRange, \
47 for (uniform unsigned int y = yRange.x; y < yRange.y; ++y) { \
74 const uniform vec2ui &yRange, \
79 for (uniform unsigned int y = yRange.x; y < yRange.y; ++y) { \
115 const uniform vec2ui &yRange, \
123 for (uniform unsigned int y = yRange.x; y < yRange.y; ++y) { \
153 const uniform vec2ui &yRange, \
161 for (uniform unsigned int y = yRange.x; y < yRange.y; ++y) { \
201 const uniform vec2ui &yRange, \
207 for (uniform unsigned int y = yRange.x; y < yRange.y; ++y) { \
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/io/testing/
H A DUnitTestVTKDataSetReader.cxx258 vtkm::Range yRange = ranges[1]; in TestReadingFishTank() local
259 VTKM_TEST_ASSERT(yRange.Min == 0); in TestReadingFishTank()
260 VTKM_TEST_ASSERT(yRange.Max == 1); in TestReadingFishTank()
330 vtkm::Range yRange = ranges[1]; in TestReadingDoublePrecisionFishTank() local
331 VTKM_TEST_ASSERT(yRange.Min == 0); in TestReadingDoublePrecisionFishTank()
332 VTKM_TEST_ASSERT(yRange.Max == 1); in TestReadingDoublePrecisionFishTank()
379 vtkm::Range yRange = ranges[1]; in TestReadingASCIIFishTank() local
380 VTKM_TEST_ASSERT(yRange.Min == 0); in TestReadingASCIIFishTank()
381 VTKM_TEST_ASSERT(yRange.Max == 1); in TestReadingASCIIFishTank()
430 vtkm::Range yRange = ranges[1]; in TestReadingFusion() local
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/seismic/
H A Duniverse.cpp116 struct std::pair<int,int> yRange; member
117 …Rectangle (int startX, int startY, int width, int height):xRange(startX,width),yRange(startY,heigh… in Rectangle()
119 int StartY() const {return yRange.first;} in StartY()
121 int Height() const {return yRange.second;} in Height()
123 int EndY() const {return yRange.first + yRange.second;} in EndY()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/seismic/
H A Duniverse.cpp116 struct std::pair<int,int> yRange; member
117 …Rectangle (int startX, int startY, int width, int height):xRange(startX,width),yRange(startY,heigh… in Rectangle()
119 int StartY() const {return yRange.first;} in StartY()
121 int Height() const {return yRange.second;} in Height()
123 int EndY() const {return yRange.first + yRange.second;} in EndY()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/seismic/
H A Duniverse.cpp118 struct std::pair<int, int> yRange; member
121 yRange(startY, height) {} in Rectangle()
126 return yRange.first; in StartY()
132 return yRange.second; in Height()
138 return yRange.first + yRange.second; in EndY()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/include/SimTKcommon/
H A DScalar.h873 inline double stepAny(double y0, double yRange, in stepAny() argument
880 return y0 + yRange*stepUp(xadj); } in stepAny()
899 inline double dstepAny(double yRange, in dstepAny() argument
906 return yRange*oneOverXRange*dstepUp(xadj); } in dstepAny()
924 inline double d2stepAny(double yRange, in d2stepAny() argument
949 inline double d3stepAny(double yRange, in d3stepAny() argument
967 inline float stepAny(float y0, float yRange, in stepAny() argument
974 return y0 + yRange*stepUp(xadj); } in stepAny()
984 inline float dstepAny(float yRange, in dstepAny() argument
1000 inline float d2stepAny(float yRange, in d2stepAny() argument
[all …]

12345678910