Home
last modified time | relevance | path

Searched refs:Bound (Results 1 – 25 of 5837) sorted by relevance

12345678910>>...234

/dports/math/SCIP/scip-7.0.3/check/instances/MINLP/
H A Dex1266.mps408 BV Bound x0
409 BV Bound x1
410 BV Bound x2
411 BV Bound x3
412 BV Bound x4
413 BV Bound x5
414 BV Bound x6
415 BV Bound x7
416 BV Bound x8
417 BV Bound x9
[all …]
H A Dtltr.mps178 BV Bound x0
179 BV Bound x1
180 BV Bound x2
181 BV Bound x3
182 BV Bound x4
183 BV Bound x5
184 BV Bound x6
185 BV Bound x7
186 BV Bound x8
187 BV Bound x9
[all …]
H A Dmeanvarx.mps135 BV Bound x0
136 BV Bound x1
137 BV Bound x2
138 BV Bound x3
139 BV Bound x4
140 BV Bound x5
141 BV Bound x6
142 BV Bound x7
143 BV Bound x8
144 BV Bound x9
[all …]
/dports/math/SCIP/scip-7.0.3/check/instances/Stochastic/
H A Dqf_rrtailassign_0.cor96266 PL Bound DeviationPos_7_2
96267 PL Bound DeviationPos_7_4
96432 PL Bound DeviationPos_8_2
96433 PL Bound DeviationPos_8_4
96598 PL Bound DeviationPos_9_2
96599 PL Bound DeviationPos_9_4
103736 PL Bound DeviationNeg_7_2
103737 PL Bound DeviationNeg_7_4
103902 PL Bound DeviationNeg_8_2
103903 PL Bound DeviationNeg_8_4
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/rustsec/src/osv/
H A Dunaffected_range.rs12 pub(crate) enum Bound { enum
18 impl Bound { implementation
22 Bound::Unbounded => None, in version()
40 if start == &Bound::Unbounded || end == &Bound::Unbounded { in less_or_equal()
46 (Bound::Inclusive(v_start), Bound::Inclusive(v_end)) => v_start == v_end, in less_or_equal()
60 start: Bound,
61 end: Bound,
65 pub fn new(start: Bound, end: Bound) -> Result<Self, Error> { in new() argument
76 pub fn start(&self) -> &Bound { in start() argument
80 pub fn end(&self) -> &Bound { in end() argument
[all …]
/dports/lang/yap/yap-6.2.2/packages/clpqr/clpq/
H A Dineq_q.pl182 Bound is -I,
319 Bound is -I,
534 % bound Bound.
553 ( Bound > L
563 ( Bound < U
571 ( Bound > L
904 L < Bound,
910 L < Bound,
1131 Bound < U,
1137 Bound < U,
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/clpqr/clpq/
H A Dineq_q.pl182 Bound is -I,
319 Bound is -I,
534 % bound Bound.
553 ( Bound > L
563 ( Bound < U
571 ( Bound > L
904 L < Bound,
910 L < Bound,
1131 Bound < U,
1137 Bound < U,
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/pg/types/
H A Dranges.rs2 use std::collections::Bound;
26 impl<T, ST> Queryable<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
36 impl<ST, T> AsExpression<Range<ST>> for (Bound<T>, Bound<T>) { implementation
44 impl<'a, ST, T> AsExpression<Range<ST>> for &'a (Bound<T>, Bound<T>) { implementation
52 impl<ST, T> AsExpression<Nullable<Range<ST>>> for (Bound<T>, Bound<T>) { implementation
68 impl<T, ST> FromSqlRow<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
70 (Bound<T>, Bound<T>): FromSql<Range<ST>, Pg>,
77 impl<T, ST> FromSql<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
115 impl<ST, T> ToSql<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
160 impl<ST, T> ToSql<Nullable<Range<ST>>, Pg> for (Bound<T>, Bound<T>) implementation
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/pg/types/
H A Dranges.rs2 use std::collections::Bound;
26 impl<T, ST> Queryable<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
36 impl<ST, T> AsExpression<Range<ST>> for (Bound<T>, Bound<T>) { implementation
44 impl<'a, ST, T> AsExpression<Range<ST>> for &'a (Bound<T>, Bound<T>) { implementation
52 impl<ST, T> AsExpression<Nullable<Range<ST>>> for (Bound<T>, Bound<T>) { implementation
68 impl<T, ST> FromSqlRow<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
70 (Bound<T>, Bound<T>): FromSql<Range<ST>, Pg>,
77 impl<T, ST> FromSql<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
115 impl<ST, T> ToSql<Range<ST>, Pg> for (Bound<T>, Bound<T>) implementation
160 impl<ST, T> ToSql<Nullable<Range<ST>>, Pg> for (Bound<T>, Bound<T>) implementation
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dsort_policy_test.cpp76 nodeOne.Bound() |= utility;
78 nodeOne.Bound() |= utility;
84 nodeTwo.Bound() |= utility;
93 nodeTwo.Bound().Clear();
104 nodeTwo.Bound().Clear();
129 node.Bound() |= utility;
131 node.Bound() |= utility;
218 nodeTwo.Bound().Clear();
229 nodeTwo.Bound().Clear();
254 node.Bound() |= utility;
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/thin-vec-0.1.0/src/
H A Drange.rs10 fn start(&self) -> Bound<&T>; in start()
15 fn end(&self) -> Bound<&T>; in end()
21 fn start(&self) -> Bound<&T> { in start()
24 fn end(&self) -> Bound<&T> { in end()
30 fn start(&self) -> Bound<&T> { in start()
33 fn end(&self) -> Bound<&T> { in end()
42 fn end(&self) -> Bound<&T> { in end()
51 fn end(&self) -> Bound<&T> { in end()
76 impl<T> RangeArgument<T> for (Bound<T>, Bound<T>) { implementation
85 fn end(&self) -> Bound<&T> { in end()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/thin-vec/src/
H A Drange.rs10 fn start(&self) -> Bound<&T>; in start()
15 fn end(&self) -> Bound<&T>; in end()
21 fn start(&self) -> Bound<&T> { in start()
24 fn end(&self) -> Bound<&T> { in end()
30 fn start(&self) -> Bound<&T> { in start()
33 fn end(&self) -> Bound<&T> { in end()
42 fn end(&self) -> Bound<&T> { in end()
51 fn end(&self) -> Bound<&T> { in end()
76 impl<T> RangeArgument<T> for (Bound<T>, Bound<T>) { implementation
85 fn end(&self) -> Bound<&T> { in end()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fst-0.3.5/src/raw/
H A Dtests.rs258 min: Bound::Unbounded, max: Bound::Unbounded,
264 min: Bound::Unbounded, max: Bound::Unbounded,
271 min: Bound::Included(vec![]), max: Bound::Unbounded,
278 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
285 min: Bound::Included(vec![]), max: Bound::Unbounded,
292 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
299 min: Bound::Unbounded, max: Bound::Unbounded,
306 min: Bound::Unbounded, max: Bound::Included(vec![]),
313 min: Bound::Unbounded, max: Bound::Excluded(vec![]),
320 min: Bound::Unbounded, max: Bound::Included(vec![]),
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/rectangle_tree/
H A Dr_star_tree_descent_heuristic_impl.hpp50 node->Child(i).Bound()[k].Hi()); in ChooseDescentNode()
52 node->Child(i).Bound()[k].Lo()); in ChooseDescentNode()
55 node->Child(i).Bound()[k].Lo() > in ChooseDescentNode()
182 v1 *= node->Child(i).Bound()[j].Width(); in ChooseDescentNode()
183 v2 *= node->Child(i).Bound()[j].Contains(insertedNode->Bound()[j]) ? in ChooseDescentNode()
184 node->Child(i).Bound()[j].Width() : in ChooseDescentNode()
185 (insertedNode->Bound()[j].Contains(node->Child(i).Bound()[j]) ? in ChooseDescentNode()
186 insertedNode->Bound()[j].Width() : in ChooseDescentNode()
187 (insertedNode->Bound()[j].Lo() < node->Child(i).Bound()[j].Lo() ? in ChooseDescentNode()
188 (node->Child(i).Bound()[j].Hi() - insertedNode->Bound()[j].Lo()) : in ChooseDescentNode()
[all …]
H A Dr_tree_descent_heuristic_impl.hpp38 v1 *= node->Child(i).Bound()[j].Width(); in ChooseDescentNode()
40 node->Child(i).Bound()[j].Width() : in ChooseDescentNode()
82 v1 *= node->Child(i).Bound()[j].Width(); in ChooseDescentNode()
83 v2 *= node->Child(i).Bound()[j].Contains(insertedNode->Bound()[j]) ? in ChooseDescentNode()
84 node->Child(i).Bound()[j].Width() : in ChooseDescentNode()
85 (insertedNode->Bound()[j].Contains(node->Child(i).Bound()[j]) ? in ChooseDescentNode()
86 insertedNode->Bound()[j].Width() : in ChooseDescentNode()
87 (insertedNode->Bound()[j].Lo() < node->Child(i).Bound()[j].Lo() in ChooseDescentNode()
88 ? (node->Child(i).Bound()[j].Hi() - in ChooseDescentNode()
89 insertedNode->Bound()[j].Lo()) : (insertedNode->Bound()[j].Hi() - in ChooseDescentNode()
[all …]
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dtype.h48 class Bound {
50 static Bound Assumed() { return Bound(Category::Assumed); } in Assumed()
54 Bound(const Bound &) = default;
55 Bound(Bound &&) = default;
56 Bound &operator=(const Bound &) = default;
57 Bound &operator=(Bound &&) = default;
163 static ShapeSpec MakeExplicit(Bound &&lb, Bound &&ub) { in MakeExplicit()
172 return ShapeSpec(Bound{1}, Bound::Deferred()); in MakeAssumed()
184 return ShapeSpec(Bound{1}, Bound::Assumed()); in MakeImplied()
207 Bound lb_;
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/fst-0.4.7/src/raw/
H A Dtests.rs277 min: Bound::Unbounded, max: Bound::Unbounded,
283 min: Bound::Unbounded, max: Bound::Unbounded,
290 min: Bound::Included(vec![]), max: Bound::Unbounded,
297 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
304 min: Bound::Included(vec![]), max: Bound::Unbounded,
311 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
318 min: Bound::Unbounded, max: Bound::Unbounded,
325 min: Bound::Unbounded, max: Bound::Included(vec![]),
332 min: Bound::Unbounded, max: Bound::Excluded(vec![]),
339 min: Bound::Unbounded, max: Bound::Included(vec![]),
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fst-0.4.7/src/raw/
H A Dtests.rs277 min: Bound::Unbounded, max: Bound::Unbounded,
283 min: Bound::Unbounded, max: Bound::Unbounded,
290 min: Bound::Included(vec![]), max: Bound::Unbounded,
297 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
304 min: Bound::Included(vec![]), max: Bound::Unbounded,
311 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
318 min: Bound::Unbounded, max: Bound::Unbounded,
325 min: Bound::Unbounded, max: Bound::Included(vec![]),
332 min: Bound::Unbounded, max: Bound::Excluded(vec![]),
339 min: Bound::Unbounded, max: Bound::Included(vec![]),
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/fst/src/raw/
H A Dtests.rs277 min: Bound::Unbounded, max: Bound::Unbounded,
283 min: Bound::Unbounded, max: Bound::Unbounded,
290 min: Bound::Included(vec![]), max: Bound::Unbounded,
297 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
304 min: Bound::Included(vec![]), max: Bound::Unbounded,
311 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
318 min: Bound::Unbounded, max: Bound::Unbounded,
325 min: Bound::Unbounded, max: Bound::Included(vec![]),
332 min: Bound::Unbounded, max: Bound::Excluded(vec![]),
339 min: Bound::Unbounded, max: Bound::Included(vec![]),
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/fst-0.4.5/src/raw/
H A Dtests.rs277 min: Bound::Unbounded, max: Bound::Unbounded,
283 min: Bound::Unbounded, max: Bound::Unbounded,
290 min: Bound::Included(vec![]), max: Bound::Unbounded,
297 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
304 min: Bound::Included(vec![]), max: Bound::Unbounded,
311 min: Bound::Excluded(vec![]), max: Bound::Unbounded,
318 min: Bound::Unbounded, max: Bound::Unbounded,
325 min: Bound::Unbounded, max: Bound::Included(vec![]),
332 min: Bound::Unbounded, max: Bound::Excluded(vec![]),
339 min: Bound::Unbounded, max: Bound::Included(vec![]),
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/pom/src/
H A Drange.rs3 pub enum Bound<'a, T: 'a> { enum
8 use self::Bound::*;
11 fn start(&self) -> Bound<T>; in start()
12 fn end(&self) -> Bound<T>; in end()
16 fn start(&self) -> Bound<T> { in start()
19 fn end(&self) -> Bound<T> { in end()
25 fn start(&self) -> Bound<T> { in start()
28 fn end(&self) -> Bound<T> { in end()
34 fn start(&self) -> Bound<T> { in start()
37 fn end(&self) -> Bound<T> { in end()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/pom-3.0.2/src/
H A Drange.rs3 pub enum Bound<'a, T: 'a> { enum
8 use self::Bound::*;
11 fn start(&self) -> Bound<T>; in start()
12 fn end(&self) -> Bound<T>; in end()
16 fn start(&self) -> Bound<T> { in start()
19 fn end(&self) -> Bound<T> { in end()
25 fn start(&self) -> Bound<T> { in start()
28 fn end(&self) -> Bound<T> { in end()
34 fn start(&self) -> Bound<T> { in start()
37 fn end(&self) -> Bound<T> { in end()
[all …]
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/pom-1.1.0/src/
H A Drange.rs4 pub enum Bound<'a, T: 'a> { enum
9 use self::Bound::*;
12 fn start(&self) -> Bound<T>; in start()
13 fn end(&self) -> Bound<T>; in end()
18 fn end(&self) -> Bound<T> { Excluded(&self.end) } in end()
23 fn end(&self) -> Bound<T> { Unbounded } in end()
27 fn start(&self) -> Bound<T> { Unbounded } in start()
28 fn end(&self) -> Bound<T> { Excluded(&self.end) } in end()
32 fn start(&self) -> Bound<T> { Unbounded } in start()
33 fn end(&self) -> Bound<T> { Unbounded } in end()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/src/ops/
H A Drange.rs665 pub enum Bound<T> { enum
677 impl<T> Bound<T> { impl
734 impl<T: Clone> Bound<&T> { implementation
748 pub fn cloned(self) -> Bound<T> { in cloned()
750 Bound::Unbounded => Bound::Unbounded, in cloned()
751 Bound::Included(x) => Bound::Included(x.clone()), in cloned()
752 Bound::Excluded(x) => Bound::Excluded(x.clone()), in cloned()
795 fn end_bound(&self) -> Bound<&T>; in end_bound()
834 fn end_bound(&self) -> Bound<&T> { in end_bound()
896 impl<T> RangeBounds<T> for (Bound<T>, Bound<T>) { implementation
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/common/
H A Drange.rs1 use std::ops::{Bound, RangeBounds};
51 (Bound::Unbounded, Bound::Included(end)) => format!("bytes=-{}", end), in bytes()
52 (Bound::Unbounded, Bound::Excluded(&end)) => format!("bytes=-{}", end - 1), in bytes()
53 (Bound::Included(start), Bound::Included(end)) => format!("bytes={}-{}", start, end), in bytes()
54 (Bound::Included(start), Bound::Excluded(&end)) => { in bytes()
57 (Bound::Included(start), Bound::Unbounded) => format!("bytes={}-", start), in bytes()
65 pub fn iter<'a>(&'a self) -> impl Iterator<Item = (Bound<u64>, Bound<u64>)> + 'a { in iter()
78 fn parse_bound(s: &str) -> Option<Bound<u64>> { in parse_bound()
80 return Some(Bound::Unbounded); in parse_bound()
83 s.parse().ok().map(Bound::Included) in parse_bound()

12345678910>>...234