Home
last modified time | relevance | path

Searched refs:iPart2 (Results 1 – 6 of 6) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcCascade.c319 assert( (uParts[iPart1] & uParts[iPart2]) == 0 ); in Abc_ResMigrate()
326 if ( uParts[iPart2] & (1 << k) ) in Abc_ResMigrate()
331 uParts[iPart2] ^= (1 << i) | (1 << k); in Abc_ResMigrate()
337 uParts2[1] = uParts[iPart2]; in Abc_ResMigrate()
341 uParts[iPart2] ^= (1 << i) | (1 << k); in Abc_ResMigrate()
345 uParts[iPart2] = uParts2[1]; in Abc_ResMigrate()
416 int i, k, n, iPart1, iPart2; in Abc_ResSwapRandom() local
430 for ( iPart2 = 0; iPart2 < nParts; iPart2++ ) in Abc_ResSwapRandom()
431 if ( uParts[iPart2] & (1 << k) ) in Abc_ResSwapRandom()
433 if ( iPart1 == iPart2 ) in Abc_ResSwapRandom()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/vector/geometry_checker/
H A Dqgsgeometrycheckerutils.cpp390 for ( int iPart2 = 0, nParts2 = geom2->partCount(); iPart2 < nParts2; ++iPart2 ) in sharedEdgeLength() local
392 for ( int iRing2 = 0, nRings2 = geom2->ringCount( iPart2 ); iRing2 < nRings2; ++iRing2 ) in sharedEdgeLength()
394 …for ( int iVert2 = 0, jVert2 = 1, nVerts2 = geom2->vertexCount( iPart2, iRing2 ); jVert2 < nVerts2… in sharedEdgeLength()
396 QgsPoint q1 = geom2->vertexAt( QgsVertexId( iPart2, iRing2, iVert2 ) ); in sharedEdgeLength()
397 QgsPoint q2 = geom2->vertexAt( QgsVertexId( iPart2, iRing2, jVert2 ) ); in sharedEdgeLength()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/vector/geometry_checker/
H A Dqgsgeometrycheckerutils.cpp390 for ( int iPart2 = 0, nParts2 = geom2->partCount(); iPart2 < nParts2; ++iPart2 ) in sharedEdgeLength() local
392 for ( int iRing2 = 0, nRings2 = geom2->ringCount( iPart2 ); iRing2 < nRings2; ++iRing2 ) in sharedEdgeLength()
394 …for ( int iVert2 = 0, jVert2 = 1, nVerts2 = geom2->vertexCount( iPart2, iRing2 ); jVert2 < nVerts2… in sharedEdgeLength()
396 const QgsPoint q1 = geom2->vertexAt( QgsVertexId( iPart2, iRing2, iVert2 ) ); in sharedEdgeLength()
397 const QgsPoint q2 = geom2->vertexAt( QgsVertexId( iPart2, iRing2, jVert2 ) ); in sharedEdgeLength()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/extrab/
H A DextraBddImage.c878 int iPart1, iPart2; in Extra_FindBestPartitions() local
882 iPart1 = iPart2 = -1; in Extra_FindBestPartitions()
889 CostMin2 = CostMin1; iPart2 = iPart1; in Extra_FindBestPartitions()
894 CostMin2 = Cost; iPart2 = bTemp->index; in Extra_FindBestPartitions()
899 *piNode2 = iPart2; in Extra_FindBestPartitions()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/bbr/
H A DbbrImage.c1015 int iPart1, iPart2; in Bbr_FindBestPartitions() local
1019 iPart1 = iPart2 = -1; in Bbr_FindBestPartitions()
1026 CostMin2 = CostMin1; iPart2 = iPart1; in Bbr_FindBestPartitions()
1031 CostMin2 = Cost; iPart2 = bTemp->index; in Bbr_FindBestPartitions()
1036 *piNode2 = iPart2; in Bbr_FindBestPartitions()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx2778 Standard_Integer iPart1, iPart2; in ChFi3d_StripeEdgeInter() local
2787 for (iPart2=1; iPart2<=aSurDat2->Length(); iPart2++) in ChFi3d_StripeEdgeInter()
2789 Handle(ChFiDS_SurfData) aDat2 = aSurDat2->Value(iPart2); in ChFi3d_StripeEdgeInter()