Home
last modified time | relevance | path

Searched refs:Cf (Results 1 – 25 of 2208) sorted by relevance

12345678910>>...89

/dports/math/piranha/piranha-0.11/tests/
H A Dterm.cpp58 template <typename Cf>
71 BOOST_CHECK_EQUAL(term_type(Cf(1), Key{value_type(1)}).m_cf, Cf(1)); in operator ()()
88 template <typename Cf>
102 template <typename Cf>
114 template <typename Cf>
127 template <typename Cf>
138 template <typename Cf>
151 template <typename Cf>
167 template <typename Cf>
180 template <typename Cf>
[all …]
H A Dseries_01.cpp62 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
67 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
95 class g_series_type2 : public series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>
100 typedef series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>> base;
175 template <typename Cf>
324 template <typename Cf>
349 template <typename Cf>
386 template <typename Cf>
410 template <typename Cf>
505 template <typename Cf>
[all …]
H A Dseries_08.cpp67 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
72 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
122 template <typename Cf>
142 template <typename Cf>
156 template <typename Cf>
170 template <typename Cf>
183 template <typename Cf>
195 template <typename Cf>
208 template <typename Cf>
302 template <typename Cf>
[all …]
H A Dseries_03.cpp81 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
83 using base = series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>;
106 class g_series_type2 : public series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>
108 using base = series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>;
153 class g_series_type3 : public null_toolbox<series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>>>
155 using base = null_toolbox<series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>>>;
170 using base = null_toolbox2<series<Cf, monomial<Expo>, g_series_type4<Cf, Expo>>>;
221 class g_series_type5 : public series<Cf, monomial<Expo>, g_series_type5<Cf, Expo>>
223 using base = series<Cf, monomial<Expo>, g_series_type5<Cf, Expo>>;
241 class g_series_type6 : public series<Cf, monomial<Expo>, g_series_type6<Cf, Expo>>
[all …]
H A Dmonagan.hpp41 template <typename Cf, typename Key>
42 inline polynomial<Cf, Key> monagan1() in monagan1()
44 using p_type = polynomial<Cf, Key>; in monagan1()
54 template <typename Cf, typename Key>
55 inline polynomial<Cf, Key> monagan2() in monagan2()
67 template <typename Cf, typename Key>
68 inline polynomial<Cf, Key> monagan3() in monagan3()
80 template <typename Cf, typename Key>
81 inline polynomial<Cf, Key> monagan4() in monagan4()
93 template <typename Cf, typename Key>
[all …]
H A Dpolynomial_01.cpp66 class polynomial_alt : public series<Cf, monomial<Expo>, polynomial_alt<Cf, Expo>>
68 typedef series<Cf, monomial<Expo>, polynomial_alt<Cf, Expo>> base;
132 template <typename Cf>
180 template <typename Cf>
194 template <typename Cf>
206 template <typename Cf>
220 template <typename Cf>
236 template <typename Cf>
428 template <typename Cf>
453 template <typename Cf>
[all …]
H A Dseries_04.cpp66 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
71 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
99 class g_series_type2 : public series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>
104 typedef series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>> base;
132 class g_series_type3 : public series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>>
137 typedef series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>> base;
156 class g_series_type4 : public series<Cf, monomial<Expo>, g_series_type4<Cf, Expo>>
161 typedef series<Cf, monomial<Expo>, g_series_type4<Cf, Expo>> base;
470 template <typename Cf>
567 template <typename Cf>
[all …]
H A Dseries_02.cpp75 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
102 typedef series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>> base;
132 typedef series<Cf, Key, g_series_type3<Cf, Key>> base;
835 BOOST_CHECK(tmp.m_container.begin()->m_cf == Cf(1) + Cf(1) + Cf(1) + Cf(1)); in operator ()()
1486 BOOST_CHECK(it->m_cf == Cf(1) * Cf(1)); in operator ()()
1493 BOOST_CHECK(it->m_cf == Cf(1) * Cf(1)); in operator ()()
1499 BOOST_CHECK(it->m_cf == Cf(1) * Cf(1)); in operator ()()
1506 BOOST_CHECK(it->m_cf == Cf(2) * Cf(1)); in operator ()()
1509 BOOST_CHECK(it->m_cf == Cf(2) * Cf(1)); in operator ()()
1515 BOOST_CHECK(it->m_cf == Cf(2) * Cf(1)); in operator ()()
[all …]
/dports/math/py-piranha/piranha-0.11/tests/
H A Dterm.cpp58 template <typename Cf>
71 BOOST_CHECK_EQUAL(term_type(Cf(1), Key{value_type(1)}).m_cf, Cf(1));
88 template <typename Cf>
102 template <typename Cf>
114 template <typename Cf>
127 template <typename Cf>
138 template <typename Cf>
151 template <typename Cf>
167 template <typename Cf>
180 template <typename Cf>
[all …]
H A Dseries_01.cpp62 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
67 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
95 class g_series_type2 : public series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>
100 typedef series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>> base;
175 template <typename Cf>
324 template <typename Cf>
349 template <typename Cf>
386 template <typename Cf>
410 template <typename Cf>
505 template <typename Cf>
[all …]
H A Dseries_08.cpp67 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
72 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
122 template <typename Cf>
142 template <typename Cf>
156 template <typename Cf>
170 template <typename Cf>
183 template <typename Cf>
195 template <typename Cf>
208 template <typename Cf>
302 template <typename Cf>
[all …]
H A Dseries_03.cpp81 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
83 using base = series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>;
106 class g_series_type2 : public series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>
108 using base = series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>;
153 class g_series_type3 : public null_toolbox<series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>>>
155 using base = null_toolbox<series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>>>;
170 using base = null_toolbox2<series<Cf, monomial<Expo>, g_series_type4<Cf, Expo>>>;
221 class g_series_type5 : public series<Cf, monomial<Expo>, g_series_type5<Cf, Expo>>
223 using base = series<Cf, monomial<Expo>, g_series_type5<Cf, Expo>>;
241 class g_series_type6 : public series<Cf, monomial<Expo>, g_series_type6<Cf, Expo>>
[all …]
H A Dmonagan.hpp41 template <typename Cf, typename Key>
42 inline polynomial<Cf, Key> monagan1() in monagan1()
44 using p_type = polynomial<Cf, Key>; in monagan1()
54 template <typename Cf, typename Key>
55 inline polynomial<Cf, Key> monagan2() in monagan2()
67 template <typename Cf, typename Key>
68 inline polynomial<Cf, Key> monagan3() in monagan3()
80 template <typename Cf, typename Key>
81 inline polynomial<Cf, Key> monagan4() in monagan4()
93 template <typename Cf, typename Key>
[all …]
H A Dpolynomial_01.cpp66 class polynomial_alt : public series<Cf, monomial<Expo>, polynomial_alt<Cf, Expo>>
68 typedef series<Cf, monomial<Expo>, polynomial_alt<Cf, Expo>> base;
132 template <typename Cf>
180 template <typename Cf>
194 template <typename Cf>
206 template <typename Cf>
220 template <typename Cf>
236 template <typename Cf>
428 template <typename Cf>
453 template <typename Cf>
[all …]
H A Dseries_04.cpp66 class g_series_type : public series<Cf, monomial<Expo>, g_series_type<Cf, Expo>>
71 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
99 class g_series_type2 : public series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>>
104 typedef series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>> base;
132 class g_series_type3 : public series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>>
137 typedef series<Cf, monomial<Expo>, g_series_type3<Cf, Expo>> base;
156 class g_series_type4 : public series<Cf, monomial<Expo>, g_series_type4<Cf, Expo>>
161 typedef series<Cf, monomial<Expo>, g_series_type4<Cf, Expo>> base;
470 template <typename Cf>
567 template <typename Cf>
[all …]
H A Dseries_02.cpp75 typedef series<Cf, monomial<Expo>, g_series_type<Cf, Expo>> base;
102 typedef series<Cf, monomial<Expo>, g_series_type2<Cf, Expo>> base;
132 typedef series<Cf, Key, g_series_type3<Cf, Key>> base;
835 BOOST_CHECK(tmp.m_container.begin()->m_cf == Cf(1) + Cf(1) + Cf(1) + Cf(1));
1486 BOOST_CHECK(it->m_cf == Cf(1) * Cf(1));
1493 BOOST_CHECK(it->m_cf == Cf(1) * Cf(1));
1499 BOOST_CHECK(it->m_cf == Cf(1) * Cf(1));
1506 BOOST_CHECK(it->m_cf == Cf(2) * Cf(1));
1509 BOOST_CHECK(it->m_cf == Cf(2) * Cf(1));
1515 BOOST_CHECK(it->m_cf == Cf(2) * Cf(1));
[all …]
/dports/sysutils/less/less-551/
H A Dfmt.uni2 { 0x00ad, 0x00ad }, /* Cf */
3 { 0x0600, 0x0605 }, /* Cf */
4 { 0x061c, 0x061c }, /* Cf */
5 { 0x06dd, 0x06dd }, /* Cf */
6 { 0x070f, 0x070f }, /* Cf */
7 { 0x08e2, 0x08e2 }, /* Cf */
8 { 0x180e, 0x180e }, /* Cf */
9 { 0x200b, 0x200f }, /* Cf */
10 { 0x202a, 0x202e }, /* Cf */
11 { 0x2060, 0x2064 }, /* Cf */
[all …]
/dports/textproc/diffstat/diffstat-1.64/testing/
H A Dcase01Rp0.ref1 …/build/x11r6/XFree86-3.1.2Cf/xc/config/cf/Imake.cf | …
2 …/build/x11r6/XFree86-3.1.2Cf/xc/config/cf/hp.cf | …
3 …/build/x11r6/XFree86-3.1.2Cf/xc/config/cf/hpLib.rules | …
5 …/build/x11r6/XFree86-3.1.2Cf/xc/config/makedepend/main.c | …
7 …/build/x11r6/XFree86-3.1.2Cf/xc/programs/Xserver/XIE/mixie/import/mijpeg.c | …
8 …/build/x11r6/XFree86-3.1.2Cf/xc/programs/Xserver/XIE/mixie/process/mpgeomaa.c | …
9 …/build/x11r6/XFree86-3.1.2Cf/xc/programs/Xserver/XIE/mixie/process/mpgeomnn.c | …
10 …/build/x11r6/XFree86-3.1.2Cf/xc/programs/Xserver/hw/hp/input/drivers/hil_driver.c | …
11 …/build/x11r6/XFree86-3.1.2Cf/xc/programs/Xserver/hw/hp/input/hpKeyMap.c | …
12 …/build/x11r6/XFree86-3.1.2Cf/xc/programs/Xserver/hw/xfree86/accel/i128/i128scrin.c | …
[all …]
/dports/math/piranha/piranha-0.11/src/detail/
H A Dcf_mult_impl.hpp46 template <typename Cf, typename std::enable_if<detail::is_mp_rational<Cf>::value, int>::type = 0>
47 inline void cf_mult_impl(Cf &out_cf, const Cf &cf1, const Cf &cf2) in cf_mult_impl()
53 template <typename Cf, typename std::enable_if<!detail::is_mp_rational<Cf>::value, int>::type = 0>
54 inline void cf_mult_impl(Cf &out_cf, const Cf &cf1, const Cf &cf2) in cf_mult_impl()
60 template <typename Cf>
61 using cf_mult_enabler = typename std::enable_if<is_cf<Cf>::value && has_mul3<Cf>::value>::type;
/dports/math/py-piranha/piranha-0.11/src/detail/
H A Dcf_mult_impl.hpp46 template <typename Cf, typename std::enable_if<detail::is_mp_rational<Cf>::value, int>::type = 0>
47 inline void cf_mult_impl(Cf &out_cf, const Cf &cf1, const Cf &cf2)
53 template <typename Cf, typename std::enable_if<!detail::is_mp_rational<Cf>::value, int>::type = 0>
54 inline void cf_mult_impl(Cf &out_cf, const Cf &cf1, const Cf &cf2)
60 template <typename Cf>
61 using cf_mult_enabler = typename std::enable_if<is_cf<Cf>::value && has_mul3<Cf>::value>::type;
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/
H A Delementary_process_unit.C42 const Scalar Cf = 1.4L; in tester() local
78 rate_exact = Cf * pow(T,beta); in tester()
79 derive_exact = Cf * pow (T,beta) * beta/T; in tester()
85 rate_kinetics = new Antioch::BerthelotRate<Scalar>(Cf,D); in tester()
86 rate_exact = Cf * exp(D*T); in tester()
87 derive_exact = Cf * exp(D*T) * D; in tester()
94 rate_exact = Cf * exp(-Ea/T); in tester()
95 derive_exact = Cf * exp(-Ea/T) * Ea/pow(T,2); in tester()
102 rate_exact = Cf * pow(T,beta) * exp(D * T); in tester()
110 rate_exact = Cf * pow(T,beta) * exp(-Ea/T); in tester()
[all …]
H A Dthreebody_process_unit.C42 const Scalar Cf = 1.4; in tester() local
92 rate_exact = Cf * pow(T,beta) * TB_term; in tester()
93 derive_exact = Cf * pow (T,beta) * beta/T * TB_term; in tester()
103 rate_kinetics = new Antioch::BerthelotRate<Scalar>(Cf,D); in tester()
104 rate_exact = Cf * exp(D*T) * TB_term; in tester()
105 derive_exact = Cf * exp(D*T) * D * TB_term; in tester()
108 derive_dX_exact[i] = Cf * exp(D*T) * species_eff[i]; in tester()
116 rate_exact = Cf * exp(-Ea/T) * TB_term; in tester()
117 derive_exact = Cf * exp(-Ea/T) * Ea/pow(T,2) * TB_term; in tester()
128 rate_exact = Cf * pow(T,beta) * exp(D * T) * TB_term; in tester()
[all …]
H A Dhercourtessen_rate_unit.C79 const Scalar rate_exact = Cf * pow(T/Tref,eta); in test_values()
80 const Scalar derive_exact = Cf * eta * pow(T/Tref,eta)/T; in test_values()
112 Scalar Cf = 1.4L; in tester() local
116 Antioch::HercourtEssenRate<Scalar> hercourtessen_rate(Cf,eta); // default in tester()
118 int return_flag = test_values(Cf,eta,Tref,hercourtessen_rate); in tester()
119 Cf = 1e-7L; in tester()
122 hercourtessen_rate.set_Cf(Cf); in tester()
125 return_flag = test_values(Cf,eta,Tref,hercourtessen_rate) || return_flag; in tester()
127 Cf = 2.1e-11L; in tester()
130 values[0] = Cf; in tester()
[all …]
H A Dberthelothercourtessen_rate_unit.C82 const Scalar rate_exact = Cf*pow(T/Tref,eta)*exp(D*T); in test_values()
83 const Scalar derive_exact = Cf * pow(T/Tref,eta) * exp(D*T) * (D + eta/T); in test_values()
115 Scalar Cf = 1.4L; in tester() local
120 Antioch::BerthelotHercourtEssenRate<Scalar> berthelothercourtessen_rate(Cf,eta,D); in tester()
122 int return_flag = test_values(Cf,eta,D,Tref,berthelothercourtessen_rate); in tester()
124 Cf = 1e-7L; in tester()
128 berthelothercourtessen_rate.set_Cf(Cf); in tester()
135 Cf = 2.1e-7L; in tester()
139 values[0] = Cf; in tester()
146 Cf = 2.1e-11L; in tester()
[all …]
H A Dkooij_rate_unit.C84 const Scalar rate_exact = Cf*pow(T/Tref,eta)*exp(-Ea/(R*T)); in test_values()
116 Scalar Cf = 1.4L; in tester() local
122 Antioch::KooijRate<Scalar> kooij_rate(Cf,eta,Ea,Tref,R); in tester()
124 int return_flag = test_values(Cf,eta,Ea,Tref,R,kooij_rate); in tester()
126 Cf = 1e-7L; in tester()
131 kooij_rate.set_Cf(Cf); in tester()
137 return_flag = test_values(Cf,eta,Ea,Tref,R,kooij_rate) || return_flag; in tester()
139 Cf = 2.1e-7L; in tester()
143 values[0] = Cf; in tester()
150 Cf = 2.1e-11L; in tester()
[all …]

12345678910>>...89