Home
last modified time | relevance | path

Searched refs:p_type4 (Results 1 – 12 of 12) sorted by relevance

/dports/math/piranha/piranha-0.11/tests/
H A Dseries_02.cpp575 typedef g_series_type<char, int> p_type4; in BOOST_AUTO_TEST_CASE() typedef
799 tmp2 = p_type5{"y"} + p_type4{"x"}; in operator ()()
934 auto tmp4 = p_type4{"x"}; in operator ()()
969 typedef g_series_type<char, rational> p_type4; in BOOST_AUTO_TEST_CASE() typedef
1011 BOOST_CHECK((std::is_same<p_type4 &, decltype(std::declval<p_type4 &>() += p_type3{})>::value)); in BOOST_AUTO_TEST_CASE()
1216 tmp2 = p_type5{"y"} - p_type4{"x"}; in operator ()()
1347 auto tmp4 = p_type4{"x"}; in operator ()()
1382 typedef g_series_type<char, rational> p_type4; in BOOST_AUTO_TEST_CASE() typedef
1424 BOOST_CHECK((std::is_same<p_type4 &, decltype(std::declval<p_type4 &>() -= p_type3{})>::value)); in BOOST_AUTO_TEST_CASE()
1675 auto tmp4 = p_type4{"x"}; in operator ()()
[all …]
H A Dseries_04.cpp368 typedef g_series_type<mock_cf2, int> p_type4; in BOOST_AUTO_TEST_CASE() typedef
369 BOOST_CHECK(has_sine<p_type4>::value); in BOOST_AUTO_TEST_CASE()
370 BOOST_CHECK(has_cosine<p_type4>::value); in BOOST_AUTO_TEST_CASE()
371 BOOST_CHECK((std::is_same<decltype(math::sin(p_type4{})), g_series_type<mock_cf, int>>::value)); in BOOST_AUTO_TEST_CASE()
372 BOOST_CHECK((std::is_same<decltype(math::cos(p_type4{})), int>::value)); in BOOST_AUTO_TEST_CASE()
373 typedef g_series_type<mock_cf2, int> p_type4; in BOOST_AUTO_TEST_CASE() typedef
374 BOOST_CHECK(has_sine<p_type4>::value); in BOOST_AUTO_TEST_CASE()
375 BOOST_CHECK(has_cosine<p_type4>::value); in BOOST_AUTO_TEST_CASE()
376 BOOST_CHECK((std::is_same<decltype(math::sin(p_type4{})), g_series_type<mock_cf, int>>::value)); in BOOST_AUTO_TEST_CASE()
377 BOOST_CHECK((std::is_same<decltype(math::cos(p_type4{})), int>::value)); in BOOST_AUTO_TEST_CASE()
H A Dpoisson_series_01.cpp224 typedef poisson_series<double> p_type4; in BOOST_AUTO_TEST_CASE() typedef
225 BOOST_CHECK((std::is_same<p_type4, decltype(math::sin(p_type4{}))>::value)); in BOOST_AUTO_TEST_CASE()
226 BOOST_CHECK((std::is_same<p_type4, decltype(math::cos(p_type4{}))>::value)); in BOOST_AUTO_TEST_CASE()
227 BOOST_CHECK_EQUAL(math::sin(p_type4{0}), 0); in BOOST_AUTO_TEST_CASE()
228 BOOST_CHECK_EQUAL(math::cos(p_type4{0}), std::cos(0)); in BOOST_AUTO_TEST_CASE()
229 BOOST_CHECK_EQUAL(math::cos(p_type4{1}), std::cos(1)); in BOOST_AUTO_TEST_CASE()
230 BOOST_CHECK_EQUAL(math::sin(p_type4{1}), std::sin(1)); in BOOST_AUTO_TEST_CASE()
232 BOOST_CHECK(has_sine<p_type4>::value); in BOOST_AUTO_TEST_CASE()
233 BOOST_CHECK(has_cosine<p_type4>::value); in BOOST_AUTO_TEST_CASE()
653 using p_type4 = poisson_series<polynomial<integer, monomial<rational>>>; in BOOST_AUTO_TEST_CASE() typedef
[all …]
H A Dpolynomial_02.cpp430 typedef polynomial<rational, monomial<rational>> p_type4;
431 BOOST_CHECK((has_ipow_subs<p_type4, p_type4>::value));
432 BOOST_CHECK((has_ipow_subs<p_type4, integer>::value));
433 p_type4 x{"x"}, y{"y"}, z{"z"};
/dports/math/py-piranha/piranha-0.11/tests/
H A Dseries_02.cpp575 typedef g_series_type<char, int> p_type4;
799 tmp2 = p_type5{"y"} + p_type4{"x"};
934 auto tmp4 = p_type4{"x"};
969 typedef g_series_type<char, rational> p_type4;
1011 BOOST_CHECK((std::is_same<p_type4 &, decltype(std::declval<p_type4 &>() += p_type3{})>::value));
1216 tmp2 = p_type5{"y"} - p_type4{"x"};
1347 auto tmp4 = p_type4{"x"};
1382 typedef g_series_type<char, rational> p_type4;
1424 BOOST_CHECK((std::is_same<p_type4 &, decltype(std::declval<p_type4 &>() -= p_type3{})>::value));
1675 auto tmp4 = p_type4{"x"};
[all …]
H A Dseries_04.cpp368 typedef g_series_type<mock_cf2, int> p_type4;
369 BOOST_CHECK(has_sine<p_type4>::value);
370 BOOST_CHECK(has_cosine<p_type4>::value);
371 BOOST_CHECK((std::is_same<decltype(math::sin(p_type4{})), g_series_type<mock_cf, int>>::value));
372 BOOST_CHECK((std::is_same<decltype(math::cos(p_type4{})), int>::value));
373 typedef g_series_type<mock_cf2, int> p_type4;
374 BOOST_CHECK(has_sine<p_type4>::value);
375 BOOST_CHECK(has_cosine<p_type4>::value);
376 BOOST_CHECK((std::is_same<decltype(math::sin(p_type4{})), g_series_type<mock_cf, int>>::value));
377 BOOST_CHECK((std::is_same<decltype(math::cos(p_type4{})), int>::value));
H A Dpoisson_series_01.cpp224 typedef poisson_series<double> p_type4;
225 BOOST_CHECK((std::is_same<p_type4, decltype(math::sin(p_type4{}))>::value));
226 BOOST_CHECK((std::is_same<p_type4, decltype(math::cos(p_type4{}))>::value));
227 BOOST_CHECK_EQUAL(math::sin(p_type4{0}), 0);
228 BOOST_CHECK_EQUAL(math::cos(p_type4{0}), std::cos(0));
229 BOOST_CHECK_EQUAL(math::cos(p_type4{1}), std::cos(1));
230 BOOST_CHECK_EQUAL(math::sin(p_type4{1}), std::sin(1));
232 BOOST_CHECK(has_sine<p_type4>::value);
233 BOOST_CHECK(has_cosine<p_type4>::value);
653 using p_type4 = poisson_series<polynomial<integer, monomial<rational>>>;
[all …]
H A Dpolynomial_02.cpp430 typedef polynomial<rational, monomial<rational>> p_type4; in BOOST_AUTO_TEST_CASE() typedef
431 BOOST_CHECK((has_ipow_subs<p_type4, p_type4>::value)); in BOOST_AUTO_TEST_CASE()
432 BOOST_CHECK((has_ipow_subs<p_type4, integer>::value)); in BOOST_AUTO_TEST_CASE()
433 p_type4 x{"x"}, y{"y"}, z{"z"}; in BOOST_AUTO_TEST_CASE()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dvariant_call.cpp906 const String &p_name4 = "", const Variant::Type p_type4 = Variant::NIL) { in add_constructor()
934 cd.arg_types.push_back(p_type4); in add_constructor()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dvariant_call.cpp906 const String &p_name4 = "", const Variant::Type p_type4 = Variant::NIL) { in add_constructor()
934 cd.arg_types.push_back(p_type4); in add_constructor()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dvariant_call.cpp1035 const String &p_name4 = "", const Variant::Type p_type4 = Variant::NIL) { in add_constructor()
1063 cd.arg_types.push_back(p_type4); in add_constructor()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dvariant_call.cpp1035 const String &p_name4 = "", const Variant::Type p_type4 = Variant::NIL) { in add_constructor()
1063 cd.arg_types.push_back(p_type4); in add_constructor()