Home
last modified time | relevance | path

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

12

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/PanelView/
H A Dkrsort.cpp92 while (aPos2 < aS2.length() && aS2.at(aPos2).isDigit()) aPos2++; in compareNumbers()
100 if (i2 >= start2) c2 = aS2.at(i2).digitValue(); in compareNumbers()
120 lchar2 = aS2[lPositionS2]; in compareTextsAlphabetical()
165 if (aS1[lPositionS1] < aS2[lPositionS2]) return true; in compareTextsCharacterCode()
166 if (aS1[lPositionS1] > aS2[lPositionS2]) return false; in compareTextsCharacterCode()
183 return QString::localeAwareCompare(aS1, aS2) < 0; in compareTextsKrusader()
186 return QString::compare(aS1, aS2) < 0; in compareTextsKrusader()
192 if (aS1.length() == 0 && aS2.length() == 0) { in compareTexts()
196 } else if (aS2.length() == 0) { in compareTexts()
204 if (aS2 == "..") in compareTexts()
[all …]
H A Dkrsort.h97 bool compareTexts(QString aS1, QString aS2, const KrViewProperties * _viewProperties, bool asc, boo…
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_History.cxx246 if (theHistory23.IsRemoved(aS2)) in Merge()
248 aRPropagated.Add(aS2); in Merge()
256 aMAndGPropagated.Add(aS2); in Merge()
262 aMAndGPropagated.Add(aS2); in Merge()
297 if (!aMAndGPropagated.Contains(aS2)) in Merge()
299 if (!aS1ToGAndM[aI]->IsBound(aS2)) in Merge()
306 myRemoved.Remove(aS2); in Merge()
334 if (!aRPropagated.Contains(aS2) && in Merge()
335 !myShapeToModified.IsBound(aS2) && in Merge()
336 !myShapeToGenerated.IsBound(aS2)) in Merge()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_DSFiller.cxx325 const TopoDS_Shape& aS2, in Insert() argument
341 const TopoDS_Shape& aS2, in InsertIntersection() argument
346 FC2D_Prepare(aS1,aS2); in InsertIntersection()
358 if ( ! CheckInsert(aS1,aS2) ) { in InsertIntersection()
361 FDSCNX_Prepare(aS1,aS2,HDS); in InsertIntersection()
366 TopoDS_Shape S2 = aS2; in InsertIntersection()
556 FDSCNX_Prepare(aS1,aS2,HDS); in InsertIntersection()
749 TopoDS_Shape S2 = aS2; in InsertIntersection2d()
912 TopoDS_Shape S2 = aS2; in Insert1d()
950 if (aS1.IsEqual(aS2)) { in CheckInsert()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_BOPCommands.cxx129 TopoDS_Shape aS1, aS2; in bop() local
138 aS2=DBRep::Get(a[2]); in bop()
152 aLC.Append(aS2); in bop()
258 aBOP.AddTool(aS2); in bopsmt()
326 aBOP.AddArgument(aS2); in bopsection()
405 TopoDS_Shape aS1, aS2; in bsection() local
408 aS2=DBRep::Get(a[3]); in bsection()
490 TopoDS_Shape aS1, aS2; in bsmt() local
499 aS2=DBRep::Get(a[3]); in bsmt()
506 aLC.Append(aS2); in bsmt()
[all …]
H A DBOPTest_CheckCommands.cxx297 const TopoDS_Shape& aS2=aDS.Shape(n2); in bopcheck() local
309 DBRep::Set (aName2, aS2); in bopcheck()
425 TopoDS_Shape aS22, aS2; in bopargcheck() local
459 aChecker.SetShape2(aS2); in bopargcheck()
940 TopoDS_Shape aS2; in bopapicheck() local
944 aS2 = DBRep::Get(a[2]); in bopapicheck()
985 if (aS2.IsNull()) in bopapicheck()
1023 if (aS2.IsNull()) in bopapicheck()
1034 if (aS2.IsNull()) in bopapicheck()
1058 if (aS1.IsNull() || aS2.IsNull()) { in xdistef()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_ArgumentAnalyzer.cxx395 const TopoDS_Shape& aS2=aDS.Shape(n2); in TestSelfInterferences() local
401 if (!aS1.IsSame(aS2)) in TestSelfInterferences()
402 aResult.AddFaultyShape1(aS2); in TestSelfInterferences()
407 if (!aS1.IsSame(aS2)) in TestSelfInterferences()
408 aResult.AddFaultyShape2(aS2); in TestSelfInterferences()
678 if(aMap2.Contains(aS2)) in TestMergeSubShapes()
680 aSeq2.Append(aS2); in TestMergeSubShapes()
681 aMap2.Add(aS2); in TestMergeSubShapes()
737 aListOfS2.Append(aS2); in TestMergeSubShapes()
764 const TopoDS_Shape& aS2 = aSeq2.Value(i); in TestMergeSubShapes() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/QANCollection/
H A DQANCollection_Test.cxx256 aS2.Append(anItem); in TestList()
257 theL.Prepend(aS2); in TestList()
258 aS2.Append(anItem); in TestList()
259 theL.Append(aS2); in TestList()
260 aS2.Append(anItem); in TestList()
263 aS2.Append(anItem); in TestList()
329 aS2.Append(anItem); in TestSequence()
330 theS.Prepend(aS2); in TestSequence()
331 aS2.Append(anItem); in TestSequence()
332 theS.Append(aS2); in TestSequence()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeometryTest/
H A DGeometryTest_TestProjCommands.cxx128 Handle(Geom_Surface) aS1, aS2; in xdistc2dc2dss()
153 aS2=DrawTrSurf::GetSurface(a[4]); in xdistc2dc2dss()
154 if (aS2.IsNull()) in xdistc2dc2dss()
185 aS2->D0(aP2d2.X(), aP2d2.Y(), aP2); in xdistc2dc2dss()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAlgoAPI/
H A DBRepAlgoAPI_Section.cxx92 const TopoDS_Shape& aS2, in BRepAlgoAPI_Section() argument
97 aS2, in BRepAlgoAPI_Section()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolygon_offset_builder_traits_2.h138 … ( Segment_2_with_ID const& aS0, Segment_2_with_ID const& aS1, Segment_2_with_ID const& aS2 ) const in operator()
140 return CGAL_SS_i::construct_trisegment(aS0,aS1,aS2,0); in operator()
/dports/cad/opencascade/opencascade-7.6.0/src/BinTools/
H A DBinTools_ShapeSet.cxx100 TopoDS_Shape aS2 = theShape; in Add() local
101 aS2.Location (TopLoc_Location()); in Add()
102 Standard_Integer anIndex = myShapes.FindIndex (aS2); in Add()
104 AddShape (aS2); in Add()
105 for (TopoDS_Iterator its (aS2, Standard_False, Standard_False); its.More(); its.Next()) in Add()
107 anIndex = myShapes.Add (aS2); in Add()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_WLineTool.cxx134 Handle(Geom_Surface)aS2 = BRep_Tool::Surface(aF2); in IsPointInDegeneratedZone()
136 GeomAdaptor_Surface aGAS2(aS2); in IsPointInDegeneratedZone()
174 bFlag=IsDegeneratedZone(aP2d, aS2, 1); in IsPointInDegeneratedZone()
180 bFlag=IsDegeneratedZone(aP2d, aS2, 1); in IsPointInDegeneratedZone()
187 bFlag=IsDegeneratedZone(aP2d, aS2, 2); in IsPointInDegeneratedZone()
193 bFlag=IsDegeneratedZone(aP2d, aS2, 2); in IsPointInDegeneratedZone()
H A DIntTools_FaceFace.cxx296 gp_Cylinder aS2; in isTreatAnalityc() local
312 aS2=theBAS1.Cylinder(); in isTreatAnalityc()
324 aS2=theBAS2.Cylinder(); in isTreatAnalityc()
341 inter.Perform(aS1,aS2,Tolang,theTol, aHigh); in isTreatAnalityc()
639 const Handle(Geom_Surface)& aS2 = myHS2->Surface(); in ComputeTolReached3d()
665 const Handle(Geom_Surface)& aS = !j ? aS1 : aS2; in ComputeTolReached3d()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_IntSS_1.cxx273 Handle(Geom_Surface) aS1, aS2; in MakeCurve()
282 aS2=myHS2->Surface(); in MakeCurve()
752 AdjustUPeriodic (aS2, BS2); in MakeCurve()
797 AdjustUPeriodic (aS2, BS1); in MakeCurve()
883 AdjustUPeriodic (aS2, BS2); in MakeCurve()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_Circ2d2TanRadGeo.cxx652 Standard_Real aS2 = aF2/aG2; in PrecRoot() local
657 Standard_Real aDS2v = (aFIv-aG2*aG2)/aG2 - (aS2*aPSIv/(aG2*aG2)); in PrecRoot()
680 aStepU = -(aS1*aDS2v-aS2*aDS1v)/aDet; in PrecRoot()
681 aStepV = -(aS2*aDS1u-aS1*aDS2u)/aDet; in PrecRoot()
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_19.cxx1548 const Handle(Geom_Surface) aS2 = CreateCone( in OCC23972()
1557 DrawTrSurf::Set(theArgs[2], aS2); in OCC23972()
2970 TopoDS_Shape aS2 = DBRep::Get(argv[3]); in OCC25446() local
2971 if (aS2.IsNull()) { in OCC25446()
2991 aLS.Append(aS2); in OCC25446()
3038 TopExp::MapShapes(aS2, aMapArgs); in OCC25446()
4340 TopoDS_Shape aS1, aS2; in OCC26525() local
4351 aS2 = DBRep::Get(a[3]); in OCC26525()
4353 if (aS1.IsNull() || aS2.IsNull()) in OCC26525()
4363 if (aS2.ShapeType()!=TopAbs_FACE) in OCC26525()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/frmedt/
H A Dfetab.cxx1717 Point aS2; in lcl_ProjectOntoClosestTableFrame() local
1728 aS2 = aTabRect.BottomLeft(); in lcl_ProjectOntoClosestTableFrame()
1734 aS2 = aTabRect.BottomRight(); in lcl_ProjectOntoClosestTableFrame()
1740 aS2 = aTabRect.TopRight(); in lcl_ProjectOntoClosestTableFrame()
1743 const double nDist = lcl_DistancePoint2Segment( aS1, aS2, rPoint ); in lcl_ProjectOntoClosestTableFrame()
1748 aMin2 = aS2; in lcl_ProjectOntoClosestTableFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dfetab.cxx1745 Point aS2; in lcl_ProjectOntoClosestTableFrame() local
1756 aS2 = aTabRect.BottomLeft(); in lcl_ProjectOntoClosestTableFrame()
1762 aS2 = aTabRect.BottomRight(); in lcl_ProjectOntoClosestTableFrame()
1768 aS2 = aTabRect.TopRight(); in lcl_ProjectOntoClosestTableFrame()
1771 const double nDist = lcl_DistancePoint2Segment( aS1, aS2, rPoint ); in lcl_ProjectOntoClosestTableFrame()
1776 aMin2 = aS2; in lcl_ProjectOntoClosestTableFrame()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_ViewMapping.hpp2233 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t, size_t, in ViewStride()
2235 : S0(aS0), S1(aS1), S2(aS2) {} in ViewStride()
2250 : S0(aS0), S1(aS1), S2(aS2), S3(aS3) {} in ViewStride()
2263 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2265 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4) {} in ViewStride()
2278 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2280 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4), S5(aS5) {} in ViewStride()
2293 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2295 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4), S5(aS5), S6(aS6) {} in ViewStride()
2307 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_ViewMapping.hpp2233 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t, size_t, in ViewStride()
2235 : S0(aS0), S1(aS1), S2(aS2) {} in ViewStride()
2250 : S0(aS0), S1(aS1), S2(aS2), S3(aS3) {} in ViewStride()
2263 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2265 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4) {} in ViewStride()
2278 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2280 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4), S5(aS5) {} in ViewStride()
2293 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2295 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4), S5(aS5), S6(aS6) {} in ViewStride()
2307 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_ViewMapping.hpp2233 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t, size_t, in ViewStride()
2235 : S0(aS0), S1(aS1), S2(aS2) {} in ViewStride()
2250 : S0(aS0), S1(aS1), S2(aS2), S3(aS3) {} in ViewStride()
2263 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2265 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4) {} in ViewStride()
2278 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2280 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4), S5(aS5) {} in ViewStride()
2293 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
2295 : S0(aS0), S1(aS1), S2(aS2), S3(aS3), S4(aS4), S5(aS5), S6(aS6) {} in ViewStride()
2307 constexpr ViewStride(size_t aS0, size_t aS1, size_t aS2, size_t aS3, in ViewStride()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TNaming/
H A DTNaming_Naming.cxx822 const TopoDS_Shape& aS2 = aNS->Get(); in Filter() local
825 if(!aS2.IsNull()) { in Filter()
826 …std::cout << "Build shape type = " << aS2.ShapeType() <<" TSH = " << aS2.TShape()->This()<<std::en… in Filter()
827 Write (aS2, "NBS_BuildShape.brep"); in Filter()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DnsPipe3.cpp1430 static bool strings_equal(bool aIgnoreCase, const char* aS1, const char* aS2, in strings_equal() argument
1432 return aIgnoreCase ? !nsCRT::strncasecmp(aS1, aS2, aLen) in strings_equal()
1433 : !strncmp(aS1, aS2, aLen); in strings_equal()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/io/
H A DnsPipe3.cpp1422 static bool strings_equal(bool aIgnoreCase, const char* aS1, const char* aS2, in strings_equal() argument
1424 return aIgnoreCase ? !nsCRT::strncasecmp(aS1, aS2, aLen) in strings_equal()
1425 : !strncmp(aS1, aS2, aLen); in strings_equal()

12