Home
last modified time | relevance | path

Searched refs:expo_types (Results 1 – 20 of 20) sorted by relevance

/dports/math/piranha/piranha-0.11/tests/
H A Dseries_08.cpp64 using expo_types = std::tuple<unsigned, integer>; typedef
145 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
173 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
198 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
305 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
335 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
434 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
H A Dmonomial_01.cpp241 boost::mpl::for_each<expo_types>(hash_tester()); in BOOST_AUTO_TEST_CASE()
352 boost::mpl::for_each<expo_types>(merge_args_tester()); in BOOST_AUTO_TEST_CASE()
485 boost::mpl::for_each<expo_types>(degree_tester()); in BOOST_AUTO_TEST_CASE()
608 boost::mpl::for_each<expo_types>(multiply_tester()); in BOOST_AUTO_TEST_CASE()
723 boost::mpl::for_each<expo_types>(print_tester()); in BOOST_AUTO_TEST_CASE()
817 boost::mpl::for_each<expo_types>(pow_tester()); in BOOST_AUTO_TEST_CASE()
975 boost::mpl::for_each<expo_types>(partial_tester()); in BOOST_AUTO_TEST_CASE()
1056 boost::mpl::for_each<expo_types>(evaluate_tester()); in BOOST_AUTO_TEST_CASE()
1123 boost::mpl::for_each<expo_types>(subs_tester()); in BOOST_AUTO_TEST_CASE()
1422 boost::mpl::for_each<expo_types>(tt_tester()); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dpolynomial_01.cpp63 typedef boost::mpl::vector<int, integer> expo_types; typedef
183 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
209 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
239 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
456 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
516 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
H A Dseries_01.cpp59 using expo_types = std::tuple<unsigned, integer>; typedef
327 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
389 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
508 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
570 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
H A Dseries_04.cpp63 typedef boost::mpl::vector<unsigned, integer> expo_types; typedef
570 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
608 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
638 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
763 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
H A Dmonomial_02.cpp59 using expo_types = std::tuple<signed char, int, integer, rational>; typedef
296 tuple_for_each(expo_types{}, boost_s11n_tester()); in BOOST_AUTO_TEST_CASE()
529 tuple_for_each(expo_types{}, msgpack_tester()); in BOOST_AUTO_TEST_CASE()
H A Dpower_series_01.cpp54 typedef boost::mpl::vector<int, integer> expo_types; typedef
226 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
H A Ddivisor_series_01.cpp60 using expo_types = boost::mpl::vector<short, int, long, integer>; typedef
243 boost::mpl::for_each<expo_types>(partial_tester()); in BOOST_AUTO_TEST_CASE()
H A Dseries_02.cpp70 using expo_types = std::tuple<unsigned, integer>; typedef
954 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
1367 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
1692 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
1821 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
1947 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
H A Dpower_series_02.cpp61 typedef boost::mpl::vector<int, integer> expo_types; typedef
/dports/math/py-piranha/piranha-0.11/tests/
H A Dseries_08.cpp64 using expo_types = std::tuple<unsigned, integer>; typedef
145 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
173 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
198 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
305 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
335 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
434 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
H A Dmonomial_01.cpp241 boost::mpl::for_each<expo_types>(hash_tester()); in BOOST_AUTO_TEST_CASE()
352 boost::mpl::for_each<expo_types>(merge_args_tester()); in BOOST_AUTO_TEST_CASE()
485 boost::mpl::for_each<expo_types>(degree_tester()); in BOOST_AUTO_TEST_CASE()
608 boost::mpl::for_each<expo_types>(multiply_tester()); in BOOST_AUTO_TEST_CASE()
723 boost::mpl::for_each<expo_types>(print_tester()); in BOOST_AUTO_TEST_CASE()
817 boost::mpl::for_each<expo_types>(pow_tester()); in BOOST_AUTO_TEST_CASE()
975 boost::mpl::for_each<expo_types>(partial_tester()); in BOOST_AUTO_TEST_CASE()
1056 boost::mpl::for_each<expo_types>(evaluate_tester()); in BOOST_AUTO_TEST_CASE()
1123 boost::mpl::for_each<expo_types>(subs_tester()); in BOOST_AUTO_TEST_CASE()
1422 boost::mpl::for_each<expo_types>(tt_tester()); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dpolynomial_01.cpp63 typedef boost::mpl::vector<int, integer> expo_types; typedef
183 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
209 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
239 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
456 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
516 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
H A Dseries_01.cpp59 using expo_types = std::tuple<unsigned, integer>; typedef
327 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
389 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
508 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
570 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
H A Dseries_04.cpp63 typedef boost::mpl::vector<unsigned, integer> expo_types;
570 boost::mpl::for_each<expo_types>(runner<Cf>());
608 boost::mpl::for_each<expo_types>(runner<Cf>());
638 boost::mpl::for_each<expo_types>(runner<Cf>());
763 boost::mpl::for_each<expo_types>(runner<Cf>());
H A Dmonomial_02.cpp59 using expo_types = std::tuple<signed char, int, integer, rational>; typedef
296 tuple_for_each(expo_types{}, boost_s11n_tester()); in BOOST_AUTO_TEST_CASE()
529 tuple_for_each(expo_types{}, msgpack_tester()); in BOOST_AUTO_TEST_CASE()
H A Dpower_series_01.cpp54 typedef boost::mpl::vector<int, integer> expo_types; typedef
226 boost::mpl::for_each<expo_types>(runner<Cf>()); in operator ()()
H A Ddivisor_series_01.cpp60 using expo_types = boost::mpl::vector<short, int, long, integer>; typedef
243 boost::mpl::for_each<expo_types>(partial_tester()); in BOOST_AUTO_TEST_CASE()
H A Dseries_02.cpp70 using expo_types = std::tuple<unsigned, integer>;
954 tuple_for_each(expo_types{}, runner<Cf>());
1367 tuple_for_each(expo_types{}, runner<Cf>());
1692 tuple_for_each(expo_types{}, runner<Cf>());
1821 tuple_for_each(expo_types{}, runner<Cf>());
1947 tuple_for_each(expo_types{}, runner<Cf>());
H A Dpower_series_02.cpp61 typedef boost::mpl::vector<int, integer> expo_types; typedef