Searched refs:c_t (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/histogram/test/ |
D | accumulators_count_test.cpp | 17 using c_t = accumulators::count<double>; in main() typedef 19 c_t c; in main() 32 c_t one(1), two(2), one_copy(1); in main() 40 BOOST_TEST_EQ(c_t{} += c_t{}, c_t{}); in main()
|
/third_party/boost/boost/spirit/home/classic/attribute/ |
D | closure.hpp | 313 typedef typename ::phoenix::as_actor<C>::type c_t; in operator ()() typedef 314 typedef ::phoenix::tuple<a_t, b_t, c_t> actor_tuple_t; in operator ()() 346 typedef typename ::phoenix::as_actor<C>::type c_t; in operator ()() typedef 349 a_t, b_t, c_t, d_t in operator ()() 382 typedef typename ::phoenix::as_actor<C>::type c_t; in operator ()() typedef 386 a_t, b_t, c_t, d_t, e_t in operator ()() 423 typedef typename ::phoenix::as_actor<C>::type c_t; in operator ()() typedef 428 a_t, b_t, c_t, d_t, e_t, f_t in operator ()() 469 typedef typename ::phoenix::as_actor<C>::type c_t; in operator ()() typedef 475 a_t, b_t, c_t, d_t, e_t, f_t, g_t in operator ()() [all …]
|
/third_party/boost/boost/python/detail/ |
D | caller.hpp | 142 typedef arg_from_python<BOOST_DEDUCED_TYPENAME arg_iter##n::type> c_t##n; \ 143 c_t##n c##n(get(mpl::int_<n>(), inner_args)); \
|
/third_party/boost/libs/safe_numerics/example/ |
D | motor_test3.c | 36 typedef int32_t c_t; typedef
|
D | example93.cpp | 106 using c_t = boost::safe_numerics::safe_unsigned_range< typedef 264 c_t last_c = c; in test()
|
D | motor3.c | 38 c_t c; // 24.8 fixed point delay count increment
|