Home
last modified time | relevance | path

Searched refs:Tn (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/libs/python/doc/reference/
Dinit.qbk20 template <T1 = unspecified,...Tn = unspecified>
40Tn is [link high_level_components.boost_python_init_hpp.class_template_optional optional<U1, U2,..…
60 template <T1 = unspecified,...Tn = unspecified>
/third_party/boost/boost/dll/detail/demangling/
Ditanium.hpp98 template <typename... T, template <typename...> class Tn>
99 std::string parse_type_helper(const mangled_storage_impl & ms, dummy<Tn<T...>>*);
101 template <typename... T, template <typename...> class Tn>
102 std::string parse_type(const mangled_storage_impl & ms, dummy<Tn<T...>>*);
232 template <typename... T, template <typename...> class Tn>
233 inline std::string parse_type_helper(const mangled_storage_impl & ms, dummy<Tn<T...>>*) { in parse_type_helper()
234 using type = dummy<Tn<T...>>*; in parse_type_helper()
266 template <typename... T, template <typename...> class Tn>
267 inline std::string parse_type(const mangled_storage_impl & ms, dummy<Tn<T...>>*) { in parse_type()
269 std::string str = ms.get_name<Tn<T...>>(); in parse_type()
/third_party/boost/libs/hana/example/
Dmonadic_fold_left.cpp33 template <typename T1, typename ...Tn>
34 struct common_type<T1, Tn...>
36 hana::tuple_t<Tn...>,
/third_party/abseil-cpp/absl/types/
Dvariant.h459 template <typename T0, typename... Tn>
460 class variant<T0, Tn...> : private variant_internal::VariantBase<T0, Tn...> {
462 std::is_object<Tn>...>::value,
468 negation<std::is_array<Tn> >...>::value,
471 std::is_nothrow_destructible<Tn>...>::value,
478 using Base = variant_internal::VariantBase<T0, Tn...>;
596 variant_internal::VisitIndices<sizeof...(Tn) + 1>::Run(
702 std::is_nothrow_move_constructible<Tn>...,
704 type_traits_internal::IsNothrowSwappable<Tn>...>::value) {
705 return variant_internal::VisitIndices<sizeof...(Tn) + 1>::Run(
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant.h459 template <typename T0, typename... Tn>
460 class variant<T0, Tn...> : private variant_internal::VariantBase<T0, Tn...> {
462 std::is_object<Tn>...>::value,
468 negation<std::is_array<Tn> >...>::value,
471 std::is_nothrow_destructible<Tn>...>::value,
478 using Base = variant_internal::VariantBase<T0, Tn...>;
596 variant_internal::VisitIndices<sizeof...(Tn) + 1>::Run(
707 std::is_nothrow_move_constructible<Tn>...,
709 type_traits_internal::IsNothrowSwappable<Tn>...>::value) {
710 return variant_internal::VisitIndices<sizeof...(Tn) + 1>::Run(
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dtransform.h114 template <typename T0, typename... Tn>
115 void PutAll(T0&& first, Tn&&... remainder) { in PutAll()
117 PutAll(std::forward<Tn>(remainder)...); in PutAll()
/third_party/boost/boost/math/special_functions/
Djacobi_elliptic.hpp24 T Tn; in jacobi_recurse() local
29 Tn = ldexp(T(1), (int)N) * x * an; in jacobi_recurse()
32 Tn = jacobi_recurse<T>(x, k, an, sqrt(anm1 * bnm1), N, 0, pol); in jacobi_recurse()
34 *pTn = Tn; in jacobi_recurse()
35 return (Tn + asin((cn / an) * sin(Tn))) / 2; in jacobi_recurse()
Dchebyshev.hpp22 inline typename tools::promote_args<T1, T2, T3>::type chebyshev_next(T1 const & x, T2 const & Tn, T… in chebyshev_next() argument
24 return 2*x*Tn - Tn_1; in chebyshev_next()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dinherit.rst44 Returns an unspecified class type publically derived from |T1...Tn|.
47 |T1...Tn|.
70 | |T1...Tn| | A class type | Classes to derived from. |
Drefmanual.rst50 .. |T1...Tn| replace:: ``T1``, ``T2``,... ``Tn``
Dplus.rst53 | |T1...Tn| | |Integral Constant| | Operation's arguments. |
Dminus.rst52 | |T1...Tn| | |Integral Constant| | Operation's arguments. |
Dtimes.rst52 | |T1...Tn| | |Integral Constant| | Operation's arguments. |
Ddivides.rst52 | |T1...Tn| | |Integral Constant| | Operation's arguments. |
Dbitxor_.rst52 | |T1...Tn| | |Integral Constant| | Operation's arguments. |
Dbitand_.rst52 | |T1...Tn| | |Integral Constant| | Operation's arguments. |
Dbitor_.rst52 | |T1...Tn| | |Integral Constant| | Operation's arguments. |
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dtr.txt131 one{"0 Tn ¤"}
132 other{"0 Tn ¤"}
135 one{"00 Tn ¤"}
136 other{"00 Tn ¤"}
139 one{"000 Tn ¤"}
140 other{"000 Tn ¤"}
181 one{"0 Tn"}
182 other{"0 Tn"}
185 one{"00 Tn"}
186 other{"00 Tn"}
[all …]
Dmt.txt297 "Tn",
797 "-1"{"it-Tn. li għadda"}
798 "0"{"it-Tn. li ġej"}
799 "1"{"it-Tn. ta’ wara"}
804 "-1"{"it-Tn. li għadda"}
805 "0"{"it-Tn. li ġej"}
806 "1"{"it-Tn. ta’ wara"}
/third_party/boost/libs/mp11/doc/mp11/
Dalgorithm.adoc20 … L1<T1...>, L2<T2...>, ..., Ln<Tn...>>` applies `F` to each successive tuple of elements and retur…
97 …replaces the elements of the list `L1` for which `mp_to_bool<P<T1, T2, ..., Tn>>` is `mp_true` with
98 `F<T1, T2, ..., Tn>`, and returns the result, where `Ti` are the corresponding elements of `Li`.
156 … L1, L2, ..., Ln>` removes the elements of the list `L1` for which `mp_to_bool<P<T1, T2, ..., Tn>>`
263 `mp_product<F, L1<T1...>, L2<T2...>, ..., Ln<Tn...>>` evaluates `F<U1, U2, ..., Un>` for values `Ui…
672 `mp_reverse<L<T1, T2, ..., Tn>>` is `L<Tn, ..., T2, T1>`.
686 `mp_fold<L<T1, T2, ..., Tn>, V, F>` is `F< F< F< F<V, T1>, T2>, ...>, Tn>`, or `V`, if `L` is empty.
708 `mp_reverse_fold<L<T1, T2, ..., Tn>, V, F>` is `F<T1, F<T2, F<..., F<Tn, V>>>>`, or `V`, if `L` is …
/third_party/boost/boost/type_erasure/
Dfree.hpp300 template<class Base, class Tn, int I, class... T>
303 ::boost::type_erasure::detail::maybe_const_this_param<Tn, Base>, \
304 ::boost::type_erasure::as_param<Base, Tn>
/third_party/skia/third_party/externals/icu/source/data/locales/
Dtr.txt132 one{"0 Tn ¤"}
133 other{"0 Tn ¤"}
136 one{"00 Tn ¤"}
137 other{"00 Tn ¤"}
140 one{"000 Tn ¤"}
141 other{"000 Tn ¤"}
182 one{"0 Tn"}
183 other{"0 Tn"}
186 one{"00 Tn"}
187 other{"00 Tn"}
[all …]
Dmt.txt297 "Tn",
797 "-1"{"it-Tn. li għadda"}
798 "0"{"it-Tn. li ġej"}
799 "1"{"it-Tn. ta’ wara"}
804 "-1"{"it-Tn. li għadda"}
805 "0"{"it-Tn. li ġej"}
806 "1"{"it-Tn. ta’ wara"}
/third_party/icu/icu4c/source/data/locales/
Dtr.txt132 one{"0 Tn ¤"}
133 other{"0 Tn ¤"}
136 one{"00 Tn ¤"}
137 other{"00 Tn ¤"}
140 one{"000 Tn ¤"}
141 other{"000 Tn ¤"}
182 one{"0 Tn"}
183 other{"0 Tn"}
186 one{"00 Tn"}
187 other{"00 Tn"}
[all …]
Dmt.txt297 "Tn",
797 "-1"{"it-Tn. li għadda"}
798 "0"{"it-Tn. li ġej"}
799 "1"{"it-Tn. ta’ wara"}
804 "-1"{"it-Tn. li għadda"}
805 "0"{"it-Tn. li ġej"}
806 "1"{"it-Tn. ta’ wara"}

12