Home
last modified time | relevance | path

Searched refs:Ys (Results 1 – 25 of 1508) sorted by relevance

12345678910>>...61

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dcomposed_type.hpp30 template <class Xs, class Ys, class Zs, class Rs>
34 template <class Ys, class Zs, class... Rs>
40 template <class X, class... Xs, class Ys, class Rs>
42 : composed_type<detail::type_list<Xs...>, Ys, Ys, Rs> {};
45 template <class Out, class... In, class... Xs, class Ys, class MapsTo,
47 struct composed_type<detail::type_list<Out(In...), Xs...>, Ys,
50 : composed_type<detail::type_list<Xs...>, Ys, Ys,
59 : composed_type<detail::type_list<Xs...>, Ys, Ys,
63 template <class Out, class... In, class... Xs, class Ys, class MapsTo,
65 struct composed_type<detail::type_list<Out(In...), Xs...>, Ys,
[all …]
H A Dinterface_mismatch.hpp22 template <int Pos, class Xs, class Ys, class Zs>
42 template <int Pos, class Yin, class Yout, class... Ys>
43 struct imi<Pos, type_list<>, type_list<Yout(Yin), Ys...>, type_list<>> {
46 using ys = type_list<Yout(Yin), Ys...>;
58 template <int Pos, class X, class Y, class... Ys>
59 struct imi<Pos, type_list<timeout_definition<X>>, type_list<Y, Ys...>,
63 using ys = type_list<Y, Ys...>;
67 template <int Pos, class Out, class... In, class... Xs, class... Ys,
69 struct imi<Pos, type_list<Out(In...), Xs...>, type_list<Out(In...), Ys...>,
75 class... Yin, class... Ys, class... Zs>
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
H A Dis_disjoint.hpp24 template <typename Xs, typename Ys>
25 constexpr auto is_disjoint_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
27 using S2 = typename hana::tag_of<Ys>::type; in operator ()()
42 return IsDisjoint::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
47 template <typename Ys>
49 Ys const& ys;
58 template <typename Xs, typename Ys>
59 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
60 return hana::none_of(xs, detail::in_by_reference<Ys>{ys}); in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
H A Dis_disjoint.hpp24 template <typename Xs, typename Ys>
25 constexpr auto is_disjoint_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
27 using S2 = typename hana::tag_of<Ys>::type; in operator ()()
42 return IsDisjoint::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
47 template <typename Ys>
49 Ys const& ys;
58 template <typename Xs, typename Ys>
59 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
60 return hana::none_of(xs, detail::in_by_reference<Ys>{ys}); in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
H A Dis_disjoint.hpp24 template <typename Xs, typename Ys>
25 constexpr auto is_disjoint_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
27 using S2 = typename hana::tag_of<Ys>::type; in operator ()()
42 return IsDisjoint::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
47 template <typename Ys>
49 Ys const& ys;
58 template <typename Xs, typename Ys>
59 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
60 return hana::none_of(xs, detail::in_by_reference<Ys>{ys}); in apply()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
H A Dis_disjoint.hpp24 template <typename Xs, typename Ys>
25 constexpr auto is_disjoint_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
27 using S2 = typename hana::tag_of<Ys>::type; in operator ()()
42 return IsDisjoint::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
47 template <typename Ys>
49 Ys const& ys;
58 template <typename Xs, typename Ys>
59 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
60 return hana::none_of(xs, detail::in_by_reference<Ys>{ys}); in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
H A Dis_disjoint.hpp24 template <typename Xs, typename Ys>
25 constexpr auto is_disjoint_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
27 using S2 = typename hana::tag_of<Ys>::type; in operator ()()
42 return IsDisjoint::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
47 template <typename Ys>
49 Ys const& ys;
58 template <typename Xs, typename Ys>
59 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
60 return hana::none_of(xs, detail::in_by_reference<Ys>{ys}); in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dlexicographical_compare.hpp28 template <typename Xs, typename Ys>
33 template <typename Xs, typename Ys, typename Pred>
36 using It2 = typename hana::tag_of<Ys>::type; in operator ()()
57 template <typename Xs, typename Ys, typename Pred>
62 template <typename Xs, typename Ys, typename Pred>
67 template <typename Xs, typename Ys, typename Pred>
73 template <typename Xs, typename Ys, typename Pred>
78 template <typename Xs, typename Ys, typename Pred>
83 template <typename Xs, typename Ys, typename Pred>
89 template <typename Xs, typename Ys, typename Pred>
[all …]
H A Dconcat.hpp30 template <typename Xs, typename Ys>
31 constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const { in operator ()()
35 std::is_same<typename hana::tag_of<Ys>::type, M>::value in operator ()()
39 static_assert(std::is_same<typename hana::tag_of<Ys>::type, M>::value, in operator ()()
46 return Concat::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
58 template <typename Xs, typename Ys, std::size_t ...xi, std::size_t ...yi>
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
65 hana::at_c<yi>(static_cast<Ys&&>(ys))... in concat_helper()
69 template <typename Xs, typename Ys>
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Ddagetelem.c71 ye += ys; Ye += Ys; if (ys != Ys) ys -= 1; in DMDAGetElements_2D()
140 ye += ys; Ye += Ys; if (ys != Ys) ys -= 1; in DMDAGetElements_3D()
147 cell[0] = (i -Xs) + (j -Ys)*(Xe-Xs) + (k -Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
148 cell[1] = (i+1-Xs) + (j -Ys)*(Xe-Xs) + (k -Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
149 cell[2] = (i+1-Xs) + (j+1-Ys)*(Xe-Xs) + (k -Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
150 cell[3] = (i -Xs) + (j+1-Ys)*(Xe-Xs) + (k -Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
151 cell[4] = (i -Xs) + (j -Ys)*(Xe-Xs) + (k+1-Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
152 cell[5] = (i+1-Xs) + (j -Ys)*(Xe-Xs) + (k+1-Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
153 cell[6] = (i+1-Xs) + (j+1-Ys)*(Xe-Xs) + (k+1-Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
154 cell[7] = (i -Xs) + (j+1-Ys)*(Xe-Xs) + (k+1-Zs)*(Xe-Xs)*(Ye-Ys); in DMDAGetElements_3D()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/macros/
H A Dtype-macros-hlist.rs29 impl <Ys: HList> Add<Ys> for Nil {
33 Ys;
35 fn add(self, rhs: Ys) -> Ys { rhs } in add() argument
39 impl <Rec: HList + Sized, X, Xs: HList, Ys: HList> Add<Ys> for Cons<X, Xs>
40 where Xs: Add<Ys, Output = Rec> {
46 fn add(self, rhs: Ys) -> Cons<X, Rec> { Cons(self.0, self.1 + rhs) } in add()
60 fn aux<Xs: HList, Ys: HList>(xs: Xs, ys: Ys) -> Expr!(Xs + Ys) where in main() argument
61 Xs: Add<Ys> { in main()

12345678910>>...61