Home
last modified time | relevance | path

Searched refs:itcr (Results 1 – 25 of 66) sorted by relevance

123

/dports/cad/opencascade/opencascade-7.6.0/src/BRep/
H A DBRep_Builder.cxx78 itcr.Next(); in UpdateCurves()
138 itcr.Next(); in UpdateCurves()
205 itcr.Next(); in UpdateCurves()
256 itcr.Next(); in UpdateCurves()
314 itcr.Next(); in UpdateCurves()
358 itcr.Next(); in UpdateCurves()
772 itcr.Next(); in UpdateEdge()
817 itcr.Next(); in UpdateEdge()
868 itcr.Next(); in UpdateEdge()
920 itcr.Next(); in UpdateEdge()
[all …]
H A DBRep_Tool.cxx190 itcr.Next(); in Handle()
251 itcr.Next(); in IsGeometric()
278 itcr.Next(); in Handle()
343 itcr.Next(); in Handle()
445 itcr.Next(); in CurveOnSurface()
474 for (; itcr.More(); itcr.Next()) in CurveOnSurface()
554 itcr.Next(); in Handle()
583 itcr.Next(); in PolygonOnSurface()
621 itcr.Next(); in PolygonOnSurface()
658 itcr.Next(); in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_TolerCommands.cxx219 BRep_ListIteratorOfListOfCurveRepresentation itcr; in ProcessEdge() local
234 itcr.Initialize(aLCR); in ProcessEdge()
235 for (; itcr.More(); itcr.Next()) { in ProcessEdge()
236 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in ProcessEdge()
304 BRep_ListIteratorOfListOfCurveRepresentation itcr; in ProcessVertex() local
333 itcr.Initialize(aLCR); in ProcessVertex()
334 for (; itcr.More(); itcr.Next()) { in ProcessVertex()
335 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in ProcessVertex()
512 BRep_ListIteratorOfListOfCurveRepresentation itcr; in PreparePCurves() local
513 itcr.Initialize(aLCR); in PreparePCurves()
[all …]
H A DBOPTest_LowCommands.cxx298 BRep_ListIteratorOfListOfCurveRepresentation itcr in CurveOnSurface() local
301 while (itcr.More()) { in CurveOnSurface()
302 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in CurveOnSurface()
311 itcr.Next(); in CurveOnSurface()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Tools_1.cxx152 while (itcr.More()) { in CorrectEdgeTolerance()
153 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in CorrectEdgeTolerance()
160 itcr.Next(); in CorrectEdgeTolerance()
171 itcr.Initialize(TE->Curves()); in CorrectEdgeTolerance()
172 while (itcr.More()) { in CorrectEdgeTolerance()
178 itcr.Next(); in CorrectEdgeTolerance()
234 itcr.Initialize(TE->Curves()); in CorrectEdgeTolerance()
235 while (itcr.More()) { in CorrectEdgeTolerance()
269 itcr.Next(); in CorrectEdgeTolerance()
459 while (itcr.More()) { in CheckEdge()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepCheck/
H A DBRepCheck_Edge.cxx108 while (itcr.More()) { in Minimum()
109 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in Minimum()
121 itcr.Next(); in Minimum()
133 itcr.Initialize(TE->Curves()); in Minimum()
134 while (itcr.More()) { in Minimum()
135 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in Minimum()
140 itcr.Next(); in Minimum()
324 while (itcr.More()) { in InContext()
423 itcr.Next(); in InContext()
584 for (; itcr.More(); itcr.Next()) { in Tolerance()
[all …]
H A DBRepCheck_Vertex.cxx163 BRep_ListIteratorOfListOfCurveRepresentation itcr(TE->Curves()); in InContext() local
167 while (itcr.More()) in InContext()
170 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in InContext()
254 itcr.Next(); in InContext()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/watchdog/
H A Dcmsdk-apb-watchdog.c87 if (s->itcr) { in cmsdk_apb_watchdog_update()
127 r = s->itcr; in cmsdk_apb_watchdog_read()
185 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
242 s->itcr = 0; in cmsdk_apb_watchdog_reset()
291 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/cad/opencascade/opencascade-7.6.0/src/TNaming/
H A DTNaming_TranslateTool.cxx253 BRep_ListIteratorOfListOfCurveRepresentation itcr(TTE1->Curves()); in UpdateEdge() local
259 while (itcr.More()) { in UpdateEdge()
261 const Handle(BRep_CurveRepresentation)& CR = itcr.Value(); in UpdateEdge()
344 itcr.Next(); in UpdateEdge()
355 itcr.Next(); in UpdateEdge()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/
H A DCsStorage.cpp86 std::vector<number_t>::const_iterator itcr=crpointer.begin(); in toScalarCs() local
91 for(; itcr!=crpointer.end()-1; itcr++) in toScalarCs()
95 number_t rcb=*itcr, rce=*(itcr+1); in toScalarCs()
/dports/emulators/qemu42/qemu-4.2.1/hw/watchdog/
H A Dcmsdk-apb-watchdog.c101 if (s->itcr) { in cmsdk_apb_watchdog_update()
148 r = s->itcr; in cmsdk_apb_watchdog_read()
233 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
301 s->itcr = 0; in cmsdk_apb_watchdog_reset()
355 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/emulators/qemu5/qemu-5.2.0/hw/watchdog/
H A Dcmsdk-apb-watchdog.c101 if (s->itcr) { in cmsdk_apb_watchdog_update()
148 r = s->itcr; in cmsdk_apb_watchdog_read()
234 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
302 s->itcr = 0; in cmsdk_apb_watchdog_reset()
356 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/emulators/qemu-utils/qemu-4.2.1/hw/watchdog/
H A Dcmsdk-apb-watchdog.c101 if (s->itcr) { in cmsdk_apb_watchdog_update()
148 r = s->itcr; in cmsdk_apb_watchdog_read()
233 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
301 s->itcr = 0; in cmsdk_apb_watchdog_reset()
355 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/watchdog/
H A Dcmsdk-apb-watchdog.c101 if (s->itcr) {
148 r = s->itcr;
233 s->itcr = value & R_WDOGITCR_VALID_MASK;
301 s->itcr = 0;
355 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/watchdog/
H A Dcmsdk-apb-watchdog.c101 if (s->itcr) { in cmsdk_apb_watchdog_update()
148 r = s->itcr; in cmsdk_apb_watchdog_read()
233 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
301 s->itcr = 0; in cmsdk_apb_watchdog_reset()
355 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeCustom/
H A DShapeCustom_DirectModification.cxx145 BRep_ListIteratorOfListOfCurveRepresentation itcr(TE->Curves()); in NewCurve() local
146 for ( ; itcr.More(); itcr.Next() ) { in NewCurve()
147 Handle(BRep_GCurve) GC = Handle(BRep_GCurve)::DownCast(itcr.Value()); in NewCurve()
H A DShapeCustom_ConvertToBSpline.cxx167 BRep_ListIteratorOfListOfCurveRepresentation itcr(TE->Curves()); in NewCurve() local
168 for ( ; itcr.More(); itcr.Next() ) { in NewCurve()
169 Handle(BRep_GCurve) GC = Handle(BRep_GCurve)::DownCast(itcr.Value()); in NewCurve()
H A DShapeCustom_ConvertToRevolution.cxx194 BRep_ListIteratorOfListOfCurveRepresentation itcr(TE->Curves()); in NewCurve() local
195 for ( ; itcr.More(); itcr.Next() ) { in NewCurve()
196 Handle(BRep_GCurve) GC = Handle(BRep_GCurve)::DownCast(itcr.Value()); in NewCurve()
H A DShapeCustom_SweptToElementary.cxx194 BRep_ListIteratorOfListOfCurveRepresentation itcr(TE->Curves()); in NewCurve() local
195 for ( ; itcr.More(); itcr.Next() ) { in NewCurve()
196 Handle(BRep_GCurve) GC = Handle(BRep_GCurve)::DownCast(itcr.Value()); in NewCurve()
/dports/emulators/qemu/qemu-6.2.0/hw/watchdog/
H A Dcmsdk-apb-watchdog.c102 if (s->itcr) { in cmsdk_apb_watchdog_update()
149 r = s->itcr; in cmsdk_apb_watchdog_read()
235 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
303 s->itcr = 0; in cmsdk_apb_watchdog_reset()
370 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/emulators/qemu60/qemu-6.0.0/hw/watchdog/
H A Dcmsdk-apb-watchdog.c102 if (s->itcr) { in cmsdk_apb_watchdog_update()
149 r = s->itcr; in cmsdk_apb_watchdog_read()
235 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
303 s->itcr = 0; in cmsdk_apb_watchdog_reset()
370 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/watchdog/
H A Dcmsdk-apb-watchdog.c102 if (s->itcr) { in cmsdk_apb_watchdog_update()
149 r = s->itcr; in cmsdk_apb_watchdog_read()
235 s->itcr = value & R_WDOGITCR_VALID_MASK; in cmsdk_apb_watchdog_write()
303 s->itcr = 0; in cmsdk_apb_watchdog_reset()
370 VMSTATE_UINT32(itcr, CMSDKAPBWatchdog),
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_DRAW.cxx119 BRep_ListIteratorOfListOfCurveRepresentation itcr(lcr); in FUN_hascurveonsurf() local
122 for (;itcr.More();itcr.Next()) { in FUN_hascurveonsurf()
123 const Handle(BRep_CurveRepresentation)& cr = itcr.Value(); in FUN_hascurveonsurf()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeBuild/
H A DShapeBuild_Edge.cxx279 for (BRep_ListIteratorOfListOfCurveRepresentation itcr in SetRange3d() local
280 ((*((Handle(BRep_TEdge)*)&edge.TShape()))->ChangeCurves()); itcr.More(); itcr.Next()) { in SetRange3d()
281 Handle(BRep_GCurve) GC = Handle(BRep_GCurve)::DownCast(itcr.Value()); in SetRange3d()
434 for (BRep_ListIteratorOfListOfCurveRepresentation itcr in CountPCurves() local
435 ((*((Handle(BRep_TEdge)*)&edge.TShape()))->ChangeCurves()); itcr.More(); itcr.Next()) { in CountPCurves()
436 Handle(BRep_GCurve) GC = Handle(BRep_GCurve)::DownCast(itcr.Value()); in CountPCurves()
/dports/emulators/qemu/qemu-6.2.0/include/hw/watchdog/
H A Dcmsdk-apb-watchdog.h62 uint32_t itcr; member

123