Home
last modified time | relevance | path

Searched refs:cbounds (Results 1 – 25 of 54) sorted by relevance

123

/dports/misc/ompl/ompl-1.5.2/tests/extensions/morse/
H A Dmorse_plan.cpp117 std::vector<double> cbounds(4); in main() local
118 cbounds[0] = -10; in main()
119 cbounds[1] = 10; in main()
120 cbounds[2] = -1; in main()
121 cbounds[3] = 1; in main()
146 auto env(std::make_shared<MyEnvironment>(2, 2, cbounds, pbounds, lbounds, abounds)); in main()
/dports/misc/ompl/ompl-1.5.2/demos/
H A DRigidBodyPlanningWithControls.cpp127 ob::RealVectorBounds cbounds(2); in plan() local
128 cbounds.setLow(-0.3); in plan()
129 cbounds.setHigh(0.3); in plan()
131 cspace->setBounds(cbounds); in plan()
214 ob::RealVectorBounds cbounds(2); in planWithSimpleSetup() local
215 cbounds.setLow(-0.3); in planWithSimpleSetup()
216 cbounds.setHigh(0.3); in planWithSimpleSetup()
218 cspace->setBounds(cbounds); in planWithSimpleSetup()
H A DRigidBodyPlanningWithODESolverAndControls.py81 cbounds = ob.RealVectorBounds(2)
82 cbounds.setLow(-.3)
83 cbounds.setHigh(.3)
84 cspace.setBounds(cbounds)
H A DHybridSystemPlanning.cpp135 ob::RealVectorBounds cbounds(2); in main() local
137 cbounds.setLow(0, -1.); in main()
138 cbounds.setHigh(0, 1.); in main()
140 cbounds.setLow(1, -20.); in main()
141 cbounds.setHigh(1, 20.); in main()
142 cmanifold->as<oc::RealVectorControlSpace>()->setBounds(cbounds); in main()
H A DRigidBodyPlanningWithControls.py90 cbounds = ob.RealVectorBounds(2)
91 cbounds.setLow(-.3)
92 cbounds.setHigh(.3)
93 cspace.setBounds(cbounds)
H A DRigidBodyPlanningWithIntegrationAndControls.cpp212 ob::RealVectorBounds cbounds(2); in planWithSimpleSetup() local
213 cbounds.setLow(-0.3); in planWithSimpleSetup()
214 cbounds.setHigh(0.3); in planWithSimpleSetup()
216 cspace->setBounds(cbounds); in planWithSimpleSetup()
H A DRigidBodyPlanningWithODESolverAndControls.cpp183 ob::RealVectorBounds cbounds(2); in planWithSimpleSetup() local
184 cbounds.setLow(-0.3); in planWithSimpleSetup()
185 cbounds.setHigh(0.3); in planWithSimpleSetup()
187 cspace->setBounds(cbounds); in planWithSimpleSetup()
H A DTriangulationDemo.cpp127 ob::RealVectorBounds cbounds(2); in planWithSimpleSetup() local
128 cbounds.setLow(-0.3); in planWithSimpleSetup()
129 cbounds.setHigh(0.3); in planWithSimpleSetup()
131 cspace->setBounds(cbounds); in planWithSimpleSetup()
H A DLTLWithTriangulation.cpp185 ob::RealVectorBounds cbounds(2); in plan() local
186 cbounds.setLow(-.5); in plan()
187 cbounds.setHigh(.5); in plan()
189 cspace->setBounds(cbounds); in plan()
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Drtcore_builder.cpp95 const RTCBounds* cbounds[BVHBuilderMorton::MAX_BRANCHING_FACTOR]; in rtcBuildBVHMorton() local
99 cbounds[i] = (const RTCBounds*)&children[i].second; in rtcBuildBVHMorton()
101 setNodeBounds(node,cbounds,(unsigned int)N,userPtr); in rtcBuildBVHMorton()
180 const RTCBounds* cbounds[GeneralBVHBuilder::MAX_BRANCHING_FACTOR]; in rtcBuildBVHBinnedSAH() local
181 for (size_t i=0; i<N; i++) cbounds[i] = (const RTCBounds*) &children[i].prims.geomBounds; in rtcBuildBVHBinnedSAH()
182 setNodeBounds(node,cbounds, (unsigned int)N,userPtr); in rtcBuildBVHBinnedSAH()
299 const RTCBounds* cbounds[GeneralBVHBuilder::MAX_BRANCHING_FACTOR]; in rtcBuildBVHSpatialSAH() local
300 for (size_t i=0; i<N; i++) cbounds[i] = (const RTCBounds*) &children[i].prims.geomBounds; in rtcBuildBVHSpatialSAH()
301 setNodeBounds(node,cbounds, (unsigned int)N,userPtr); in rtcBuildBVHSpatialSAH()
/dports/accessibility/atk/atk-2.36.0/atk/
H A Datktext.c1492 AtkTextRectangle cbounds, bounds; in atk_text_real_get_range_extents() local
1502 &cbounds.x, &cbounds.y, in atk_text_real_get_range_extents()
1503 &cbounds.width, &cbounds.height, in atk_text_real_get_range_extents()
1505 atk_text_rectangle_union (&bounds, &cbounds, &bounds); in atk_text_real_get_range_extents()
1529 AtkTextRectangle cbounds; in atk_text_real_get_bounded_ranges() local
1559 &cbounds.x, &cbounds.y, in atk_text_real_get_bounded_ranges()
1560 &cbounds.width, &cbounds.height, in atk_text_real_get_bounded_ranges()
1562 if (!atk_text_rectangle_contain (rect, &cbounds, x_clip_type, y_clip_type)) in atk_text_real_get_bounded_ranges()
/dports/misc/ompl/ompl-1.5.2/tests/control/
H A Dtest_control.py135 cbounds = ob.RealVectorBounds(2)
136 cbounds.low[0] = -MAX_VELOCITY
137 cbounds.high[0] = MAX_VELOCITY
138 cbounds.low[1] = -MAX_VELOCITY
139 cbounds.high[1] = MAX_VELOCITY
140 cSpace.setBounds(cbounds)
/dports/graphics/embree/embree-3.13.2/kernels/builders/
H A Dpriminfo.h302 LBBox3fa cbounds(empty); in linearBounds()
307 cbounds.extend(bn); in linearBounds()
309 return cbounds; in linearBounds()
322 LBBox3fa cbounds(empty); in linearBounds()
327 cbounds.extend(bn); in linearBounds()
329 return cbounds; in linearBounds()
H A Dbvh_builder_msmblur_hair.h400 LBBox3fa cbounds[MAX_BRANCHING_FACTOR]; in recurse() local
404 cbounds[i] = values[i].lbounds; in recurse()
411 bounds.extend(cbounds[i]); in recurse()
/dports/graphics/blender/blender-2.91.0/intern/cycles/bvh/
H A Dbvh_params.h243 : rbounds(bounds_), cbounds(cbounds_) in BVHRange()
260 return cbounds; in cent_bounds()
277 BoundBox cbounds; variable
/dports/misc/ompl/ompl-1.5.2/tests/control/2dmap/
H A D2dmap.cpp194 base::RealVectorBounds cbounds(2); in mySpaceInformation() local
196 cbounds.low[0] = -MAX_VELOCITY; in mySpaceInformation()
197 cbounds.high[0] = MAX_VELOCITY; in mySpaceInformation()
198 cbounds.low[1] = -MAX_VELOCITY; in mySpaceInformation()
199 cbounds.high[1] = MAX_VELOCITY; in mySpaceInformation()
200 cMan->setBounds(cbounds); in mySpaceInformation()
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DJBrowser.java1666 Rectangle cbounds = components[i].getBounds(); in getScrollableUnitIncrement() local
1667 if (cbounds.x + cbounds.width > visibleRect.x + visibleRect.width) { in getScrollableUnitIncrement()
1668 … increment = cbounds.x + cbounds.width - visibleRect.x - visibleRect.width; in getScrollableUnitIncrement()
1684 if (cbounds.x < visibleRect.x) { in getScrollableUnitIncrement()
1685 increment = visibleRect.x - cbounds.x; in getScrollableUnitIncrement()
1752 if (cbounds.x > visibleRect.x) { in getScrollableBlockIncrement()
1753 increment = cbounds.x - visibleRect.x; in getScrollableBlockIncrement()
1754 } else if (cbounds.x + cbounds.width > visibleRect.x + visibleRect.width) { in getScrollableBlockIncrement()
1755 increment = cbounds.x - visibleRect.x; in getScrollableBlockIncrement()
1770 if (cbounds.x + cbounds.width < visibleRect.x) { in getScrollableBlockIncrement()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A D_shgo.py1074 cbounds = [[x_b_i[0], x_b_i[1]] for x_b_i in self.bounds]
1079 if (x_i < v_min.x_a[i]) and (x_i > cbounds[i][0]):
1080 cbounds[i][0] = x_i
1083 if (x_i > v_min.x_a[i]) and (x_i < cbounds[i][1]):
1084 cbounds[i][1] = x_i
1088 logging.info('cbounds = {}'.format(cbounds))
1090 return cbounds
1106 cbounds = [[x_b_i[0], x_b_i[1]] for x_b_i in self.bounds]
1108 return cbounds
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/python/scripts/
H A DmmaVerify182 cbounds = sorted(node.children.values())
183 while len(cbounds) > 0 :
184 b = cbounds.pop()
H A DpebblLoadGraph301 cbounds = []
327 line = getFloat(line,True,cbounds)
361 if abs(cbounds[i]) < 1e75 :
602 and time[i]<=endseconds and abs(cbounds[i]) < 1e75 :
604 y.append(cbounds[i])
/dports/games/zoom/zoom-1.1.5/src/
H A Dcarbonprefs.c624 Rect cbounds; in pref_wnd_evt() local
634 GetControlBounds(cntl, &cbounds); in pref_wnd_evt()
637 oldw = cbounds.right - cbounds.left; in pref_wnd_evt()
638 oldh = cbounds.bottom - cbounds.top; in pref_wnd_evt()
664 Rect cbounds; in pref_wnd_evt() local
673 GetControlBounds(cntl, &cbounds); in pref_wnd_evt()
685 cbounds.left + diffw, cbounds.top); in pref_wnd_evt()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/c/
H A Dsk_surface.cpp389 const sk_rect_t* cbounds) { in sk_picture_recorder_begin_recording() argument
390 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/c/
H A Dsk_surface.cpp389 const sk_rect_t* cbounds) { in sk_picture_recorder_begin_recording() argument
390 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/c/
H A Dsk_surface.cpp389 const sk_rect_t* cbounds) { in sk_picture_recorder_begin_recording() argument
390 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/c/
H A Dsk_surface.cpp389 const sk_rect_t* cbounds) { in sk_picture_recorder_begin_recording() argument
390 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()

123