Home
last modified time | relevance | path

Searched refs:Policy (Results 1 – 25 of 107) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dmath_fwd.hpp50 template <class RT1, class RT2, class RT3, class Policy>
52 beta(RT1 a, RT2 b, RT3 x, const Policy& pol); // Beta function (3 arguments).
58 template <class RT1, class RT2, class RT3, class Policy>
60 betac(RT1 a, RT2 b, RT3 x, const Policy& pol);
66 template <class RT1, class RT2, class RT3, class Policy>
68 ibeta(RT1 a, RT2 b, RT3 x, const Policy& pol); // Incomplete beta function.
74 template <class RT1, class RT2, class RT3, class Policy>
76 ibetac(RT1 a, RT2 b, RT3 x, const Policy& pol); // Incomplete beta complement function.
82 template <class T1, class T2, class T3, class T4, class Policy>
84 ibeta_inv(T1 a, T2 b, T3 p, T4* py, const Policy& pol);
[all …]
H A Dlog1p.hpp75 template <class T, class Policy>
76 T log1p_imp(T const & x, const Policy& pol, const mpl::int_<0>&) in log1p_imp()
98 boost::uintmax_t max_iter = policies::get_max_series_iterations<Policy>(); in log1p_imp()
100 … result_type result = tools::sum_series(s, policies::get_epsilon<result_type, Policy>(), max_iter); in log1p_imp()
103 …result_type result = tools::sum_series(s, policies::get_epsilon<result_type, Policy>(), max_iter, … in log1p_imp()
109 template <class T, class Policy>
110 T log1p_imp(T const& x, const Policy& pol, const mpl::int_<53>&) in log1p_imp()
162 template <class T, class Policy>
163 T log1p_imp(T const& x, const Policy& pol, const mpl::int_<64>&) in log1p_imp()
217 template <class T, class Policy>
[all …]
H A Dtrunc.hpp20 template <class T, class Policy>
21 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol, const mpl::false_… in trunc()
30 template <class T, class Policy>
31 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy&, const mpl::true_&) in trunc() argument
38 template <class T, class Policy>
39 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol) in trunc()
57 template <class T, class Policy>
58 inline int itrunc(const T& v, const Policy& pol) in itrunc()
73 template <class T, class Policy>
74 inline long ltrunc(const T& v, const Policy& pol) in ltrunc()
[all …]
H A Dnext.hpp171 template <class T, class Policy>
172 T float_next_imp(const T& val, const mpl::true_&, const Policy& pol) in float_next_imp()
215 template <class T, class Policy>
216 T float_next_imp(const T& val, const mpl::false_&, const Policy& pol) in float_next_imp()
263 template <class T, class Policy>
264 inline typename tools::promote_args<T>::type float_next(const T& val, const Policy& pol) in float_next()
276 template <class Policy>
277 inline double float_next(const double& val, const Policy& pol)
301 template <class T, class Policy>
302 T float_prior_imp(const T& val, const mpl::true_&, const Policy& pol) in float_prior_imp()
[all …]
H A Datanh.hpp36 template<typename T, typename Policy>
37 inline T atanh_imp(const T x, const Policy& pol) in atanh_imp()
96 template<typename T, typename Policy>
97 inline typename tools::promote_args<T>::type atanh(T x, const Policy&) in atanh() argument
100 typedef typename policies::evaluation<result_type, Policy>::type value_type; in atanh()
102 Policy, in atanh()
H A Dhypot.hpp26 template <class T, class Policy>
27 T hypot_imp(T x, T y, const Policy& pol) in hypot_imp()
71 template <class T1, class T2, class Policy>
73 hypot(T1 x, T2 y, const Policy& pol) in hypot()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/
H A Dround_fwd.hpp23 template <class T, class Policy>
24 typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol);
27 template <class T, class Policy>
28 int itrunc(const T& v, const Policy& pol);
31 template <class T, class Policy>
32 long ltrunc(const T& v, const Policy& pol);
36 template <class T, class Policy>
37 boost::long_long_type lltrunc(const T& v, const Policy& pol);
41 template <class T, class Policy>
42 typename tools::promote_args<T>::type round(const T& v, const Policy& pol);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Derror_handling.hpp612 template <class T, class Policy>
613 …tion, const char* message, const T& val, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_error_policy… in raise_domain_error() argument
615 typedef typename Policy::domain_error_type policy_type; in raise_domain_error()
621 template <class T, class Policy>
622 …tion, const char* message, const T& val, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_error_policy… in raise_pole_error() argument
624 typedef typename Policy::pole_error_type policy_type; in raise_pole_error()
630 template <class T, class Policy>
631 …nst char* function, const char* message, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_error_policy… in raise_overflow_error() argument
633 typedef typename Policy::overflow_error_type policy_type; in raise_overflow_error()
639 template <class T, class Policy>
[all …]
H A Dpolicy.hpp517 template <class Policy,
535 …typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, typename Policy::domain_erro…
536 …typedef typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, typename Policy::pole_error_ty…
537 …typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, typename Policy::overflow_…
538 …typedef typename detail::find_arg<arg_list, is_underflow_error<mpl::_1>, typename Policy::underflo…
539 …typedef typename detail::find_arg<arg_list, is_denorm_error<mpl::_1>, typename Policy::denorm_erro…
540 …typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, typename Policy::evaluat…
541 …typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, typename Policy::rounding_…
542 …ail::find_arg<arg_list, is_indeterminate_result_error<mpl::_1>, typename Policy::indeterminate_res…
547 …typedef typename detail::find_arg<arg_list, is_digits2<mpl::_1>, typename Policy::precision_type >…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dintersection.hpp227 typename Policy,
230 static inline typename Policy::return_type
232 Policy const& policy, RobustPolicy const& robust_policy) in apply()
264 typename Policy,
269 static inline typename Policy::return_type
271 Policy const&, RobustPolicy const& /*robust_policy*/, in apply()
285 ? Policy::degenerate(a, true) in apply()
286 : Policy::disjoint() in apply()
297 return Policy::disjoint(); in apply()
306 return Policy::disjoint(); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dget_rescale_policy.hpp180 template <typename Policy>
184 static inline Policy apply(Geometry const& geometry) in apply()
201 return Policy(min_point, min_robust_point, factor); in apply()
205 static inline Policy apply(Geometry1 const& geometry1, Geometry2 const& geometry2) in apply()
222 return Policy(min_point, min_robust_point, factor); in apply()
325 template <typename Policy, typename Geometry>
326 inline Policy get_rescale_policy(Geometry const& geometry) in get_rescale_policy()
328 return detail::get_rescale_policy::get_rescale_policy<Policy>::apply(geometry); in get_rescale_policy()
331 template <typename Policy, typename Geometry1, typename Geometry2>
332 inline Policy get_rescale_policy(Geometry1 const& geometry1, Geometry2 const& geometry2) in get_rescale_policy()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dintersection.hpp221 typename Policy,
224 inline typename Policy::return_type apply(Segment1 const& a, Segment2 const& b, in apply()
225 Policy const& policy, in apply()
246 typename Policy,
251 inline typename Policy::return_type apply(Segment1 const& a, Segment2 const& b, in apply()
252 Policy const&, RobustPolicy const&, in apply()
268 return apply<Policy>(a, b, a1, a2, b1, b2, is_a_reversed, is_b_reversed); in apply()
275 typename Policy,
281 inline typename Policy::return_type apply(Segment1 const& a, Segment2 const& b, in apply()
305 ? Policy::degenerate(a, true) in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dcalculate_sum.hpp34 template <typename ReturnType, typename Policy, typename Rings, typename Strategy>
41 sum += Policy::apply(*it, strategy); in sum_interior_rings()
47 template <typename ReturnType, typename Policy, typename Polygon, typename Strategy>
50 return Policy::apply(exterior_ring(poly), strategy) in apply()
51 + sum_interior_rings<ReturnType, Policy>(interior_rings(poly), strategy) in apply()
H A Dnot.hpp41 template <typename Policy>
48 return ! Policy::apply(geometry1, geometry2); in apply()
56 return ! Policy::apply(geometry1, geometry2, strategy); in apply()
H A Dmulti_modify.hpp34 template <typename MultiGeometry, typename Policy>
44 Policy::apply(*it); in apply()
56 Policy::apply(*it, strategy); in apply()
H A Dmulti_sum.hpp28 template <typename ReturnType, typename Policy, typename MultiGeometry, typename Strategy>
39 sum += Policy::apply(*it, strategy); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp234 typename Policy,
237 static inline typename Policy::return_type
239 Policy const& policy, RobustPolicy const& robust_policy) in apply()
260 typename Policy,
265 static inline typename Policy::return_type
267 Policy const&, RobustPolicy const&, in apply()
287 ? Policy::degenerate(a, true) in apply()
288 : Policy::disjoint() in apply()
328 return Policy::disjoint(); in apply()
353 return Policy::disjoint(); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dconstants.hpp73 template <class Real, class Policy>
77 typedef typename policies::precision<Real, Policy>::type t1;
78 typedef typename policies::precision<float, Policy>::type t2;
79 typedef typename policies::precision<double, Policy>::type t3;
80 typedef typename policies::precision<long double, Policy>::type t4;
126 template <class Real, class Policy = boost::math::policies::policy<> >
129 typedef typename construction_traits<Real, Policy>::type construct_type;
253Policy> inline BOOST_CONSTEXPR typename detail::constant_return<T, Policy>::type name(BOOST_MATH_E…
254 …{ return detail:: BOOST_JOIN(constant_, name)<T>::get(typename construction_traits<T, Policy>::typ…
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dxfrm_proc.rst65 Policy discards
68 Policy error
104 Policy discards
107 Policy is dead
110 Policy error
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dpointlike_linear.hpp66 typename Policy
80 >::apply(point, Policy::apply(point, linear, strategy), oit); in apply()
92 typename Policy
111 >::apply(*it, Policy::apply(*it, segment, strategy), oit); in apply()
126 typename Policy
198 >::apply(item1, Policy::apply(item1, item2, m_strategy), m_oit); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dwrite.hpp112 template <typename Range, typename Policy>
123 os << "<" << Policy::prefix() << " points=\""; in apply()
134 os << "\" style=\"" << style << Policy::style() << "\"/>"; in apply()
204 template <typename MultiGeometry, typename Policy>
216 Policy::apply(os, *it, style, size); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dconvert.hpp231 template <typename Single, typename Multi, typename Policy>
232 struct single_to_multi: private Policy
237 Policy::apply(single, *boost::begin(multi)); in apply()
243 template <typename Multi1, typename Multi2, typename Policy>
244 struct multi_to_multi: private Policy
257 Policy::apply(*it1, *it2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp161 template <typename Policy>
162 static inline bool apply(Type const& a, Type const& b, Policy const&) in apply()
171 template <typename Policy>
172 static inline bool apply(Type const& a, Type const& b, Policy const& policy) in apply()
195 template <typename T1, typename T2, typename Policy>
196 inline bool equals_by_policy(T1 const& a, T2 const& b, Policy const& policy) in equals_by_policy()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst4 NUMA Memory Policy
7 What is NUMA Memory Policy?
26 Memory Policy Concepts
35 System Default Policy
46 Task/Process Policy
52 task policy "fall back" to the System Default Policy.
59 :ref:`Memory Policy APIs <memory_policy_apis>` section,
76 VMA Policy
80 :ref:`Memory Policy APIs <memory_policy_apis>` section,
88 System Default Policy.
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/
H A Dpolicy_overview.dot30 policy_queue [ label="Policy's Queue" ];
34 runpool [ label="Policy's Run Pool" ];

12345