/third_party/boost/libs/locale/src/win32/ |
D | lcid.cpp | 28 typedef std::map<std::string,unsigned> table_type; typedef 30 static table_type * volatile table = 0; 38 table_type &real_lcid_table() in real_lcid_table() 40 static table_type table; in real_lcid_table() 46 table_type &tbl = real_lcid_table(); in proc() 67 table_type::iterator p = tbl.find(lc_name); in proc() 84 table_type const &get_ready_lcid_table() in get_ready_lcid_table() 114 table_type const &tbl = get_ready_lcid_table(); in locale_to_lcid() 115 table_type::const_iterator p = tbl.find(id); in locale_to_lcid()
|
/third_party/boost/boost/intrusive/ |
D | unordered_set.hpp | 74 …sh, VoidOrKeyEqual, BucketTraits, SizeType, BoolFlags|hash_bool_flags::unique_keys_pos> table_type; typedef in boost::intrusive::unordered_set_impl 90 typedef table_type implementation_defined; 127 : table_type(b_traits, hash_func, equal_func, v_traits) in unordered_set_impl() 138 : table_type(true, b, e, b_traits, hash_func, equal_func, v_traits) in unordered_set_impl() 143 : table_type(BOOST_MOVE_BASE(table_type, x)) in unordered_set_impl() 148 …{ return static_cast<unordered_set_impl&>(table_type::operator=(BOOST_MOVE_BASE(table_type, x)));… in operator =() 193 using table_type::clone_from; 200 { table_type::clone_from(BOOST_MOVE_BASE(table_type, src), cloner, disposer); } in clone_from() 204 { return table_type::insert_unique(value); } in insert() 209 { table_type::insert_unique(b, e); } in insert() [all …]
|
/third_party/boost/boost/type_erasure/ |
D | binding.hpp | 77 actual_concept>::type table_type; typedef in boost::type_erasure::binding 227 table_type in impl_type() 244 table_type in impl_type() 249 : manager(new table_type) in impl_type() 262 : manager(new table_type) in impl_type() 278 const table_type* table; 279 ::boost::shared_ptr<table_type> manager;
|
/third_party/boost/libs/math/test/ |
D | test_bessel_i.hpp | 20 # define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 104 static const boost::array<boost::array<typename table_type<T>::type, 3>, 10> i0_data = {{ in test_bessel() 116 static const boost::array<boost::array<typename table_type<T>::type, 3>, 10> i1_data = {{ in test_bessel() 128 static const boost::array<boost::array<typename table_type<T>::type, 3>, 11> in_data = {{ in test_bessel() 141 static const boost::array<boost::array<typename table_type<T>::type, 3>, 10> iv_data = {{ in test_bessel() 153 static const boost::array<boost::array<typename table_type<T>::type, 3>, 5> iv_large_data = {{ in test_bessel()
|
D | test_bessel_k.hpp | 20 # define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 104 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> k0_data = {{ in test_bessel() 115 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> k1_data = {{ in test_bessel() 126 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> kn_data = {{ in test_bessel() 137 static const boost::array<boost::array<typename table_type<T>::type, 3>, 11> kv_data = {{ in test_bessel() 150 static const boost::array<boost::array<typename table_type<T>::type, 3>, 5> kv_large_data = {{ in test_bessel()
|
D | test_bessel_j.hpp | 21 # define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 140 static const boost::array<boost::array<typename table_type<T>::type, 3>, 8> j0_data = {{ in test_bessel() 150 static const boost::array<boost::array<typename table_type<T>::type, 3>, 6> j0_tricky = {{ in test_bessel() 161 static const boost::array<boost::array<typename table_type<T>::type, 3>, 8> j1_data = {{ in test_bessel() 171 static const boost::array<boost::array<typename table_type<T>::type, 3>, 5> j1_tricky = {{ in test_bessel() 181 static const boost::array<boost::array<typename table_type<T>::type, 3>, 17> jn_data = {{ in test_bessel() 213 static const boost::array<boost::array<typename table_type<T>::type, 3>, 20> jv_data = {{ in test_bessel() 238 static const boost::array<boost::array<typename table_type<T>::type, 3>, 4> jv_large_data = {{ in test_bessel()
|
D | test_bessel_y.hpp | 21 # define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 139 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> y0_data = {{ in test_bessel() 150 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> y1_data = {{ in test_bessel() 161 static const boost::array<boost::array<typename table_type<T>::type, 3>, 10> yn_data = {{ in test_bessel() 173 static const boost::array<boost::array<typename table_type<T>::type, 3>, 11> yv_data = {{ in test_bessel() 187 static const boost::array<boost::array<typename table_type<T>::type, 3>, 7> yv_large_data = {{ in test_bessel()
|
D | table_type.hpp | 12 struct table_type struct 24 struct table_type<boost::math::concepts::real_concept> argument
|
D | test_digamma.hpp | 19 #define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 79 static const boost::array<boost::array<typename table_type<T>::type, 2>, 5> digamma_bugs = {{ in test_digamma() 89 …static const boost::array<boost::array<typename table_type<T>::type, 2>, 40> digamma_integers = { { in test_digamma() 94 …static const boost::array<boost::array<typename table_type<T>::type, 2>, 41> digamma_half_integers… in test_digamma()
|
D | test_bessel_y_prime.hpp | 22 # define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 140 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> y0_prime_data = {{ in test_bessel_prime() 151 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> y1_prime_data = {{ in test_bessel_prime() 162 static const boost::array<boost::array<typename table_type<T>::type, 3>, 10> yn_prime_data = {{ in test_bessel_prime()
|
D | test_ellint_2.hpp | 24 #define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 87 static const boost::array<boost::array<typename table_type<T>::type, 3>, 12> data1 = {{ in test_spots() 110 static const boost::array<boost::array<typename table_type<T>::type, 2>, 10> data2 = {{ in test_spots() 129 static const boost::array<boost::array<typename table_type<T>::type, 3>, 72> small_angles = { { in test_spots()
|
D | test_ellint_1.hpp | 24 #define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 87 static const boost::array<boost::array<typename table_type<T>::type, 3>, 22> data1 = {{ in test_spots() 121 static const boost::array<boost::array<typename table_type<T>::type, 2>, 9> data2 = {{ in test_spots()
|
D | test_bessel_j_prime.hpp | 21 # define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 139 static const boost::array<boost::array<typename table_type<T>::type, 3>, 8> j0_data = {{ in test_bessel_prime() 160 static const boost::array<boost::array<typename table_type<T>::type, 3>, 8> j1_data = {{ in test_bessel_prime() 180 static const boost::array<boost::array<typename table_type<T>::type, 3>, 17> jn_data = {{ in test_bessel_prime()
|
D | test_ellint_3.hpp | 25 #define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 90 static const boost::array<boost::array<typename table_type<T>::type, 4>, 70> data1 = {{ in test_spots() 188 static const boost::array<boost::array<typename table_type<T>::type, 3>, 17> data2 = {{ in test_spots()
|
D | test_gamma_data.ipp | 6 static const boost::array<boost::array<typename table_type<T>::type, 3>, 198> factorials = { { 208 static const boost::array<boost::array<typename table_type<T>::type, 3>, 41> near_1 = { { 252 static const boost::array<boost::array<typename table_type<T>::type, 3>, 41> near_2 = { { 296 static const boost::array<boost::array<typename table_type<T>::type, 3>, 40> near_0 = { { 339 static const boost::array<boost::array<typename table_type<T>::type, 3>, 40> near_m10 = { { 382 static const boost::array<boost::array<typename table_type<T>::type, 3>, 40> near_m55 = { { 425 … static const boost::array<boost::array<typename table_type<T>::type, 2>, 141> gammap1m1_data = { {
|
D | test_sinc.hpp | 18 #define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L))
|
D | test_bernoulli_constants.cpp | 17 #define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L)) 24 static const typename table_type<T>::type data[] = in test()
|
D | zeta_1_up_data.ipp | 6 static const boost::array<boost::array<typename table_type<T>::type, 2>, 24> zeta_1_up_data = {{
|
/third_party/curl/packages/vms/ |
D | report_openssl_version.c | 41 const unsigned long * table_type); 81 const unsigned long table_type = LIB$K_CLI_LOCAL_SYM; in main() local 93 status = LIB$SET_SYMBOL(&symbol_dsc, &value_dsc, &table_type); in main()
|
/third_party/boost/libs/math/example/ |
D | table_type.hpp | 12 struct table_type struct 24 struct table_type<boost::math::concepts::real_concept> struct
|
/third_party/boost/libs/variant/test/ |
D | test7.cpp | 58 typedef map<const jas*,int> table_type; typedef 59 typedef table_type::iterator iterator_type; 61 static table_type s_this_to_sn_; 98 Tracker::table_type Tracker::s_this_to_sn_;
|
/third_party/boost/libs/math/reporting/performance/ |
D | test_yn.cpp | 20 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> y0_data = { { 31 static const boost::array<boost::array<typename table_type<T>::type, 3>, 9> y1_data = { { 42 static const boost::array<boost::array<typename table_type<T>::type, 3>, 10> yn_data = { {
|
D | test_jn.cpp | 20 static const boost::array<boost::array<typename table_type<T>::type, 3>, 8> j0_data = { { 41 static const boost::array<boost::array<typename table_type<T>::type, 3>, 8> j1_data = { { 61 static const boost::array<boost::array<typename table_type<T>::type, 3>, 17> jn_data = { {
|
/third_party/boost/libs/multiprecision/test/math/ |
D | table_type.hpp | 33 struct table_type<boost::multiprecision::number<Backend, ExpressionTemplates> > struct
|
/third_party/boost/boost/type_erasure/detail/ |
D | construct.hpp | 38 const table_type& _boost_type_erasure_extract_table( in _boost_type_erasure_extract_table() 123 const table_type& _boost_type_erasure_extract_table( in _boost_type_erasure_extract_table()
|