Home
last modified time | relevance | path

Searched refs:Yn (Results 1 – 25 of 1476) sorted by relevance

12345678910>>...60

/dports/misc/visp/visp-3.4.0/modules/visual_features/src/visual-feature/
H A DvpFeatureMomentGravityCenterNormalized.cpp158 double Yn = An * Yg; in compute_interaction() local
181 Ynvx = (Yn - n02 * Yn / NA) * A + Yn * e11 * B; in compute_interaction()
182 Ynvy = (-Xn + e11 * Yn) * A + (-Yn + n02 * Yn / NA) * B - An * C; in compute_interaction()
184 Ynwx = n02 * An + Yn * n10 * e11 - e11 * Xg * Yn + An - Yn * e21 + Yn * n01 + in compute_interaction()
185 (-Yn * n03 + (Yn * n01 - Yn * Yg) * n02) / NA; in compute_interaction()
186 …Ynwy = -An * e11 * NA + Yn * e11 * Yg - Yn * n01 * e11 + Yn * Xg + Yn * e12 + Yn * e30 - Xn * n01 … in compute_interaction()
187 (Yn * n10 - Yn * Xg) * n02 / NA; in compute_interaction()
190 Xnvx = -An * C - A * Xn - Yn * B; in compute_interaction()
196 Ynvx = (0.5) * A * Yn; in compute_interaction()
197 Ynvy = -(0.5) * B * Yn - C * An - A * Xn; in compute_interaction()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dtuple.hpp55 template <typename Tuple, typename ...Yn>
66 template <typename ...Xn, typename ...Yn>
124 detail::is_same_tuple<tuple, Yn...>::value,
125 sizeof...(Xn) == sizeof...(Yn), tuple, Yn...
127 constexpr tuple(Yn&& ...yn)
128 : storage_(static_cast<Yn&&>(yn)...)
134 constexpr tuple(tuple<Yn...> const& other)
143 constexpr tuple(tuple<Yn...>&& other)
146 static_cast<tuple<Yn...>&&>(other).storage_)
182 constexpr tuple& operator=(tuple<Yn...> const& other) {
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dtuple.hpp55 template <typename Tuple, typename ...Yn>
66 template <typename ...Xn, typename ...Yn>
124 detail::is_same_tuple<tuple, Yn...>::value,
125 sizeof...(Xn) == sizeof...(Yn), tuple, Yn...
127 constexpr tuple(Yn&& ...yn)
128 : storage_(static_cast<Yn&&>(yn)...)
134 constexpr tuple(tuple<Yn...> const& other)
143 constexpr tuple(tuple<Yn...>&& other)
146 static_cast<tuple<Yn...>&&>(other).storage_)
182 constexpr tuple& operator=(tuple<Yn...> const& other) {
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dtuple.hpp55 template <typename Tuple, typename ...Yn>
66 template <typename ...Xn, typename ...Yn>
124 detail::is_same_tuple<tuple, Yn...>::value,
125 sizeof...(Xn) == sizeof...(Yn), tuple, Yn...
127 constexpr tuple(Yn&& ...yn)
128 : storage_(static_cast<Yn&&>(yn)...)
134 constexpr tuple(tuple<Yn...> const& other)
143 constexpr tuple(tuple<Yn...>&& other)
146 static_cast<tuple<Yn...>&&>(other).storage_)
182 constexpr tuple& operator=(tuple<Yn...> const& other) {
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dtuple.hpp55 template <typename Tuple, typename ...Yn>
66 template <typename ...Xn, typename ...Yn>
124 detail::is_same_tuple<tuple, Yn...>::value,
125 sizeof...(Xn) == sizeof...(Yn), tuple, Yn...
127 constexpr tuple(Yn&& ...yn)
128 : storage_(static_cast<Yn&&>(yn)...)
134 constexpr tuple(tuple<Yn...> const& other)
143 constexpr tuple(tuple<Yn...>&& other)
146 static_cast<tuple<Yn...>&&>(other).storage_)
182 constexpr tuple& operator=(tuple<Yn...> const& other) {
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dtuple.hpp55 template <typename Tuple, typename ...Yn>
66 template <typename ...Xn, typename ...Yn>
124 detail::is_same_tuple<tuple, Yn...>::value,
125 sizeof...(Xn) == sizeof...(Yn), tuple, Yn...
127 constexpr tuple(Yn&& ...yn)
128 : storage_(static_cast<Yn&&>(yn)...)
134 constexpr tuple(tuple<Yn...> const& other)
143 constexpr tuple(tuple<Yn...>&& other)
146 static_cast<tuple<Yn...>&&>(other).storage_)
182 constexpr tuple& operator=(tuple<Yn...> const& other) {
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dtuple.hpp55 template <typename Tuple, typename ...Yn>
66 template <typename ...Xn, typename ...Yn>
116 detail::is_same_tuple<tuple, Yn...>::value,
117 sizeof...(Xn) == sizeof...(Yn), tuple, Yn...
119 constexpr tuple(Yn&& ...yn) in tuple()
120 : storage_(static_cast<Yn&&>(yn)...) in tuple()
126 constexpr tuple(tuple<Yn...> const& other) in tuple()
135 constexpr tuple(tuple<Yn...>&& other) in tuple()
138 static_cast<tuple<Yn...>&&>(other).storage_)
174 constexpr tuple& operator=(tuple<Yn...> const& other) { in operator =()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dtuple.hpp55 template <typename Tuple, typename ...Yn>
66 template <typename ...Xn, typename ...Yn>
124 detail::is_same_tuple<tuple, Yn...>::value,
125 sizeof...(Xn) == sizeof...(Yn), tuple, Yn...
127 constexpr tuple(Yn&& ...yn)
128 : storage_(static_cast<Yn&&>(yn)...)
134 constexpr tuple(tuple<Yn...> const& other)
143 constexpr tuple(tuple<Yn...>&& other)
146 static_cast<tuple<Yn...>&&>(other).storage_)
182 constexpr tuple& operator=(tuple<Yn...> const& other) {
[all …]
/dports/misc/iso-codes/iso-codes-59767ed869f3952575f7d0f639a290a4c4b315e5/iso_3166-1/
H A Dgv.po57 msgstr "Yn Albaan"
85 msgstr "Yn Armeain"
113 msgstr "Yn Austeyr"
137 msgstr "Yn Velg"
169 msgstr "Yn Vulgeyr"
249 msgstr "Yn Vutaan"
457 msgstr "Yn Egypt"
521 msgstr "Yn Rank"
865 msgstr "Yn Leeb"
1395 msgstr "Yn Serb"
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/hana/fwd/
H A Dtuple.hpp93 template <typename ...Yn>
94 constexpr tuple(Yn&& ...yn);
99 template <typename ...Yn>
100 constexpr tuple(tuple<Yn...> const& other);
105 template <typename ...Yn>
106 constexpr tuple(tuple<Yn...>&& other);
111 template <typename ...Yn>
112 constexpr tuple& operator=(tuple<Yn...> const& other);
117 template <typename ...Yn>
118 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/devel/hyperscan/boost_1_75_0/boost/hana/fwd/
H A Dtuple.hpp93 template <typename ...Yn>
94 constexpr tuple(Yn&& ...yn);
99 template <typename ...Yn>
100 constexpr tuple(tuple<Yn...> const& other);
105 template <typename ...Yn>
106 constexpr tuple(tuple<Yn...>&& other);
111 template <typename ...Yn>
112 constexpr tuple& operator=(tuple<Yn...> const& other);
117 template <typename ...Yn>
118 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/fwd/
H A Dtuple.hpp93 template <typename ...Yn>
94 constexpr tuple(Yn&& ...yn);
99 template <typename ...Yn>
100 constexpr tuple(tuple<Yn...> const& other);
105 template <typename ...Yn>
106 constexpr tuple(tuple<Yn...>&& other);
111 template <typename ...Yn>
112 constexpr tuple& operator=(tuple<Yn...> const& other);
117 template <typename ...Yn>
118 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/fwd/
H A Dtuple.hpp93 template <typename ...Yn>
94 constexpr tuple(Yn&& ...yn);
99 template <typename ...Yn>
100 constexpr tuple(tuple<Yn...> const& other);
105 template <typename ...Yn>
106 constexpr tuple(tuple<Yn...>&& other);
111 template <typename ...Yn>
112 constexpr tuple& operator=(tuple<Yn...> const& other);
117 template <typename ...Yn>
118 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/fwd/
H A Dtuple.hpp93 template <typename ...Yn>
94 constexpr tuple(Yn&& ...yn);
99 template <typename ...Yn>
100 constexpr tuple(tuple<Yn...> const& other);
105 template <typename ...Yn>
106 constexpr tuple(tuple<Yn...>&& other);
111 template <typename ...Yn>
112 constexpr tuple& operator=(tuple<Yn...> const& other);
117 template <typename ...Yn>
118 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/fwd/
H A Dtuple.hpp88 template <typename ...Yn>
89 constexpr tuple(Yn&& ...yn);
94 template <typename ...Yn>
95 constexpr tuple(tuple<Yn...> const& other);
100 template <typename ...Yn>
101 constexpr tuple(tuple<Yn...>&& other);
106 template <typename ...Yn>
107 constexpr tuple& operator=(tuple<Yn...> const& other);
112 template <typename ...Yn>
113 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/devel/boost-libs/boost_1_72_0/boost/hana/fwd/
H A Dtuple.hpp93 template <typename ...Yn>
94 constexpr tuple(Yn&& ...yn);
99 template <typename ...Yn>
100 constexpr tuple(tuple<Yn...> const& other);
105 template <typename ...Yn>
106 constexpr tuple(tuple<Yn...>&& other);
111 template <typename ...Yn>
112 constexpr tuple& operator=(tuple<Yn...> const& other);
117 template <typename ...Yn>
118 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/fwd/
H A Dtuple.hpp93 template <typename ...Yn>
94 constexpr tuple(Yn&& ...yn);
99 template <typename ...Yn>
100 constexpr tuple(tuple<Yn...> const& other);
105 template <typename ...Yn>
106 constexpr tuple(tuple<Yn...>&& other);
111 template <typename ...Yn>
112 constexpr tuple& operator=(tuple<Yn...> const& other);
117 template <typename ...Yn>
118 constexpr tuple& operator=(tuple<Yn...>&& other);
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Dtuple.hpp96 template <typename ...Yn, typename = typename std::enable_if<
99 constexpr tuple(Yn&& ...yn) in tuple()
100 : storage_(static_cast<Yn&&>(yn)...) in tuple()
103 template <typename ...Yn, typename = typename std::enable_if<
106 constexpr tuple(tuple<Yn...> const& other) in tuple()
112 template <typename ...Yn, typename = typename std::enable_if<
115 constexpr tuple(tuple<Yn...>&& other) in tuple()
118 static_cast<tuple<Yn...>&&>(other).storage_)
151 template <typename ...Yn, typename = typename std::enable_if<
154 constexpr tuple& operator=(tuple<Yn...> const& other) { in operator =()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple2.C17 template <typename ...Yn, typename = typename std::enable_if<
18 detail::fast_and<std::is_constructible<Xn, Yn&&>::value...>::value
20 tuple(Yn&& ...yn) { } in tuple()
22 template <typename ...Yn, typename = typename std::enable_if<
23 detail::fast_and<std::is_constructible<Xn, Yn const&>::value...>::value
25 tuple(tuple<Yn...> const& other) { } in tuple()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple2.C17 template <typename ...Yn, typename = typename std::enable_if<
18 detail::fast_and<std::is_constructible<Xn, Yn&&>::value...>::value
20 tuple(Yn&& ...yn) { } in tuple()
22 template <typename ...Yn, typename = typename std::enable_if<
23 detail::fast_and<std::is_constructible<Xn, Yn const&>::value...>::value
25 tuple(tuple<Yn...> const& other) { } in tuple()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple2.C17 template <typename ...Yn, typename = typename std::enable_if<
18 detail::fast_and<std::is_constructible<Xn, Yn&&>::value...>::value
20 tuple(Yn&& ...yn) { } in tuple()
22 template <typename ...Yn, typename = typename std::enable_if<
23 detail::fast_and<std::is_constructible<Xn, Yn const&>::value...>::value
25 tuple(tuple<Yn...> const& other) { } in tuple()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple2.C17 template <typename ...Yn, typename = typename std::enable_if<
18 detail::fast_and<std::is_constructible<Xn, Yn&&>::value...>::value
20 tuple(Yn&& ...yn) { } in tuple()
22 template <typename ...Yn, typename = typename std::enable_if<
23 detail::fast_and<std::is_constructible<Xn, Yn const&>::value...>::value
25 tuple(tuple<Yn...> const& other) { } in tuple()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple2.C17 template <typename ...Yn, typename = typename std::enable_if<
18 detail::fast_and<std::is_constructible<Xn, Yn&&>::value...>::value
20 tuple(Yn&& ...yn) { } in tuple()
22 template <typename ...Yn, typename = typename std::enable_if<
23 detail::fast_and<std::is_constructible<Xn, Yn const&>::value...>::value
25 tuple(tuple<Yn...> const& other) { } in tuple()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple2.C17 template <typename ...Yn, typename = typename std::enable_if<
18 detail::fast_and<std::is_constructible<Xn, Yn&&>::value...>::value
20 tuple(Yn&& ...yn) { } in tuple()
22 template <typename ...Yn, typename = typename std::enable_if<
23 detail::fast_and<std::is_constructible<Xn, Yn const&>::value...>::value
25 tuple(tuple<Yn...> const& other) { } in tuple()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple2.C17 template <typename ...Yn, typename = typename std::enable_if<
18 detail::fast_and<std::is_constructible<Xn, Yn&&>::value...>::value
20 tuple(Yn&& ...yn) { } in tuple()
22 template <typename ...Yn, typename = typename std::enable_if<
23 detail::fast_and<std::is_constructible<Xn, Yn const&>::value...>::value
25 tuple(tuple<Yn...> const& other) { } in tuple()

12345678910>>...60