Home
last modified time | relevance | path

Searched refs:policies (Results 1 – 25 of 136) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp74 return 2 * pi<T, policies::policy<policies::digits2<N> > >(); in compute()
81 return 2 / pi<T, policies::policy<policies::digits2<N> > >(); in compute()
89 return sqrt((2 / pi<T, policies::policy<policies::digits2<N> > >())); in compute()
96 return 1 / two_pi<T, policies::policy<policies::digits2<N> > >(); in compute()
104 return sqrt(pi<T, policies::policy<policies::digits2<N> > >()); in compute()
112 return sqrt(pi<T, policies::policy<policies::digits2<N> > >() / 2); in compute()
120 return sqrt(two_pi<T, policies::policy<policies::digits2<N> > >()); in compute()
128 return log(root_two_pi<T, policies::policy<policies::digits2<N> > >()); in compute()
199 return euler<T, policies::policy<policies::digits2<N> > >() in compute()
200 * euler<T, policies::policy<policies::digits2<N> > >(); in compute()
[all …]
H A Dconstants.hpp77 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<> >
256 { return name<T, boost::math::policies::policy<> >(); }\
/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.hpp51 namespace policies{ namespace
79 …typedef typename boost::math::policies::precision<T, boost::math::policies::policy<> >::type prec_… in prec_format()
134 replace_all_in_string(function, "%1%", boost::math::policies::detail::name_of<T>()); in raise_error()
158 replace_all_in_string(function, "%1%", boost::math::policies::detail::name_of<T>()); in raise_error()
178 const ::boost::math::policies::domain_error< ::boost::math::policies::throw_on_error>&) in raise_domain_error()
190 …const ::boost::math::policies::domain_error< ::boost::math::policies::ignore_error>&) BOOST_MATH_N… in raise_domain_error()
202 …const ::boost::math::policies::domain_error< ::boost::math::policies::errno_on_error>&) BOOST_MATH… in raise_domain_error()
215 const ::boost::math::policies::domain_error< ::boost::math::policies::user_error>&) in raise_domain_error()
225 const ::boost::math::policies::pole_error< ::boost::math::policies::throw_on_error>&) in raise_pole_error()
227 … boost::math::policies::detail::raise_domain_error(function, message, val, ::boost::math::policie… in raise_pole_error()
[all …]
H A Dpolicy.hpp42 namespace policies{ namespace
133 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
148 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
164 …BOOST_STATIC_CONSTANT(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>…
167 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
186 …BOOST_STATIC_CONSTANT(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>…
189 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
271 …(Digits2::value > ::boost::math::policies::detail::precision<Digits10,Digits2>::digits2_type::valu…
311 …BOOST_STATIC_CONSTANT(bool, value = sizeof(::boost::math::policies::detail::test_is_valid_arg(stat…
317 …BOOST_STATIC_CONSTANT(bool, value = sizeof(::boost::math::policies::detail::test_is_default_arg(st…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dlog1p.hpp84 return policies::raise_domain_error<T>( in log1p_imp()
87 return -policies::raise_overflow_error<T>( 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()
105 policies::check_series_iterations<T>(function, max_iter, pol); in log1p_imp()
117 return policies::raise_domain_error<T>( in log1p_imp()
120 return -policies::raise_overflow_error<T>( in log1p_imp()
170 return policies::raise_domain_error<T>( in log1p_imp()
173 return -policies::raise_overflow_error<T>( in log1p_imp()
[all …]
H A Datanh.hpp44 return policies::raise_domain_error<T>( in atanh_imp()
50 return policies::raise_domain_error<T>( in atanh_imp()
56 return policies::raise_domain_error<T>( in atanh_imp()
63 return -policies::raise_overflow_error<T>(function, 0, pol); in atanh_imp()
68 return policies::raise_overflow_error<T>(function, 0, pol); in atanh_imp()
100 typedef typename policies::evaluation<result_type, Policy>::type value_type; in atanh()
101 typedef typename policies::normalise< in atanh()
103 policies::promote_float<false>, in atanh()
104 policies::promote_double<false>, in atanh()
105 policies::discrete_quantile<>, in atanh()
[all …]
H A Dtrunc.hpp26 …return policies::raise_rounding_error("boost::math::trunc<%1%>(%1%)", 0, static_cast<result_type>(… in trunc()
46 return trunc(v, policies::policy<>()); in trunc()
64 …return static_cast<int>(policies::raise_rounding_error("boost::math::itrunc<%1%>(%1%)", 0, static_… in itrunc()
70 return itrunc(v, policies::policy<>()); in itrunc()
80 …return static_cast<long>(policies::raise_rounding_error("boost::math::ltrunc<%1%>(%1%)", 0, static… in ltrunc()
86 return ltrunc(v, policies::policy<>()); in ltrunc()
98 …return static_cast<boost::long_long_type>(policies::raise_rounding_error("boost::math::lltrunc<%1%… in lltrunc()
104 return lltrunc(v, policies::policy<>()); in lltrunc()
H A Dnext.hpp184 return policies::raise_domain_error<T>( in float_next_imp()
190 return policies::raise_overflow_error<T>(function, 0, pol); in float_next_imp()
231 return policies::raise_domain_error<T>( in float_next_imp()
237 return policies::raise_overflow_error<T>(function, 0, pol); in float_next_imp()
282 return policies::raise_domain_error<double>(
287 return policies::raise_overflow_error<double>(function, 0, pol);
296 return float_next(val, policies::policy<>()); in float_next()
314 return policies::raise_domain_error<T>( in float_prior_imp()
320 return -policies::raise_overflow_error<T>(function, 0, pol); in float_prior_imp()
362 return policies::raise_domain_error<T>( in float_prior_imp()
[all …]
H A Dhypot.hpp45 return policies::raise_overflow_error<T>("boost::math::hypot<%1%>(%1%,%1%)", 0, pol); in hypot_imp()
68 static_cast<result_type>(x), static_cast<result_type>(y), policies::policy<>()); in hypot()
H A Dmath_fwd.hpp198 …typename boost::enable_if_c<policies::is_policy<Policy>::value, typename tools::promote_args<T>::t…
201 …inline typename boost::enable_if_c<policies::is_policy<Policy>::value, typename tools::promote_arg…
209 …typename boost::enable_if_c<policies::is_policy<Policy>::value, typename tools::promote_args<T>::t…
244 policies::is_policy<T2>,
376 policies::is_policy<V>,
631 typedef typename policies::precision<result_type, Policy>::type precision_type;
665 … typename detail::bessel_traits<T1, T2, policies::policy<> >::result_type cyl_bessel_j(T1 v, T2 x);
667 …typename detail::bessel_traits<T1, T2, policies::policy<> >::result_type cyl_bessel_j_prime(T1 v, …
675 …typename detail::bessel_traits<T, T, policies::policy<> >::result_type sph_bessel(unsigned v, T x);
677 …typename detail::bessel_traits<T, T, policies::policy<> >::result_type sph_bessel_prime(unsigned v…
[all …]
/OK3568_Linux_fs/kernel/net/netlink/
H A Dpolicy.c24 } policies[]; member
38 if (state->policies[i].policy == policy && in add_policy()
39 state->policies[i].maxtype == maxtype) in add_policy()
42 if (!state->policies[i].policy) { in add_policy()
43 state->policies[i].policy = policy; in add_policy()
44 state->policies[i].maxtype = maxtype; in add_policy()
50 state = krealloc(state, struct_size(state, policies, n_alloc), in add_policy()
55 memset(&state->policies[state->n_alloc], 0, in add_policy()
56 flex_array_size(state, policies, n_alloc - state->n_alloc)); in add_policy()
58 state->policies[state->n_alloc].policy = policy; in add_policy()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c27 static void guc_policies_init(struct guc_policies *policies) in guc_policies_init() argument
32 policies->dpc_promote_time = POLICY_DEFAULT_DPC_PROMOTE_TIME_US; in guc_policies_init()
33 policies->max_num_work_items = POLICY_MAX_NUM_WI; in guc_policies_init()
37 policy = &policies->policy[p][i]; in guc_policies_init()
43 policies->is_valid = 1; in guc_policies_init()
60 struct guc_policies policies; member
77 guc_policies_init(&blob->policies); in __guc_ads_init()
120 blob->ads.scheduler_policies = base + ptr_offset(blob, policies); in __guc_ads_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh31 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
32 for policy in $policies; do
39 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
40 for policy in $policies; do
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst17 Memory policies should not be confused with cpusets
20 memory may be allocated by a set of processes. Memory policies are a
22 both cpusets and policies are applied to a task, the restrictions of the cpuset
63 In a multi-threaded task, task policies apply only to the thread
90 VMA policies have a few complicating details:
102 * VMA policies are shared between all tasks that share a
105 fork(). However, because VMA policies refer to a specific
107 space is discarded and recreated on exec*(), VMA policies
109 applications may use VMA policies.
125 Conceptually, shared policies apply to "memory objects" mapped
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dintersection_strategies.hpp73 typedef policies::relate::segments_tupled
75 policies::relate::segments_intersection_points
79 policies::relate::segments_direction
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_hwaccess_pm.h172 kbase_pm_ca_list_policies(const struct kbase_pm_ca_policy * const **policies);
207 int kbase_pm_list_policies(const struct kbase_pm_policy * const **policies);
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dsched_policy.c22 const char *policies[] = { in syscall_arg__scnprintf_sched_policy() local
31 printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", policies[policy]); in syscall_arg__scnprintf_sched_policy()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst148 Limitations of v1 policies
151 v1 encryption policies have some weaknesses with respect to online
167 All the above problems are fixed with v2 encryption policies. For
169 policies on all new encrypted directories.
212 the key is used for v1 encryption policies or for v2 encryption
213 policies. Users **must not** use the same key for both v1 and v2
214 encryption policies. (No real-world attack is currently known on this
218 For v1 encryption policies, the KDF only supports deriving per-file
224 For v2 encryption policies, the KDF is HKDF-SHA512. The master key is
259 DIRECT_KEY policies
[all …]
/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 Dget_turn_info_helpers.hpp228 typedef policies::relate::segments_tupled
230 policies::relate::segments_intersection_points
234 policies::relate::segments_direction
342 typedef policies::relate::segments_intersection_points in is_spike_of_collinear()
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Ddata_tx.c159 struct tx_policy *policies = wvif->tx_policy_cache.cache; in wfx_tx_policy_upload() local
166 is_used = memzcmp(policies[i].rates, in wfx_tx_policy_upload()
167 sizeof(policies[i].rates)); in wfx_tx_policy_upload()
168 if (!policies[i].uploaded && is_used) in wfx_tx_policy_upload()
172 policies[i].uploaded = true; in wfx_tx_policy_upload()
173 memcpy(tmp_rates, policies[i].rates, sizeof(tmp_rates)); in wfx_tx_policy_upload()
/OK3568_Linux_fs/buildroot/package/refpolicy/
H A DConfig.in12 creating other policies. Reference Policy was originally
24 policies is not correct. Individual policies would need to
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1814 typedef ::boost::math::policies::policy<
1815 ::boost::math::policies::domain_error< ::boost::math::policies::errno_on_error>,
1816 ::boost::math::policies::pole_error< ::boost::math::policies::errno_on_error>,
1817 ::boost::math::policies::overflow_error< ::boost::math::policies::errno_on_error>,
1818 ::boost::math::policies::evaluation_error< ::boost::math::policies::errno_on_error>,
1819 ::boost::math::policies::rounding_error< ::boost::math::policies::errno_on_error>
2093 …return boost::math::policies::raise_rounding_error("boost::multiprecision::itrunc<%1%>(%1%)", 0, n… in itrunc()
2099 return itrunc(v, boost::math::policies::policy<>()); in itrunc()
2106 …return boost::math::policies::raise_rounding_error("boost::multiprecision::itrunc<%1%>(%1%)", 0, v… in itrunc()
2112 return itrunc(v, boost::math::policies::policy<>()); in itrunc()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Dvlock_pam1 # Use the default auth and account policies for vlock
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst2 Guidance for writing policies
7 makes it easier to write the policies.
26 Overview of supplied cache replacement policies
/OK3568_Linux_fs/buildroot/package/fscryptctl/
H A DConfig.in5 keys and manages policies for Linux filesystem encryption.

123456