Home
last modified time | relevance | path

Searched refs:has_bounds (Results 1 – 25 of 78) sorted by relevance

1234

/dports/science/libkml/libkml-1.3.0/src/kml/engine/
H A Dlocation_util.cc72 bool has_bounds = false; // Turns true on any Feature w/ bounds. in GetFeatureBounds() local
75 has_bounds = true; in GetFeatureBounds()
78 return has_bounds; in GetFeatureBounds()
118 bool has_bounds = false; // Turns true on any Geometry w/ bounds. in GetGeometryBounds() local
122 has_bounds = true; in GetGeometryBounds()
125 return has_bounds; in GetGeometryBounds()
/dports/math/minizinc/libminizinc-2.5.5/share/minizinc/std/stdlib/
H A Dstdlib_internal.mzn10 if has_bounds(x) /\ dom(x) subset s then true
28 if has_bounds(x) /\ lb(x) >= l /\ ub(x) <= u then true
221 elseif (has_bounds(idx) /\ lb(idx) >= min(index_set(x)) /\ ub(idx) <= max(index_set(x))) then
238 … ((has_bounds(idx1) /\ lb(idx1) >= min(index_set_1of2(x)) /\ ub(idx1) <= max(index_set_1of2(x)))
265 … (has_bounds(idx1) /\ lb(idx1) >= min(index_set_1of3(x)) /\ ub(idx1) <= max(index_set_1of3(x)))
266 … /\ (has_bounds(idx2) /\ lb(idx2) >= min(index_set_2of3(x)) /\ ub(idx2) <= max(index_set_2of3(x)))
296 … (has_bounds(idx1) /\ lb(idx1) >= min(index_set_1of4(x)) /\ ub(idx1) <= max(index_set_1of4(x)))
297 … /\ (has_bounds(idx2) /\ lb(idx2) >= min(index_set_2of4(x)) /\ ub(idx2) <= max(index_set_2of4(x)))
466 elseif (has_bounds(idx) /\ lb(idx) >= min(index_set(x)) /\ ub(idx) <= max(index_set(x))) then
709 elseif (has_bounds(idx) /\ lb(idx) >= min(index_set(x)) /\ ub(idx) <= max(index_set(x))) then
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dsm-taint.cc125 enum bounds has_bounds) in taint_diagnostic() argument
126 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) in taint_diagnostic()
168 enum bounds has_bounds) in tainted_array_index() argument
169 : taint_diagnostic (sm, arg, has_bounds) in tainted_array_index()
236 enum bounds has_bounds) in tainted_offset() argument
237 : taint_diagnostic (sm, arg, has_bounds) in tainted_offset()
341 enum bounds has_bounds, in tainted_size() argument
343 : taint_diagnostic (sm, arg, has_bounds), in tainted_size()
410 enum bounds has_bounds) in tainted_divisor() argument
411 : taint_diagnostic (sm, arg, has_bounds) in tainted_divisor()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Dfpsoverlay.c99 gboolean has_bounds; in gtk_fps_overlay_snapshot() local
146 has_bounds = gtk_widget_compute_bounds (widget, widget, &bounds); in gtk_fps_overlay_snapshot()
148 has_bounds = gtk_widget_compute_bounds (child, widget, &bounds); in gtk_fps_overlay_snapshot()
152 has_bounds = gtk_widget_compute_bounds (widget, widget, &bounds); in gtk_fps_overlay_snapshot()
163 if (has_bounds) in gtk_fps_overlay_snapshot()
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dtaxis.c128 taxisptr->has_bounds = false; in taxisDefaultValue()
538 return taxisptr->has_bounds; in taxisHasBounds()
546 if ( taxisptr->has_bounds == false ) in taxisWithBounds()
548 taxisptr->has_bounds = true; in taxisWithBounds()
558 if ( taxisptr->has_bounds ) in taxisDeleteBounds()
560 taxisptr->has_bounds = false; in taxisDeleteBounds()
593 if ( taxisptr2->has_bounds ) in taxisCopyTimestep()
660 taxisptr->has_bounds = true; in taxisDefVdateBounds()
714 taxisptr->has_bounds = true; in taxisDefVtimeBounds()
1406 dest->has_bounds = source->has_bounds; in ptaxisCopy()
[all …]
H A Dtaxis.h15 short has_bounds; member
/dports/games/retroarch/RetroArch-1.9.7/gfx/video_layout/
H A Dload.c396 …bool has_bounds, video_layout_bounds_t n_bounds, video_layout_orientation_t n_orient, video_layout… in merge_group() argument
429 if (!has_bounds) in merge_group()
437 bool result, has_bounds; in load_view() local
456 has_bounds = false; in load_view()
473 has_bounds = true; in load_view()
499 merge_group(scope, view, group, has_bounds, n_bounds, n_orient, n_color); in load_view()
547 merge_group(scope, view, &rep, has_bounds, n_bounds, n_orient, n_color); in load_view()
612 if (!has_bounds) in load_view()
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dproblem_type_traits.cpp126 BOOST_CHECK((!has_bounds<db_00>::value)); in BOOST_AUTO_TEST_CASE()
127 BOOST_CHECK((has_bounds<db_01>::value)); in BOOST_AUTO_TEST_CASE()
128 BOOST_CHECK((!has_bounds<db_02>::value)); in BOOST_AUTO_TEST_CASE()
129 BOOST_CHECK((!has_bounds<db_03>::value)); in BOOST_AUTO_TEST_CASE()
130 BOOST_CHECK((!has_bounds<db_04>::value)); in BOOST_AUTO_TEST_CASE()
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dlocation_util_test.cc158 bool has_bounds; // Expected return value of GetFeatureBounds. member
258 ASSERT_EQ(kTestCases[i].has_bounds, GetFeatureBounds(feature, &bbox)) in TEST()
261 ASSERT_EQ(kTestCases[i].has_bounds, GetFeatureBounds(feature, NULL)); in TEST()
262 if (kTestCases[i].has_bounds) { in TEST()
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dspline.py422 has_bounds = True
424 has_bounds = False
426 return has_bounds, lower, upper
428 def _init_knots(self, knots, has_bounds, lower, upper): argument
435 if has_bounds:
/dports/science/cdo/cdo-2.0.0/src/
H A Ddatetime.cc129 …if (this->has_bounds == -1) this->has_bounds = CDO_Ignore_Time_Bounds ? 0 : taxisHasBounds(taxisID… in taxis_inq_timestep()
133 if (this->has_bounds) in taxis_inq_timestep()
185 if (this->has_bounds) in taxisDefTimestep()
264 if (this->has_bounds) in stat_taxis_def_timestep()
/dports/devel/wf-config/wf-config-0.7.1/test/
H A Doption_test.cpp20 static constexpr bool has_bounds( in has_bounds() function
30 static constexpr bool has_bounds(...) in has_bounds() function
38 value = has_bounds<U>(nullptr,
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-path-stroke-traps.c78 cairo_bool_t has_bounds; member
132 stroker->has_bounds = traps->num_limits; in stroker_init()
133 if (stroker->has_bounds) { in stroker_init()
210 if (! stroker->has_bounds) in stroker_intersects_join()
701 if (! stroker->has_bounds) in stroker_intersects_edge()
839 if (stroker->has_bounds && in line_to_dashed()
996 if (stroker->has_bounds && in curve_to()
1047 if (stroker->has_bounds && in curve_to_dashed()
H A Dcairo-path-stroke-boxes.c70 cairo_bool_t has_bounds; member
84 stroker->has_bounds = TRUE; in _cairo_rectilinear_stroker_limit()
146 stroker->has_bounds = FALSE; in _cairo_rectilinear_stroker_init()
495 if (stroker->has_bounds && in _cairo_rectilinear_stroker_line_to_dashed()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-path-stroke-traps.c78 cairo_bool_t has_bounds; member
132 stroker->has_bounds = traps->num_limits; in stroker_init()
133 if (stroker->has_bounds) { in stroker_init()
210 if (! stroker->has_bounds) in stroker_intersects_join()
701 if (! stroker->has_bounds) in stroker_intersects_edge()
839 if (stroker->has_bounds && in line_to_dashed()
996 if (stroker->has_bounds && in curve_to()
1047 if (stroker->has_bounds && in curve_to_dashed()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-path-stroke-traps.c78 cairo_bool_t has_bounds; member
132 stroker->has_bounds = traps->num_limits; in stroker_init()
133 if (stroker->has_bounds) { in stroker_init()
210 if (! stroker->has_bounds) in stroker_intersects_join()
701 if (! stroker->has_bounds) in stroker_intersects_edge()
839 if (stroker->has_bounds && in line_to_dashed()
996 if (stroker->has_bounds && in curve_to()
1047 if (stroker->has_bounds && in curve_to_dashed()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-path-stroke-traps.c78 cairo_bool_t has_bounds; member
132 stroker->has_bounds = traps->num_limits; in stroker_init()
133 if (stroker->has_bounds) { in stroker_init()
210 if (! stroker->has_bounds) in stroker_intersects_join()
701 if (! stroker->has_bounds) in stroker_intersects_edge()
839 if (stroker->has_bounds && in line_to_dashed()
996 if (stroker->has_bounds && in curve_to()
1047 if (stroker->has_bounds && in curve_to_dashed()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/bprb/
H A Dbprb_parameters.h47 bool has_bounds() const { return has_bounds_; } in has_bounds() function
71 bprb_param(bool has_bounds, std::string name, std::string desc) in bprb_param() argument
72 : has_bounds_(has_bounds), name_(std::move(name)), description_(std::move(desc)) {} in bprb_param()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Dsm-taint.cc98 enum bounds has_bounds) in tainted_array_index() argument
99 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) {} in tainted_array_index()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dsm-taint.cc96 enum bounds has_bounds) in tainted_array_index() argument
97 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) {} in tainted_array_index()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Dsm-taint.cc98 enum bounds has_bounds) in tainted_array_index() argument
99 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) {} in tainted_array_index()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dsm-taint.cc96 enum bounds has_bounds) in tainted_array_index() argument
97 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) {} in tainted_array_index()
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Dsm-taint.cc98 enum bounds has_bounds) in tainted_array_index() argument
99 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) {} in tainted_array_index()
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dsm-taint.cc96 enum bounds has_bounds)
97 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) {}
/dports/math/minizinc/libminizinc-2.5.5/share/minizinc/std/
H A Dfzn_alldifferent_except.mzn4 if forall(i in index_set(vs))(has_bounds(vs[i])) then

1234