Home
last modified time | relevance | path

Searched refs:super_set (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/py-Diofant/Diofant-0.13.0/diofant/combinatorics/
H A Dsubsets.py171 super_set = self.superset
173 ret_set.append(super_set[i])
174 return Subset(ret_set, super_set)
210 super_set = self.superset
212 ret_set.append(super_set[i])
213 return Subset(ret_set, super_set)
450 def subset_from_bitlist(cls, super_set, bitlist): argument
465 if len(super_set) != len(bitlist):
470 ret_set.append(super_set[i])
471 return Subset(ret_set, super_set)
H A Dgraycode.py372 def get_subset_from_bitstring(super_set, bitstring): argument
389 if len(super_set) != len(bitstring):
391 return [super_set[i] for i, j in enumerate(bitstring)
/dports/math/py-sympy/sympy-1.9/sympy/combinatorics/
H A Dsubsets.py178 super_set = self.superset
180 ret_set.append(super_set[i])
181 return Subset(ret_set, super_set)
218 super_set = self.superset
220 ret_set.append(super_set[i])
221 return Subset(ret_set, super_set)
468 def subset_from_bitlist(self, super_set, bitlist):
484 if len(super_set) != len(bitlist):
489 ret_set.append(super_set[i])
490 return Subset(ret_set, super_set)
H A Dgraycode.py384 def get_subset_from_bitstring(super_set, bitstring): argument
402 if len(super_set) != len(bitstring):
404 return [super_set[i] for i, j in enumerate(bitstring)
/dports/devel/boost-docs/boost_1_72_0/boost/type_erasure/
H A Dis_subconcept.hpp56 Super>::concept_set super_set; typedef
89 super_set,
97 typedef ::boost::type_erasure::detail::normalize_concept_t<Super> super_set;
117 ::boost::type_erasure::detail::is_subconcept_f<super_set, bindings>::template apply
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_erasure/
H A Dis_subconcept.hpp56 Super>::concept_set super_set; typedef
89 super_set,
97 typedef ::boost::type_erasure::detail::normalize_concept_t<Super> super_set;
117 ::boost::type_erasure::detail::is_subconcept_f<super_set, bindings>::template apply
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_erasure/
H A Dis_subconcept.hpp56 Super>::concept_set super_set; typedef
89 super_set,
97 typedef ::boost::type_erasure::detail::normalize_concept_t<Super> super_set;
117 ::boost::type_erasure::detail::is_subconcept_f<super_set, bindings>::template apply
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_erasure/
H A Dis_subconcept.hpp56 Super>::concept_set super_set;
89 super_set,
97 typedef ::boost::type_erasure::detail::normalize_concept_t<Super> super_set;
117 ::boost::type_erasure::detail::is_subconcept_f<super_set, bindings>::template apply
/dports/devel/boost-libs/boost_1_72_0/boost/type_erasure/
H A Dis_subconcept.hpp56 Super>::concept_set super_set; typedef
89 super_set,
97 typedef ::boost::type_erasure::detail::normalize_concept_t<Super> super_set;
117 ::boost::type_erasure::detail::is_subconcept_f<super_set, bindings>::template apply
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_erasure/
H A Dis_subconcept.hpp56 Super>::concept_set super_set; typedef
89 super_set,
97 typedef ::boost::type_erasure::detail::normalize_concept_t<Super> super_set;
117 ::boost::type_erasure::detail::is_subconcept_f<super_set, bindings>::template apply
/dports/devel/hyperscan/boost_1_75_0/boost/type_erasure/
H A Dis_subconcept.hpp56 Super>::concept_set super_set; typedef
89 super_set,
97 typedef ::boost::type_erasure::detail::normalize_concept_t<Super> super_set;
117 ::boost::type_erasure::detail::is_subconcept_f<super_set, bindings>::template apply
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/type_erasure/
H A Dis_subconcept.hpp32 Super>::concept_set super_set; typedef
64 super_set,
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/type_erasure/
H A Dis_subconcept.hpp32 Super>::concept_set super_set; typedef
64 super_set,
/dports/databases/xtrabackup/boost_1_59_0/boost/type_erasure/
H A Dis_subconcept.hpp32 Super>::concept_set super_set; typedef
64 super_set,
/dports/databases/percona57-server/boost_1_59_0/boost/type_erasure/
H A Dis_subconcept.hpp32 Super>::concept_set super_set; typedef
64 super_set,
/dports/databases/percona57-client/boost_1_59_0/boost/type_erasure/
H A Dis_subconcept.hpp32 Super>::concept_set super_set; typedef
64 super_set,
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_erasure/
H A Dis_subconcept.hpp32 Super>::concept_set super_set; typedef
64 super_set,
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/type_erasure/
H A Dis_subconcept.hpp32 Super>::concept_set super_set; typedef
64 super_set,
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Drender2d_text.cpp159 super_set = false;
372 super_set = false;
466 if (super_set) {
469 super_set = false;
473 super_set = true;
/dports/dns/unbound/unbound-1.14.0/services/
H A Dmesh.c350 if(m->super_set.count > 0) { in mesh_make_new_space()
545 if(s->super_set.count == 0) { in mesh_new_client()
655 if(s->super_set.count == 0) { in mesh_new_callback()
935 && mstate->super_set.count == 0) { in mesh_state_delete()
1001 && ref->s->super_set.count == 0) { in mesh_detach_subs()
1069 sub->super_set.count == 1) { in mesh_attach_sub()
1434 mstate->super_set.count == 0) in mesh_query_done()
1448 mstate->super_set.count == 0) in mesh_query_done()
1896 && m->super_set.count == 0) { in mesh_state_remove_reply()
2064 if(mstate->super_set.count == 0) { in mesh_serve_expired_callback()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dbitmap.c991 …oc_bitmap_isincluded (const struct hwloc_bitmap_s *sub_set, const struct hwloc_bitmap_s *super_set) in hwloc_bitmap_isincluded() argument
993 unsigned super_count = super_set->ulongs_count; in hwloc_bitmap_isincluded()
999 HWLOC__BITMAP_CHECK(super_set); in hwloc_bitmap_isincluded()
1002 if (super_set->ulongs[i] != (super_set->ulongs[i] | sub_set->ulongs[i])) in hwloc_bitmap_isincluded()
1006 if (!super_set->infinite) in hwloc_bitmap_isincluded()
1012 if (super_set->ulongs[i] != HWLOC_SUBBITMAP_FULL) in hwloc_bitmap_isincluded()
1016 if (sub_set->infinite && !super_set->infinite) in hwloc_bitmap_isincluded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/Python-Markdown/markdown/
H A Dodict.py26 super_set = super(OrderedDict, self).__setitem__
32 super_set(key, value)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markdown/
H A Dodict.py26 super_set = super(OrderedDict, self).__setitem__
32 super_set(key, value)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/Python-Markdown/markdown/
H A Dodict.py26 super_set = super(OrderedDict, self).__setitem__
32 super_set(key, value)
/dports/net/routinator/routinator-0.10.2/cargo-crates/rpki-0.12.2/src/repository/resources/
H A Dipres.rs1676 let super_set = IpBlocks::from_str("10.0.0.0/16, 192.168.0.0/16").unwrap(); in ip_blocks_contains() localVariable
1686 assert!(super_set.contains(&same)); in ip_blocks_contains()
1687 assert!(super_set.contains(&higher_block)); in ip_blocks_contains()
1688 assert!(super_set.contains(&smaller_left)); in ip_blocks_contains()
1689 assert!(super_set.contains(&smaller_right)); in ip_blocks_contains()
1690 assert!(super_set.contains(&smaller)); in ip_blocks_contains()
1691 assert!(!super_set.contains(&bigger_left)); in ip_blocks_contains()
1692 assert!(!super_set.contains(&bigger_right)); in ip_blocks_contains()
1693 assert!(!super_set.contains(&bigger )); in ip_blocks_contains()
1698 let super_set = IpBlocks::from_str( in ip_blocks_neighbours() localVariable
[all …]

123