Home
last modified time | relevance | path

Searched refs:iYEnd (Results 1 – 12 of 12) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/ParquetFP/src/
H A DPlToSP.cxx156 float iYStart, iYEnd, jYStart, jYEnd; in TCGAlgo() local
180 iYEnd = _yloc[i] + _heights[i]; in TCGAlgo()
185 if (jYStart < iYStart + ebsilon && jYEnd < iYEnd + ebsilon in TCGAlgo()
189 } else if (jYStart > iYStart + ebsilon && jYEnd < iYEnd + ebsilon) { in TCGAlgo()
191 if (iYEnd - jYEnd > jYStart - iYStart) in TCGAlgo()
195 } else if (jYStart > iYStart + ebsilon && jYStart < iYEnd + ebsilon in TCGAlgo()
196 && jYEnd > iYEnd + ebsilon) { in TCGAlgo()
197 vertOverlap = iYEnd - jYStart; // upper overlap in TCGAlgo()
199 } else if (jYStart < iYStart + ebsilon && jYEnd > iYEnd + ebsilon) { in TCGAlgo()
200 vertOverlap = iYEnd - iYStart; // outer overlap in TCGAlgo()
[all …]
H A Dpltobtree.cxx259 float iYEnd = _yloc[i] + _heights[i]; in TCG_build_tree() local
264 if (jYStart < iYEnd - _epsilon && iYStart < jYEnd - _epsilon) { in TCG_build_tree()
265 if (jYStart < iYStart && jYEnd < iYEnd) { in TCG_build_tree()
271 if (iYEnd - jYEnd > jYStart - iYStart) in TCG_build_tree()
275 } else if (jYEnd > iYEnd) // (jYStart <= iYstart) in TCG_build_tree()
277 vertOverlap = iYEnd - jYStart; // upper overlap (j upper i) in TCG_build_tree()
281 vertOverlap = iYEnd - iYStart; // outer overlap (j outer i) in TCG_build_tree()
282 if (jYEnd - iYEnd > iYStart - jYStart) in TCG_build_tree()
/dports/science/gabedit/GabeditSrc251_300720/src/MultiGrid/
H A DGridMG.c151 int iYEnd = domain.iYEndInterior; in initInteriorGridMG() local
324 int iYEnd = domain.iYEndInterior; in equalInteriorGridMG() local
423 int iYEnd = domain.iYEndInterior; in plusEqualInteriorGridMG() local
514 int iYEnd = domain.iYEndInterior; in moinsEqualInteriorGridMG() local
605 int iYEnd = domain.iYEndInterior; in multEqualInteriorGridMG() local
695 int iYEnd = domain.iYEndInterior; in multEqualInteriorRealGridMG() local
781 int iYEnd = domain.iYEndInterior; in divEqualInteriorRealGridMG() local
874 int iYEnd = domain.iYEndInterior; in laplacianGridMG() local
925 int iYEnd = domain.iYEndInterior; in plusLaplacianGridMG() local
978 int iYEnd = domain.iYEndInterior; in moinsLaplacianGridMG() local
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dllrasterize.cpp446 int iYEnd = (int) floor(dfYEnd); in GDALdllImageLineAllTouched() local
459 if( iYEnd >= nRasterYSize ) in GDALdllImageLineAllTouched()
460 iYEnd = nRasterYSize - 1; in GDALdllImageLineAllTouched()
464 for( ; iY <= iYEnd; iY++ ) in GDALdllImageLineAllTouched()
467 for( ; iY <= iYEnd; iY++, dfVariant += dfDeltaVariant ) in GDALdllImageLineAllTouched()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp440 int iYEnd = static_cast<int>(floor(dfYEnd)); in GDALdllImageLineAllTouched() local
454 if( iYEnd >= nRasterYSize ) in GDALdllImageLineAllTouched()
455 iYEnd = nRasterYSize - 1; in GDALdllImageLineAllTouched()
460 for( ; iY <= iYEnd; iY++ ) in GDALdllImageLineAllTouched()
476 for( ; iY <= iYEnd; iY++, dfVariant += dfDeltaVariant ) in GDALdllImageLineAllTouched()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dllrasterize.cpp440 int iYEnd = static_cast<int>(floor(dfYEnd)); in GDALdllImageLineAllTouched() local
454 if( iYEnd >= nRasterYSize ) in GDALdllImageLineAllTouched()
455 iYEnd = nRasterYSize - 1; in GDALdllImageLineAllTouched()
460 for( ; iY <= iYEnd; iY++ ) in GDALdllImageLineAllTouched()
476 for( ; iY <= iYEnd; iY++, dfVariant += dfDeltaVariant ) in GDALdllImageLineAllTouched()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp440 int iYEnd = static_cast<int>(floor(dfYEnd)); in GDALdllImageLineAllTouched() local
454 if( iYEnd >= nRasterYSize ) in GDALdllImageLineAllTouched()
455 iYEnd = nRasterYSize - 1; in GDALdllImageLineAllTouched()
460 for( ; iY <= iYEnd; iY++ ) in GDALdllImageLineAllTouched()
476 for( ; iY <= iYEnd; iY++, dfVariant += dfDeltaVariant ) in GDALdllImageLineAllTouched()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/NT/
H A DwinX.c726 int iXEnd, iYEnd; // End point of ending radial line in AngleArc2() local
749 iYEnd = Y - (int) ((double) dwRadius * (double) sin(fEndRadians)); in AngleArc2()
758 iXStart, iYStart, iXEnd, iYEnd); in AngleArc2()
762 iXStart, iYStart, iXEnd, iYEnd); in AngleArc2()
766 MoveToEx(hdc, iXEnd, iYEnd, NULL); in AngleArc2()
/dports/games/xpilot/xpilot-4.5.5/src/common/NT/
H A DwinX.c917 int iXEnd, iYEnd; // End point of ending radial line in AngleArc2() local
939 iYEnd = Y - (int)((double)dwRadius * (double)sin(fEndRadians)); in AngleArc2()
948 iXStart, iYStart, iXEnd, iYEnd); in AngleArc2()
952 iXStart, iYStart, iXEnd, iYEnd); in AngleArc2()
956 MoveToEx(hdc, iXEnd, iYEnd, NULL); in AngleArc2()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DwinXXPilot.c914 int iXEnd, iYEnd; // End point of ending radial line in AngleArc2() local
936 iYEnd = Y - (int)((double)dwRadius * (double)sin(fEndRadians)); in AngleArc2()
945 iXStart, iYStart, iXEnd, iYEnd); in AngleArc2()
949 iXStart, iYStart, iXEnd, iYEnd); in AngleArc2()
953 MoveToEx(hdc, iXEnd, iYEnd, NULL); in AngleArc2()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNPP_staging.cu2328 int iYEnd = srcROI.y + (int) ceilYEnd; in resizeSuperSample_32f() local
2338 for (int iy = iYBegin + 1; iy < iYEnd; ++iy) in resizeSuperSample_32f()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNPP_staging.cu2376 int iYEnd = srcROI.y + (int) ceilYEnd; in resizeSuperSample_32f() local
2386 for (int iy = iYBegin + 1; iy < iYEnd; ++iy) in resizeSuperSample_32f()