Home
last modified time | relevance | path

Searched refs:test_detail (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/math/test/
Dtest_autodiff_6.cpp18 test_detail::RandomSample<T> k_sampler{T{-1}, T{1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
19 test_detail::RandomSample<T> phi_sampler{-boost::math::constants::two_pi<T>(), in BOOST_AUTO_TEST_CASE_TEMPLATE()
38 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
39 test_detail::RandomSample<T> phi_sampler{-boost::math::constants::two_pi<T>(), in BOOST_AUTO_TEST_CASE_TEMPLATE()
66 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
67 test_detail::RandomSample<T> n_sampler{-2000, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
68 test_detail::RandomSample<T> phi_sampler{-boost::math::constants::two_pi<T>(), in BOOST_AUTO_TEST_CASE_TEMPLATE()
88 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
89 test_detail::RandomSample<T> phi_sampler{-boost::math::constants::two_pi<T>(), in BOOST_AUTO_TEST_CASE_TEMPLATE()
116 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_5.cpp18 test_detail::RandomSample<unsigned> n_sampler{0u, 30u}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
19 test_detail::RandomSample<unsigned> r_sampler{0u, 30u}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 test_detail::RandomSample<T> x_sampler{-2000, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
53 test_detail::RandomSample<unsigned> n_sampler{0u, 10u}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
54 test_detail::RandomSample<T> x_sampler{-2, 2}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
94 test_detail::RandomSample<T> x_sampler{-2000, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
110 test_detail::RandomSample<T> x_sampler{-1, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_8.cpp14 test_detail::RandomSample<T> x_sampler{-200, 200}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
26 test_detail::RandomSample<T> x_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
27 test_detail::RandomSample<T> phi_sampler{-boost::math::constants::two_pi<T>(), in BOOST_AUTO_TEST_CASE_TEMPLATE()
43 test_detail::RandomSample<T> x_sampler{-2000, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
44 test_detail::RandomSample<T> y_sampler{-2000, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
59 test_detail::RandomSample<T> k_sampler{0, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 test_detail::RandomSample<T> theta_sampler{-100, 100}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
119 test_detail::RandomSample<T> x_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
120 test_detail::RandomSample<T> phi_sampler{-boost::math::constants::two_pi<T>(), in BOOST_AUTO_TEST_CASE_TEMPLATE()
139 test_detail::RandomSample<unsigned> n_sampler{1, 50}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_4.cpp91 test_detail::RandomSample<T> x_sampler{1, 100}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
107 test_detail::RandomSample<T> x_sampler{-100, 100}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
127 test_detail::RandomSample<T> x_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
155 test_detail::RandomSample<T> x_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_7.cpp16 test_detail::RandomSample<T> x_sampler{-log(T(2000)), log(T(2000))}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 test_detail::RandomSample<T> x_sampler{-1000, 1000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/fusion/test/sequence/
Dmove.hpp19 namespace test_detail namespace
102 using namespace test_detail; in test()
116 namespace test_detail namespace
Dmutate.hpp15 namespace test_detail namespace
40 using namespace test_detail; in test()
Dmap_mutate.cpp18 namespace test_detail namespace
43 using namespace test_detail; in test()
Dmake.hpp21 namespace test_detail namespace
36 using namespace test_detail; in test()
Dtie.hpp23 namespace test_detail namespace
51 using namespace test_detail; in test()
Dvalue_at.hpp26 namespace test_detail namespace
38 using namespace test_detail; in test()
Dconstruction.hpp16 namespace test_detail namespace
54 using namespace test_detail; in test()
Dmap_copy.cpp28 namespace test_detail namespace
52 using namespace test_detail; in test()
Dnest.hpp24 namespace test_detail namespace
127 BOOST_FUSION_ADAPT_STRUCT(test_detail::adapted_sequence, (int, data))
133 using namespace test_detail; in test()
Dcopy.hpp34 namespace test_detail namespace
66 using namespace test_detail; in test()
Dmap_construction.cpp17 namespace test_detail namespace
55 using namespace test_detail; in test()
Dvector_copy.cpp18 test<test_detail::can_copy>(); in main()
Dlist_copy.cpp18 test<test_detail::can_copy>(); in main()
Dvector_conversion.cpp17 test<test_detail::can_copy>(); in main()
Dvector_nest.cpp16 test<test_detail::can_nest>(); in main()
Dtuple_copy.cpp19 test<test_detail::can_copy>(); in main()
Dlist_nest.cpp22 using namespace test_detail; in operator ()()
Dtuple_nest.cpp21 using namespace test_detail; in operator ()()
Ddeque_copy.cpp16 using namespace test_detail;
/third_party/boost/libs/unordered/test/helpers/
Dlist.hpp39 namespace test_detail { namespace
164 typedef test::test_detail::list_data<T> data;
165 typedef test::test_detail::list_node<T> node;
174 typedef test::test_detail::list_iterator<T> iterator;
175 typedef test::test_detail::list_const_iterator<T> const_iterator;

12