Home
last modified time | relevance | path

Searched refs:pol (Results 326 – 350 of 9632) sorted by relevance

1...<<11121314151617181920>>...386

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/special_functions/
H A Dnext.hpp186 "Argument must be finite, but got %1%", val, pol);
233 "Argument must be finite, but got %1%", val, pol);
284 "Argument must be finite, but got %1%", val, pol);
466 return -float_distance(b, a, pol);
574 return -float_distance(b, a, pol);
690 return -float_advance(-val, -distance, pol);
694 return float_next(val, pol);
696 return float_prior(val, pol);
776 return -float_advance(-val, -distance, pol);
780 return float_next(val, pol);
[all …]
H A Dlegendre.hpp45 " -1 <= x <= 1, but got x = %1%.", x, pol);
51 p0 = (boost::math::log1p(x, pol) - boost::math::log1p(-x, pol)) / 2;
89 " -1 <= x <= 1, but got x = %1%.", x, pol);
142 const Policy& pol;
202 legendre_p_zero_func<T, Policy> f(n, pol);
221 legendre_p(int l, T x, const Policy& pol)
234 legendre_p_prime(int l, T x, const Policy& pol)
264 return detail::legendre_p_zeros_imp<T>(l, pol);
276 legendre_q(unsigned l, T x, const Policy& pol)
322 return boost::math::legendre_p(l, x, pol);
[all …]
H A Dbeta.hpp140 return boost::math::tgamma(b, pol);
142 return boost::math::tgamma(a, pol);
208 const Policy& pol,
302 T l3 = boost::math::expm1(ratio * boost::math::log1p(l2, pol), pol);
310 T l3 = boost::math::expm1(boost::math::log1p(l1, pol) / ratio, pol);
320 T l = a * boost::math::log1p(l1, pol)
436 const Policy& pol,
829 lx = boost::math::log1p(-y, pol);
1093 …? T(-boost::math::expm1(a * boost::math::log1p(-y, pol), pol)) : T(exp(a * boost::math::log1p(-y,
1413 … (a == 1) ? 1 / boost::math::beta(a, b, pol) : policies::raise_overflow_error<T>(function, 0, pol);
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/math/special_functions/
H A Dnext.hpp186 "Argument must be finite, but got %1%", val, pol);
233 "Argument must be finite, but got %1%", val, pol);
284 "Argument must be finite, but got %1%", val, pol);
466 return -float_distance(b, a, pol);
574 return -float_distance(b, a, pol);
690 return -float_advance(-val, -distance, pol);
694 return float_next(val, pol);
696 return float_prior(val, pol);
776 return -float_advance(-val, -distance, pol);
780 return float_next(val, pol);
[all …]
H A Dlegendre.hpp45 " -1 <= x <= 1, but got x = %1%.", x, pol);
51 p0 = (boost::math::log1p(x, pol) - boost::math::log1p(-x, pol)) / 2;
89 " -1 <= x <= 1, but got x = %1%.", x, pol);
142 const Policy& pol; member
202 legendre_p_zero_func<T, Policy> f(n, pol); in legendre_p_zeros_imp()
221 legendre_p(int l, T x, const Policy& pol) in legendre_p() argument
234 legendre_p_prime(int l, T x, const Policy& pol) in legendre_p_prime() argument
264 return detail::legendre_p_zeros_imp<T>(l, pol); in legendre_p_zeros()
276 legendre_q(unsigned l, T x, const Policy& pol) in legendre_q() argument
322 return boost::math::legendre_p(l, x, pol);
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/math/special_functions/
H A Dnext.hpp186 "Argument must be finite, but got %1%", val, pol);
233 "Argument must be finite, but got %1%", val, pol);
284 "Argument must be finite, but got %1%", val, pol);
466 return -float_distance(b, a, pol);
574 return -float_distance(b, a, pol);
690 return -float_advance(-val, -distance, pol);
694 return float_next(val, pol);
696 return float_prior(val, pol);
776 return -float_advance(-val, -distance, pol);
780 return float_next(val, pol);
[all …]
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/math/special_functions/
H A Dnext.hpp186 "Argument must be finite, but got %1%", val, pol);
233 "Argument must be finite, but got %1%", val, pol);
284 "Argument must be finite, but got %1%", val, pol);
466 return -float_distance(b, a, pol);
574 return -float_distance(b, a, pol);
690 return -float_advance(-val, -distance, pol);
694 return float_next(val, pol);
696 return float_prior(val, pol);
776 return -float_advance(-val, -distance, pol);
780 return float_next(val, pol);
[all …]
/dports/math/pari/pari-2.13.3/src/functions/number_fields/
H A Drnfpolredbest5 Help: rnfpolredbest(nf,pol,{flag=0}): given a pol with coefficients in nf,
7 than pol; flag
10 return [Pabs, a,b], where a is a root of nf.pol and b is a root of pol.
29 rnfequation(nf, rnfpolredbest(nf,pol))
34 and \var{pol} respectively.
37 ? K = nfinit(y^3-2); pol = x^2 +x*y + y^2;
38 ? [P, a] = rnfpolredbest(K,pol,1);
44 ? subst(K.pol,y,a)
46 ? [Pabs, a, b] = rnfpolredbest(K,pol,3);
53 ? subst(K.pol,y,a)
[all …]
/dports/deskutils/genius/genius-1.0.27/lib/equation_solving/
H A Dformulas.gel4 function CubicFormula(pol) = (
5 if not IsPoly(pol) or elements(pol) != 4 or pol@(4) == 0 then
7 c := pol@(1) / pol@(4);
8 b := pol@(2) / pol@(4);
9 a := pol@(3) / pol@(4);
51 function QuarticFormula(pol) = (
52 if not IsPoly(pol) or elements(pol) != 5 or pol@(5) == 0 then
54 d := pol@(1) / pol@(5);
55 c := pol@(2) / pol@(5);
56 b := pol@(3) / pol@(5);
[all …]
/dports/irc/srvx/srvx-1.3.1/src/
H A Dpolicer.c60 policer_conforms(struct policer *pol, time_t reqtime, double weight) in policer_conforms() argument
63 pol->level -= pol->params->drain_rate * (reqtime - pol->last_req); in policer_conforms()
64 if (pol->level < 0.0) pol->level = 0.0; in policer_conforms()
65 res = pol->level < pol->params->bucket_size; in policer_conforms()
66 pol->level += weight; in policer_conforms()
67 pol->last_req = reqtime; in policer_conforms()
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Dlegendre.hpp45 " -1 <= x <= 1, but got x = %1%.", x, pol);
51 p0 = (boost::math::log1p(x, pol) - boost::math::log1p(-x, pol)) / 2;
89 " -1 <= x <= 1, but got x = %1%.", x, pol);
142 const Policy& pol; member
202 legendre_p_zero_func<T, Policy> f(n, pol); in legendre_p_zeros_imp()
221 legendre_p(int l, T x, const Policy& pol) in legendre_p() argument
234 legendre_p_prime(int l, T x, const Policy& pol) in legendre_p_prime() argument
264 return detail::legendre_p_zeros_imp<T>(l, pol); in legendre_p_zeros()
276 legendre_q(unsigned l, T x, const Policy& pol) in legendre_q() argument
322 return boost::math::legendre_p(l, x, pol);
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Dbessel_prime.hpp24 inline T cyl_bessel_j_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_j_prime_imp() argument
34 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_j_prime_imp()
64 if (itrunc(v, pol) & 1) in cyl_bessel_j_prime_imp()
91 "Got x = %1%, but function requires x >= 0.", x, pol); in sph_bessel_j_prime_imp()
112 inline T cyl_bessel_i_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_i_prime_imp() argument
122 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_i_prime_imp()
148 inline T cyl_bessel_k_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_k_prime_imp() argument
156 "Got x = %1%, but function requires x > 0", x, pol); in cyl_bessel_k_prime_imp()
169 inline T cyl_neumann_prime_imp(T v, T x, const Policy& pol) in cyl_neumann_prime_imp() argument
178 "Got x = %1%, but function requires x > 0", x, pol); in cyl_neumann_prime_imp()
[all …]
H A Dairy.hpp22 T airy_ai_imp(T x, const Policy& pol)
30 T j1 = boost::math::cyl_bessel_j(v, p, pol);
31 T j2 = boost::math::cyl_bessel_j(-v, p, pol);
60 T airy_bi_imp(T x, const Policy& pol)
68 T j1 = boost::math::cyl_bessel_j(v, p, pol);
93 T airy_ai_prime_imp(T x, const Policy& pol)
128 T airy_bi_prime_imp(T x, const Policy& pol)
159 T airy_ai_zero_imp(int m, const Policy& pol)
212 T airy_bi_zero_imp(int m, const Policy& pol)
384 const Policy& pol) in airy_ai_zero() argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Dbessel_prime.hpp24 inline T cyl_bessel_j_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_j_prime_imp() argument
34 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_j_prime_imp()
64 if (itrunc(v, pol) & 1) in cyl_bessel_j_prime_imp()
91 "Got x = %1%, but function requires x >= 0.", x, pol); in sph_bessel_j_prime_imp()
112 inline T cyl_bessel_i_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_i_prime_imp() argument
122 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_i_prime_imp()
148 inline T cyl_bessel_k_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_k_prime_imp() argument
156 "Got x = %1%, but function requires x > 0", x, pol); in cyl_bessel_k_prime_imp()
169 inline T cyl_neumann_prime_imp(T v, T x, const Policy& pol) in cyl_neumann_prime_imp() argument
178 "Got x = %1%, but function requires x > 0", x, pol); in cyl_neumann_prime_imp()
[all …]
H A Dairy.hpp22 T airy_ai_imp(T x, const Policy& pol)
30 T j1 = boost::math::cyl_bessel_j(v, p, pol);
31 T j2 = boost::math::cyl_bessel_j(-v, p, pol);
60 T airy_bi_imp(T x, const Policy& pol)
68 T j1 = boost::math::cyl_bessel_j(v, p, pol);
93 T airy_ai_prime_imp(T x, const Policy& pol)
128 T airy_bi_prime_imp(T x, const Policy& pol)
159 T airy_ai_zero_imp(int m, const Policy& pol)
212 T airy_bi_zero_imp(int m, const Policy& pol)
384 const Policy& pol) in airy_ai_zero() argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Dbessel_prime.hpp24 inline T cyl_bessel_j_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_j_prime_imp() argument
34 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_j_prime_imp()
64 if (itrunc(v, pol) & 1) in cyl_bessel_j_prime_imp()
91 "Got x = %1%, but function requires x >= 0.", x, pol); in sph_bessel_j_prime_imp()
112 inline T cyl_bessel_i_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_i_prime_imp() argument
122 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_i_prime_imp()
148 inline T cyl_bessel_k_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_k_prime_imp() argument
156 "Got x = %1%, but function requires x > 0", x, pol); in cyl_bessel_k_prime_imp()
169 inline T cyl_neumann_prime_imp(T v, T x, const Policy& pol) in cyl_neumann_prime_imp() argument
178 "Got x = %1%, but function requires x > 0", x, pol); in cyl_neumann_prime_imp()
[all …]
H A Dairy.hpp22 T airy_ai_imp(T x, const Policy& pol)
30 T j1 = boost::math::cyl_bessel_j(v, p, pol);
31 T j2 = boost::math::cyl_bessel_j(-v, p, pol);
60 T airy_bi_imp(T x, const Policy& pol)
68 T j1 = boost::math::cyl_bessel_j(v, p, pol);
93 T airy_ai_prime_imp(T x, const Policy& pol)
128 T airy_bi_prime_imp(T x, const Policy& pol)
159 T airy_ai_zero_imp(int m, const Policy& pol)
212 T airy_bi_zero_imp(int m, const Policy& pol)
384 const Policy& pol) in airy_ai_zero() argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Dbessel_prime.hpp24 inline T cyl_bessel_j_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_j_prime_imp() argument
34 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_j_prime_imp()
64 if (itrunc(v, pol) & 1) in cyl_bessel_j_prime_imp()
91 "Got x = %1%, but function requires x >= 0.", x, pol); in sph_bessel_j_prime_imp()
112 inline T cyl_bessel_i_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_i_prime_imp() argument
122 "Got x = %1%, but function requires x >= 0", x, pol); in cyl_bessel_i_prime_imp()
148 inline T cyl_bessel_k_prime_imp(T v, T x, const Policy& pol) in cyl_bessel_k_prime_imp() argument
156 "Got x = %1%, but function requires x > 0", x, pol); in cyl_bessel_k_prime_imp()
169 inline T cyl_neumann_prime_imp(T v, T x, const Policy& pol) in cyl_neumann_prime_imp() argument
178 "Got x = %1%, but function requires x > 0", x, pol); in cyl_neumann_prime_imp()
[all …]
H A Dairy.hpp22 T airy_ai_imp(T x, const Policy& pol)
30 T j1 = boost::math::cyl_bessel_j(v, p, pol);
31 T j2 = boost::math::cyl_bessel_j(-v, p, pol);
60 T airy_bi_imp(T x, const Policy& pol)
68 T j1 = boost::math::cyl_bessel_j(v, p, pol);
93 T airy_ai_prime_imp(T x, const Policy& pol)
128 T airy_bi_prime_imp(T x, const Policy& pol)
159 T airy_ai_zero_imp(int m, const Policy& pol)
212 T airy_bi_zero_imp(int m, const Policy& pol)
384 const Policy& pol) in airy_ai_zero() argument
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Dlegendre.hpp45 " -1 <= x <= 1, but got x = %1%.", x, pol);
51 p0 = (boost::math::log1p(x, pol) - boost::math::log1p(-x, pol)) / 2;
89 " -1 <= x <= 1, but got x = %1%.", x, pol);
142 const Policy& pol; member
202 legendre_p_zero_func<T, Policy> f(n, pol); in legendre_p_zeros_imp()
221 legendre_p(int l, T x, const Policy& pol) in legendre_p() argument
234 legendre_p_prime(int l, T x, const Policy& pol) in legendre_p_prime() argument
264 return detail::legendre_p_zeros_imp<T>(l, pol); in legendre_p_zeros()
276 legendre_q(unsigned l, T x, const Policy& pol) in legendre_q() argument
322 return boost::math::legendre_p(l, x, pol);
[all …]
H A Dbeta.hpp140 return boost::math::tgamma(b, pol);
142 return boost::math::tgamma(a, pol);
208 const Policy& pol,
302 T l3 = boost::math::expm1(ratio * boost::math::log1p(l2, pol), pol);
310 T l3 = boost::math::expm1(boost::math::log1p(l1, pol) / ratio, pol);
320 T l = a * boost::math::log1p(l1, pol)
436 const Policy& pol,
829 lx = boost::math::log1p(-y, pol);
1093 …? T(-boost::math::expm1(a * boost::math::log1p(-y, pol), pol)) : T(exp(a * boost::math::log1p(-y,
1413 … (a == 1) ? 1 / boost::math::beta(a, b, pol) : policies::raise_overflow_error<T>(function, 0, pol);
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Dlegendre.hpp45 " -1 <= x <= 1, but got x = %1%.", x, pol);
51 p0 = (boost::math::log1p(x, pol) - boost::math::log1p(-x, pol)) / 2;
89 " -1 <= x <= 1, but got x = %1%.", x, pol);
142 const Policy& pol; member
202 legendre_p_zero_func<T, Policy> f(n, pol); in legendre_p_zeros_imp()
221 legendre_p(int l, T x, const Policy& pol) in legendre_p() argument
234 legendre_p_prime(int l, T x, const Policy& pol) in legendre_p_prime() argument
264 return detail::legendre_p_zeros_imp<T>(l, pol); in legendre_p_zeros()
276 legendre_q(unsigned l, T x, const Policy& pol) in legendre_q() argument
322 return boost::math::legendre_p(l, x, pol);
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Dlegendre.hpp45 " -1 <= x <= 1, but got x = %1%.", x, pol);
51 p0 = (boost::math::log1p(x, pol) - boost::math::log1p(-x, pol)) / 2;
89 " -1 <= x <= 1, but got x = %1%.", x, pol);
142 const Policy& pol; member
202 legendre_p_zero_func<T, Policy> f(n, pol); in legendre_p_zeros_imp()
221 legendre_p(int l, T x, const Policy& pol) in legendre_p() argument
234 legendre_p_prime(int l, T x, const Policy& pol) in legendre_p_prime() argument
264 return detail::legendre_p_zeros_imp<T>(l, pol); in legendre_p_zeros()
276 legendre_q(unsigned l, T x, const Policy& pol) in legendre_q() argument
322 return boost::math::legendre_p(l, x, pol);
[all …]
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/secular/
H A Dsecular-newton.c143 cplx_set (pol, cplx_zero); in mps_secular_fnewton()
201 apol = cplx_mod (pol); in mps_secular_fnewton()
208 cplx_set (corr, pol); in mps_secular_fnewton()
342 cdpe_set (pol, cdpe_zero); in mps_secular_dnewton()
390 cdpe_mod (apol, pol); in mps_secular_dnewton()
396 cdpe_set (corr, pol); in mps_secular_dnewton()
545 mpc_init2 (pol, wp); in mps_secular_mnewton()
567 mpc_set_ui (pol, 0U, 0U); in mps_secular_mnewton()
629 mpc_rmod (apol, pol); in mps_secular_mnewton()
636 mpc_set (corr, pol); in mps_secular_mnewton()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Dbeta.hpp140 return boost::math::tgamma(b, pol);
142 return boost::math::tgamma(a, pol);
208 const Policy& pol,
302 T l3 = boost::math::expm1(ratio * boost::math::log1p(l2, pol), pol);
310 T l3 = boost::math::expm1(boost::math::log1p(l1, pol) / ratio, pol);
320 T l = a * boost::math::log1p(l1, pol)
436 const Policy& pol,
829 lx = boost::math::log1p(-y, pol);
1093 …? T(-boost::math::expm1(a * boost::math::log1p(-y, pol), pol)) : T(exp(a * boost::math::log1p(-y,
1413 … (a == 1) ? 1 / boost::math::beta(a, b, pol) : policies::raise_overflow_error<T>(function, 0, pol);
[all …]

1...<<11121314151617181920>>...386