/third_party/boost/libs/math/test/ |
D | test_autodiff_6.cpp | 18 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 …]
|
D | test_autodiff_5.cpp | 18 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()
|
D | test_autodiff_8.cpp | 14 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 …]
|
D | test_autodiff_4.cpp | 91 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()
|
D | test_autodiff_7.cpp | 16 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/ |
D | move.hpp | 19 namespace test_detail namespace 102 using namespace test_detail; in test() 116 namespace test_detail namespace
|
D | mutate.hpp | 15 namespace test_detail namespace 40 using namespace test_detail; in test()
|
D | map_mutate.cpp | 18 namespace test_detail namespace 43 using namespace test_detail; in test()
|
D | make.hpp | 21 namespace test_detail namespace 36 using namespace test_detail; in test()
|
D | tie.hpp | 23 namespace test_detail namespace 51 using namespace test_detail; in test()
|
D | value_at.hpp | 26 namespace test_detail namespace 38 using namespace test_detail; in test()
|
D | construction.hpp | 16 namespace test_detail namespace 54 using namespace test_detail; in test()
|
D | map_copy.cpp | 28 namespace test_detail namespace 52 using namespace test_detail; in test()
|
D | nest.hpp | 24 namespace test_detail namespace 127 BOOST_FUSION_ADAPT_STRUCT(test_detail::adapted_sequence, (int, data)) 133 using namespace test_detail; in test()
|
D | copy.hpp | 34 namespace test_detail namespace 66 using namespace test_detail; in test()
|
D | map_construction.cpp | 17 namespace test_detail namespace 55 using namespace test_detail; in test()
|
D | vector_copy.cpp | 18 test<test_detail::can_copy>(); in main()
|
D | list_copy.cpp | 18 test<test_detail::can_copy>(); in main()
|
D | vector_conversion.cpp | 17 test<test_detail::can_copy>(); in main()
|
D | vector_nest.cpp | 16 test<test_detail::can_nest>(); in main()
|
D | tuple_copy.cpp | 19 test<test_detail::can_copy>(); in main()
|
D | list_nest.cpp | 22 using namespace test_detail; in operator ()()
|
D | tuple_nest.cpp | 21 using namespace test_detail; in operator ()()
|
D | deque_copy.cpp | 16 using namespace test_detail;
|
/third_party/boost/libs/unordered/test/helpers/ |
D | list.hpp | 39 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;
|