Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/ui/frame/
H A Dframe_utils.cc25 int outside_bounds = chromeos::kResizeOutsideBoundsSize; in FrameBorderNonClientHitTest() local
28 outside_bounds *= chromeos::kResizeOutsideBoundsScaleForTouch; in FrameBorderNonClientHitTest()
29 expanded_bounds.Inset(-outside_bounds, -outside_bounds); in FrameBorderNonClientHitTest()
/dports/science/pagmo2/pagmo2-2.18.0/src/utils/hv_algos/
H A Dhv_algorithm.cpp229 bool outside_bounds = false; in assert_minimisation() local
233 outside_bounds |= (r_point[f_idx] < points[idx][f_idx]); in assert_minimisation()
236 if (all_equal || outside_bounds) { in assert_minimisation()
/dports/math/z3/z3-z3-4.8.13/src/math/simplex/
H A Dsimplex.h191 bool outside_bounds(var_t v) const { return below_lower(v) || above_upper(v); } in outside_bounds() function
H A Dsimplex_def.h134 if (outside_bounds(v)) { in add_patch()
215 SASSERT(outside_bounds(var)); in set_lower()
233 SASSERT(outside_bounds(var)); in set_upper()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/simplex/
H A Dsimplex.h191 bool outside_bounds(var_t v) const { return below_lower(v) || above_upper(v); } in outside_bounds() function
H A Dsimplex_def.h134 if (outside_bounds(v)) { in add_patch()
215 SASSERT(outside_bounds(var)); in set_lower()
233 SASSERT(outside_bounds(var)); in set_upper()